No shipping costs for Selection 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!
schoelli
Posts: 15
Joined: 25 Oct 2017, 17:21

No shipping costs for Selection Product

Post by schoelli » 30 Aug 2018, 14:34

I have a setup with different delivery providers per country and a selection product. My requirement is that there are no shipping costs for the selection product and its variants but when an additional option is set, then it should include the shipping costs of the selected delivery provider. How can I solve this? Do I need to implement a decorator for this or can it be configured via the admin interface?

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

Re: No shipping costs for Selection Product

Post by aimeos » 30 Aug 2018, 21:02

That's very specific so you need to implement a service decorator for this.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mohal_04
Advanced
Posts: 108
Joined: 27 Mar 2018, 05:59

Re: No shipping costs for Selection Product

Post by mohal_04 » 31 Aug 2018, 06:29

Hi,

Please, share your solution here! I may also need something similar in future.

Thanks!

schoelli
Posts: 15
Joined: 25 Oct 2017, 17:21

Re: No shipping costs for Selection Product

Post by schoelli » 31 Aug 2018, 14:18

I have read in the documentation about download products, that have no shipping costs. How can I setup such products?

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

Re: No shipping costs for Selection Product

Post by aimeos » 01 Sep 2018, 13:45

Virtual products with downloads have a file attached and there's a "Download" service decorator that shows/hides the delivery service options depending on the configuration:
https://github.com/aimeos/aimeos-core/b ... wnload.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply