Different shipping rate for each basket product

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
shainanand
Posts: 26
Joined: 16 Oct 2023, 15:05

Different shipping rate for each basket product

Post by shainanand » 24 Oct 2023, 13:51

I am trying to implement different shipping rate for each basket product, but I am not sure what is the best way to save the shipping rates for each product in the existing view params? I want to get the shipping rates selected on delivery page to be shown in the summary page. Any help is really appreciated.
Attachments
aimoes.png
aimoes.png (44.98 KiB) Viewed 3327 times

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

Re: Different shipping rate for each basket product

Post by aimeos » 26 Oct 2023, 07:41

The easiest way is to store the shipping rates of each product in the "order.product.costs" property. Then, it's automatically included in the calculation. Which shipping alternative has been chosen by the customer can be stored in an order product attribute.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply