Change configurable options in the basket

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!
markus.suess@mbit.at
Posts: 8
Joined: 11 Nov 2020, 15:09

Change configurable options in the basket

Post by markus.suess@mbit.at » 19 Nov 2020, 16:26

Hello,

I want to display the selectbox where I can choose the values from my configurable attribute that is shown in the detail view also in the basket view.
So that I can change the value of the attribute on the basket page.

Is there an easy way to achieve this?



I'm on aimeos 2020.10 on TYPO3 10, Ubuntu and PHP 7.3

MfG
Markus Süss

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

Re: Change configurable options in the basket

Post by aimeos » 21 Nov 2020, 09:39

The basket contains a condensed view of the ordered products and does not contain all the data available in the product catalog. Also, the chosen attributes may alter the total price of the product so changing the them in the basket effectly requires removing the product from the basket and adding it again.
It's possible but not out of the box. You have to change the template to include the attribute IDs and extend the basket standard HTML client to remove the product and readd it again.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

markus.suess@mbit.at
Posts: 8
Joined: 11 Nov 2020, 15:09

Re: Change configurable options in the basket

Post by markus.suess@mbit.at » 23 Nov 2020, 10:38

Would it be easier to just add the attribute in the basket once?
So I add the product without the attribute and then set it in the basket.

Is this possible out of the box?

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

Re: Change configurable options in the basket

Post by aimeos » 24 Nov 2020, 13:44

It should make no difference and it's also not supported out of the box.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

markus.suess@mbit.at
Posts: 8
Joined: 11 Nov 2020, 15:09

Re: Change configurable options in the basket

Post by markus.suess@mbit.at » 25 Nov 2020, 17:00

ok thank you

Post Reply