Remove shipping value for a product

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!
jramirezgranada
Posts: 40
Joined: 12 Jul 2018, 19:57

Remove shipping value for a product

Post by jramirezgranada » 05 Dec 2018, 15:10

Depending on some conditions I have to remove the shipping value for a products, Do i need to do id in each method that return data to the cart ?

Thanks
--
Jorge A Ramirez
System Engineer
PHP Developer

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

Re: Remove shipping value for a product

Post by aimeos » 05 Dec 2018, 21:41

You can create a basket plugin that listens to the "addProduct.before" signal:
https://aimeos.org/docs/Developers/Libr ... et_plugins
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply