Search found 35 matches
- 28 Feb 2025, 04:13
- Forum: Help
- Topic: Apply Discount in Checkout Total Amount?
- Replies: 9
- Views: 127990
Re: Apply Discount in Checkout Total Amount?
Hi, this is a continuation of my custom basket plugin to apply 5% discounts to orders for regular customers. The plugin checks if the user is authenticated as a regular customer and adds the discount through a rebate product. It works fine in most cases, but there’s an issue when customers pay using...
- 25 Feb 2025, 00:09
- Forum: Help
- Topic: Help with Custom Basket Plugin and Order Price Calculation
- Replies: 1
- Views: 16520
Help with Custom Basket Plugin and Order Price Calculation
Hi Aimeos Team, I’ve created a custom basket plugin to check if an ordered product has a specific attribute configuration (type: add-on) and apply a custom discounted price + the add-on configuration price. The plugin successfully updates the ordered product price, but the order.price attribute stil...
- 09 Feb 2025, 15:23
- Forum: Help
- Topic: Issues with Toggle All and Delete Modal in Custom Admin Panel
- Replies: 1
- Views: 2898
Issues with Toggle All and Delete Modal in Custom Admin Panel
Hey there, I set up a custom panel in the admin with a custom domain, and for the most part, it's working great—creating, searching, and updating items all function as expected. However, I’ve run into a couple of issues: 1. The "toggle all" checkbox doesn’t actually toggle all the checkbox...
- 15 Jan 2025, 03:09
- Forum: Help
- Topic: Inquiry About Gift Card Voucher Setup and Testing
- Replies: 1
- Views: 2243
Re: Inquiry About Gift Card Voucher Setup and Testing
Hi
This is working on our side now; we forgot to attach the payment and delivery address to our order.
This is working on our side now; we forgot to attach the payment and delivery address to our order.
- 14 Jan 2025, 09:54
- Forum: Help
- Topic: Inquiry About Gift Card Voucher Setup and Testing
- Replies: 1
- Views: 2243
Inquiry About Gift Card Voucher Setup and Testing
Hi, We’re currently testing voucher products on our site, specifically buying them and using them in the basket. I followed the documentation to set up a Gift Card product and created a Coupon data entry with "voucher" as the provider, adding the voucher.productcode . I didn’t create any c...
- 08 Jan 2025, 06:12
- Forum: Help
- Topic: Error in Customer address Jsonapi Decorator
- Replies: 1
- Views: 3433
Error in Customer address Jsonapi Decorator
Hi, How can I extend Customer Address Jsonapi using a decorator? It currently returns this error. LogicException: Class "\Aimeos\Client\JsonApi\Customer\Address\Decorator\AddressDecorator" not found //Client Jsonapi Config 'customer' => [ 'address' => [ 'decorators' => [ 'local' =>...
- 03 Jan 2025, 09:27
- Forum: Help
- Topic: Adding Product URL Segment in Basket Response
- Replies: 1
- Views: 5171
Adding Product URL Segment in Basket Response
Hi there, We’re currently working on our cart, specifically with basket product lists. Would it be possible to include just the basket product’s URL segment in the Basket Response JSON:API? We need this because we’re using the product slug to redirect users back to the product details page. Would we...
- 29 Dec 2024, 07:41
- Forum: Help
- Topic: Questions About Order History API Response
- Replies: 3
- Views: 13858
Re: Questions About Order History API Response
Hi, thank you for getting back to us We’ve tried your suggestion using this URL: http://localhost:8000/jsonapi/order?include=order.product,product,price We have some questions and concerns about the response: The JSON API does return the prices of the products (which is great!), but we’re having tro...
- 26 Dec 2024, 16:09
- Forum: Help
- Topic: Aimeos:setup error after Composer update
- Replies: 3
- Views: 16218
Re: Aimeos:setup error after Composer update
Hello, thank you for the update! We've encountered an issue again while running php artisan aimeos:setup and php artisan aimeos:setup --option=setup/default/demo:0 . However, when we use php artisan aimeos:setup --option=setup/default/demo:1 , the error doesn’t occur. We’d like to use php artisan ai...
- 26 Dec 2024, 08:05
- Forum: Help
- Topic: Questions About Order History API Response
- Replies: 3
- Views: 13858
Questions About Order History API Response
Hi! We’re working on the order history page for our frontend and ran into a couple of questions: For an ordered product that has a granted rebate value set up in the price panel, we noticed that in the JSON API response, order.product.rebate is showing "0.00" instead of the expected "...