Options and price update

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!
iresults
Posts: 18
Joined: 28 Aug 2020, 13:36

Options and price update

Post by iresults » 13 Oct 2020, 08:36

I have a product with options that can be selected additionally. The options are created as attributes and have their own price. The attributes are then assigned in the Options section. The options can be selected correctly but the price is not updated on the detail page.

If the product costs 100 and the options have an additional cost of 10, the price should be 110. The shopping cart will show the total correct price of 110.

Is it possible that the prices on the detail page are updated dynamically? As it works with product variants?

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

Re: Options and price update

Post by aimeos » 14 Oct 2020, 06:45

You have to do that calculation in Javascript yourself to update the price dynamically.
The implemented standard way is to display the additional price at the option, e.g. "+ 5.00€" and in the basket the total price is calculated.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply