how to add packing cost (service) to order?

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!
Ahmad
Posts: 72
Joined: 05 Jul 2017, 15:19

how to add packing cost (service) to order?

Post by Ahmad » 04 Apr 2020, 20:26

hello, instead of shipping cost that use delivery service to calcPrice and add to order, i want to add another cost named Packing cost to order apart from the delivery, how can i do that?

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

Re: how to add packing cost (service) to order?

Post by aimeos » 06 Apr 2020, 06:47

If you want to display the two prices separately, you can add the packaging cost as price value instead of costs of the price item in calcPrice(). These are displayed separately.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Ahmad
Posts: 72
Joined: 05 Jul 2017, 15:19

Re: how to add packing cost (service) to order?

Post by Ahmad » 06 Apr 2020, 10:17

aimeos wrote: 06 Apr 2020, 06:47 If you want to display the two prices separately, you can add the packaging cost as price value instead of costs of the price item in calcPrice(). These are displayed separately.
i don't understand, what you mean?what is price value?calcPrice are in the service, packaging price is not choosable.

Post Reply