Wrong price in cart in combination with configurable

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!
benjamin.butschell
Posts: 4
Joined: 12 Jan 2017, 13:57

Wrong price in cart in combination with configurable

Post by benjamin.butschell » 12 Jan 2017, 14:23

Hi,

I have a selection product with configurable attributes. When an option of the configurable is selected, costs as defined in the backend are added. Price is correct and everything works as expected. The cart shows my product variant, with the hint of my selected configurable option. Great!

If I add the same product another time, but now without the configurable selected, it adds itself to the cart as new position, without the configurable hint. Everything correct so far. But the price is the same as the product with configurable option. The costs for the configurable are added, although they shouldn't.

Maybe the screenshot helps. Default price of the product is 165 €. Additional price of the configurable is 35€. So the first position should be 200€, but the second one should be only 165€. Why isn't this the case? What am I missing?

Infos:
TYPO3 7.6.14
Aimeos 16.10.1
PHP 5.6, Linux
Attachments
cart.png
cart.png (41.97 KiB) Viewed 1797 times

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

Re: Wrong price in cart in combination with configurable

Post by aimeos » 12 Jan 2017, 20:49

This was the problem: https://github.com/aimeos/aimeos-core/c ... 0f7d853471
You can disable the ProductPrice plugin in the meantime (which causes the problem) until we release a new version.

Thank you for reporting! :-)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

benjamin.butschell
Posts: 4
Joined: 12 Jan 2017, 13:57

Re: Wrong price in cart in combination with configurable

Post by benjamin.butschell » 13 Jan 2017, 12:07

Thanks for the help! Works now! :)

Post Reply