Free shipping

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

Free shipping

Post by derJu » 21 Nov 2017, 08:55

hello aimeos, is it possible to offer individual products free shipping? Without having to enter a discount code.

beste regards
derju

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

Re: Free shipping

Post by aimeos » 22 Nov 2017, 00:03

What does this mean? As long as all products in the basket are marked as "free shipping" no shipping costs are added just like for digital products? For downloads, there's a service decorator available (https://aimeos.org/docs/User_Manual/Adm ... s#Download) to show or hide one of two delivery options (with and without delivery costs)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

Re: Free shipping

Post by derJu » 22 Nov 2017, 07:23

It means if a product is in the basket, such as "free shipping" the other products in the basket are also free to deliver.

best regards
jules

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

Re: Free shipping

Post by aimeos » 22 Nov 2017, 22:07

How should this "free shipping product" be added to the basket?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Stefan80
Posts: 42
Joined: 27 Nov 2017, 09:57

Re: Free shipping

Post by Stefan80 » 06 Sep 2019, 07:57

Hello,

is it possible to set a single product to free shipping in the plugin "shipping" -"Free shipping above threshold"?

A special Product should have no shipping cost / skip the delivery process in the basket...

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

Re: Free shipping

Post by aimeos » 06 Sep 2019, 08:41

This does currently only work for products in a category if the "Category,Reduction" decorators are used. You can implement a product decorator that could do the same for the configured product codes.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Stefan80
Posts: 42
Joined: 27 Nov 2017, 09:57

Re: Free shipping

Post by Stefan80 » 16 Sep 2019, 09:26

Ok, thank you.

But can I create a delivery option (free shipping) and connect the Item to this option (so in the basket, "free shipping" is the only available option for this item)?

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

Re: Free shipping

Post by aimeos » 17 Sep 2019, 08:13

Yes, that should be possible:
- Add the "Required" decorator to your free shipping option and add the product code to the configuration on the right
- For all other shipping options, add "Not" and "Required" as decorator with the product code configured too

Example:

Free Shipping
Provider: Manual,Required
Config: required.productcode -> abcd

All other shipping options
Provider: Manual,Not,Required
Config: required.productcode -> abcd
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply