Change product custom atttribute value in basket
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 28
- Joined: 17 Aug 2023, 00:16
Change product custom atttribute value in basket
Laravel: 11.0
Aimeos: 2024.04
PHP: 8.2
Environment: Linux
I have a custom attribute which I set to some value when adding product to cart. After the product is added to cart I am not able to update the value for that attribute. In documentation its mentioned that we can update only quantity of the product. Is it possible to update product's custom attribute value as well?
I am using JSON APIs
Aimeos: 2024.04
PHP: 8.2
Environment: Linux
I have a custom attribute which I set to some value when adding product to cart. After the product is added to cart I am not able to update the value for that attribute. In documentation its mentioned that we can update only quantity of the product. Is it possible to update product's custom attribute value as well?
I am using JSON APIs
Re: Change product custom atttribute value in basket
Only if you delete the product and add it again. Otherwise, only quantity updates are possible.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

-
- Posts: 28
- Joined: 17 Aug 2023, 00:16
Re: Change product custom atttribute value in basket
I have created a basket plugin to manage this. SO I can now update a specific custom attribute as required by my application. Thanks.