Combination of selections and options
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Combination of selections and options
Hi,
I've a product with a few variants and on the main product i added options.
When I configure my product I'm not able to submit it. The product without the additional options works fine.
Can you tell me what my mistake is?
Thank you & best wishes!
________
PHP 7.4
aimeos-typo3: 22.4.3
aimeos-core: 2022.04.7
I've a product with a few variants and on the main product i added options.
When I configure my product I'm not able to submit it. The product without the additional options works fine.
Can you tell me what my mistake is?
Thank you & best wishes!
________
PHP 7.4
aimeos-typo3: 22.4.3
aimeos-core: 2022.04.7
Re: Combination of selections and options
Can you post a few screenshots from the admin backend where we can see the product variants and configured options?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Combination of selections and options
Sure.
- Attachments
-
- options.JPG (62.41 KiB) Viewed 8321 times
-
- variants.JPG (103.57 KiB) Viewed 8321 times
Re: Combination of selections and options
If I configure a product in the FE and reload the page then I am able to add the product to the basket.
I think that has something to do with your Javascript.
I think that has something to do with your Javascript.
Re: Combination of selections and options
We've tested with the latest version and adding a variant of a selection product with configurable attributes works without problems. Which Aimeos version do you use?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Combination of selections and options
It is the latest version as I wrote in the first comment.
The attribute in the options is declared as an input. If I run it as a normal select it work for me too, but I need it as an input.
The attribute in the options is declared as an input. If I run it as a normal select it work for me too, but I need it as an input.
Code: Select all
plugin.tx_aimeos.settings.client.html.catalog.attribute.type.zusatzanwendung = input
Re: Combination of selections and options
The problem has been fixed now with this commit:
https://github.com/aimeos/ai-client-htm ... dd83e0b9de
https://github.com/aimeos/ai-client-htm ... dd83e0b9de
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Combination of selections and options
Nice! Thank you.