Order - delivery costs

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!
lebanon_dd
Posts: 7
Joined: 23 Aug 2021, 04:56

Order - delivery costs

Post by lebanon_dd » 26 Aug 2021, 15:09

Hello,

Our shop has some specific Shipping Expenses, where it is calculated "case by case", or "Order by Order".
So after the user confirms the basket, and checks out, we do in-house calculation, and add it to the Invoice.

Payment options we have is only one "Pre Payment" via bank account.

So I set up a new Configuration/services/delivery option, without any formulas, it shows a zero Euros for shipping.

How can we update the order & the invoice adding the new "Shipping Costs" after we do the calculation?

I tried Orders page, but there is no way to alter the shipping costs of the order.

Thank you

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

Re: Order - delivery costs

Post by aimeos » 27 Aug 2021, 06:35

The backend does currently not allow to change the order in a way which would change the order total price because then, the payment doesn't match any more in all cases. You must overwrite the order panel to change the shipping costs in your case.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

lebanon_dd
Posts: 7
Joined: 23 Aug 2021, 04:56

Re: Order - delivery costs

Post by lebanon_dd » 27 Aug 2021, 14:11

Clear, Thank you

Post Reply