Search found 25 matches

by Paulus-Ragnarr
06 Mar 2025, 03:15
Forum: Help
Topic: Issue with Order Status Remaining "Unfinished" When Paying via Gift Cards (Total = 0)
Replies: 5
Views: 27664

Re: Issue with Order Status Remaining "Unfinished" When Paying via Gift Cards (Total = 0)

Hi, I have a question.

What is the expected result of the order values when an order is paid using a gift card? Is it correct that the order price and cost are set to 0?
Screenshot 2025-03-06 at 11.07.18 AM.png
Screenshot 2025-03-06 at 11.07.18 AM.png (31.11 KiB) Viewed 25853 times
by Paulus-Ragnarr
04 Mar 2025, 10:29
Forum: Help
Topic: How to Get the User’s Basket ID from the Session
Replies: 1
Views: 18633

How to Get the User’s Basket ID from the Session

Hi, I’m trying to figure out how to get the user’s current basket ID from the session. Here’s the scenario: We have a checkout process where a guest can log in(after products are added), and we noticed that the customerid is only set in the basket order object but doesn’t get saved to the database i...
by Paulus-Ragnarr
19 Feb 2025, 06:10
Forum: Help
Topic: Issue with Order Status Remaining "Unfinished" When Paying via Gift Cards (Total = 0)
Replies: 5
Views: 27664

Re: Issue with Order Status Remaining "Unfinished" When Paying via Gift Cards (Total = 0)

Hi, I haven't created a payment service provider for gift card payments, but when an order is fully paid using a gift card (bringing the total to 0), the payment status is set to "authorized." Do I need to create a provider for this scenario? Is there any reference code I can look at? Addi...
by Paulus-Ragnarr
14 Feb 2025, 05:08
Forum: Help
Topic: Issue with Order Status Remaining "Unfinished" When Paying via Gift Cards (Total = 0)
Replies: 5
Views: 27664

Issue with Order Status Remaining "Unfinished" When Paying via Gift Cards (Total = 0)

Hi, I’m encountering an issue with processing orders paid via gift cards. The total amount to be paid is set to `0`, but when attempting to complete the order, the order status remains "unfinished." We are using the **JSON:API** for this integration. Could you clarify the required use case...
by Paulus-Ragnarr
11 Feb 2025, 03:32
Forum: Help
Topic: Custom Gift Card Implementation Help
Replies: 1
Views: 3258

Custom Gift Card Implementation Help

Hey Aimeos! We're currently working on implementing gift cards. In our case, when a user buys a gift card, we’ll be shipping a physical card with our custom code printed on it. So, we’ll need to upload our own codes into the voucher data. How can we set this up based on our specific use case? Apprec...
by Paulus-Ragnarr
16 Jan 2025, 10:07
Forum: Help
Topic: Inquiry: Storing Favorites in Session for Guest Users
Replies: 3
Views: 4421

Re: Inquiry: Storing Favorites in Session for Guest Users

Thanks for the reply.

Is this available via JSON API? We are using Json Api Aimeos Headless.
by Paulus-Ragnarr
16 Jan 2025, 09:32
Forum: Help
Topic: Inquiry: Storing Favorites in Session for Guest Users
Replies: 3
Views: 4421

Inquiry: Storing Favorites in Session for Guest Users

Hey Aimeos, We have a scenario on our site where we want non-logged-in users to be able to add product favorites. Currently, the customer favorites JSON API requires authentication to add favorites, but we’re wondering if it’s possible to implement something like the basket, where favorites could be...
by Paulus-Ragnarr
06 Jan 2025, 16:10
Forum: Help
Topic: Issue with "List Reference ID" navsearch in jqadm list view
Replies: 3
Views: 5787

Re: Issue with "List Reference ID" navsearch in jqadm list view

Hello, thanks for the quick reply! In our case, we have only one domain linked to the "Workshop," which is the "Workshop services" domain. For this, we’ve fetched the IDs from the Workshop services and used them as values in a dropdown selection for our search. Since it’s an M-to...
by Paulus-Ragnarr
06 Jan 2025, 15:05
Forum: Help
Topic: Issue with "List Reference ID" navsearch in jqadm list view
Replies: 3
Views: 5787

Issue with "List Reference ID" navsearch in jqadm list view

Hey Aimeos, I’ve set up a new manager called "Workshop" and created its lists and list type managers, using reference from https://github.com/aimeos/aimeos-core/tree/master/src/MShop/Product/Manager/Lists. . Everything works fine when I use createListItem() and addListItem() to add list it...
by Paulus-Ragnarr
25 Nov 2024, 06:06
Forum: Help
Topic: How to Include Property Labels in Product Property Attributes Using JSON:API?
Replies: 3
Views: 39180

How to Include Property Labels in Product Property Attributes Using JSON:API?

Hi Aimeos, I’m working on a JS frontend and focusing on product details, particularly product properties. Is there a way to include the property label within the product property attributes using the JSON:API include? The reason is that formatting product.property.type directly in the frontend has b...