Search found 20 matches
- 16 Jan 2025, 10:07
- Forum: Help
- Topic: Inquiry: Storing Favorites in Session for Guest Users
- Replies: 3
- Views: 126
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.
Is this available via JSON API? We are using Json Api Aimeos Headless.
- 16 Jan 2025, 09:32
- Forum: Help
- Topic: Inquiry: Storing Favorites in Session for Guest Users
- Replies: 3
- Views: 126
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...
- 06 Jan 2025, 16:10
- Forum: Help
- Topic: Issue with "List Reference ID" navsearch in jqadm list view
- Replies: 3
- Views: 3353
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...
- 06 Jan 2025, 15:05
- Forum: Help
- Topic: Issue with "List Reference ID" navsearch in jqadm list view
- Replies: 3
- Views: 3353
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...
- 25 Nov 2024, 06:06
- Forum: Help
- Topic: How to Include Property Labels in Product Property Attributes Using JSON:API?
- Replies: 3
- Views: 37518
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...
- 11 Nov 2024, 04:53
- Forum: Help
- Topic: Issue with Price Sorting After Implementing Custom Discount Provider and Exclude Product Decorator in Price Rules
- Replies: 3
- Views: 59492
Re: Issue with Price Sorting After Implementing Custom Discount Provider and Exclude Product Decorator in Price Rules
Thank you for the reply. Is there any other option for price sort to include discounted prices or for price rule functionality(discounts)? This functionality is essential for us, as we need to apply discounts across all products without manually adjusting each product’s details. Our store has nearly...
- 07 Nov 2024, 11:28
- Forum: Help
- Topic: Start date and End date in Price rule is not persistent.
- Replies: 5
- Views: 53430
Re: Start date and End date in Price rule is not persistent.
Hi Aimeos,
Would it be possible to apply this fix to version 2024.07.x as well? We’re currently using that version and would greatly appreciate the update.
Thank you!
Would it be possible to apply this fix to version 2024.07.x as well? We’re currently using that version and would greatly appreciate the update.
Thank you!
- 07 Nov 2024, 04:49
- Forum: Help
- Topic: Issue with Price Sorting After Implementing Custom Discount Provider and Exclude Product Decorator in Price Rules
- Replies: 3
- Views: 59492
Issue with Price Sorting After Implementing Custom Discount Provider and Exclude Product Decorator in Price Rules
Hi Aimeos, I’ve implemented a custom price rule using a provider and catalog decorator. The Discount Provider applies a discount as an integer value, and the Exclude Product Decorator excludes certain products based on criteria such as product.codes, catalog.code, and products that already include a...
- 06 Nov 2024, 00:05
- Forum: Help
- Topic: Extending JSON API: Sending Confirmation Emails After Customer Deletion
- Replies: 3
- Views: 34755
Re: Extending JSON API: Sending Confirmation Emails After Customer Deletion
Hello Aimeos, thank you for the response.
To clarify, am I correct in assuming that I need to extend the delete function found here: https://github.com/aimeos/ai-controller ... d.php#L324 and add a message to a queue within this function?
To clarify, am I correct in assuming that I need to extend the delete function found here: https://github.com/aimeos/ai-controller ... d.php#L324 and add a message to a queue within this function?
- 05 Nov 2024, 02:54
- Forum: Help
- Topic: Extending JSON API: Sending Confirmation Emails After Customer Deletion
- Replies: 3
- Views: 34755
Extending JSON API: Sending Confirmation Emails After Customer Deletion
Hello Aimeos, I'm working on extending the JSON API customer delete function, and I would like to implement a feature that sends a confirmation email to the user after their account is deleted. Could you advise on the best way to achieve this functionality? CustomerDecorator <?php namespace Aimeos\C...