one page checkout shipping options

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!
User avatar
GülsümAkça
Posts: 57
Joined: 20 Nov 2020, 13:30

one page checkout shipping options

Post by GülsümAkça » 29 Nov 2020, 13:52

We use one page checkout. We have different shipping options. When the customer selects the shipping option, the total amount in the detail table is not updated. how can we fix it?
our site: https://paltoru2.tulparstudyo.net/

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

Re: one page checkout shipping options

Post by aimeos » 30 Nov 2020, 13:47

Only if you use the JSON REST API to update the shipping costs and then re-render the rest of the page.
You can also do a form submit but the page reload my annoy the customers.
A third possibility (my personal favorite) is to use the onepage configuration for address, delivery and payment only. The summary will be separate and the values are automatically up to date.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply