Free Shipping for Category only

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
snicto
Posts: 37
Joined: 12 Oct 2022, 14:00

Free Shipping for Category only

Post by snicto » 12 May 2023, 13:20

I want to set FreeShipping for a specific Category only. When I use them both together when setting up a coupon, in the end, FreeShipping is applied regardless of whether the product/products are in the specific category.

Do I require a custom Extension to achieve this, or is there a way to use the existing ones to accomplish this?

Aimeos version: 2022.10.

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Free Shipping for Category only

Post by aimeos » 14 May 2023, 09:59

Yes, you need a custom implementation of the Category coupon decorator because the behavior of the standard Category coupon decorator is to grant the discount if only one product from that category is in the basket - not if all products in the basket are from that category.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply