Show Product Variant Text & Attributes in Product Detail

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!
stiller
Posts: 87
Joined: 05 Mar 2016, 15:59

Show Product Variant Text & Attributes in Product Detail

Post by stiller » 21 Mar 2018, 23:34

hi there.

is there a convenient out-of-the-box solution to show values from variant articles of a select product (text, image, attributes) in the product detail view according to the selected variant.
In the demo system information of selected attributes color, size etc is given under characteristics. in the typo3 aimeos webshop destribution it is not. what's missing?


cheers
Volker

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

Re: Show Product Variant Text & Attributes in Product Detail

Post by aimeos » 22 Mar 2018, 08:23

Which Aimeos version are you using?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: Show Product Variant Text & Attributes in Product Detail

Post by aimeos » 22 Mar 2018, 11:48

The 18.1.x versions contains a bug that prevents the attributes of subproducts to be displayed. This is fixed and will be part of the 18.4.0 release in 2-3 weeks. You can overwrite the catalog detail body template in the meantime yourself to fix it by changing these lines: https://github.com/aimeos/ai-client-htm ... 5a1856428d
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

stiller
Posts: 87
Joined: 05 Mar 2016, 15:59

Re: Show Product Variant Text & Attributes in Product Detail

Post by stiller » 22 Mar 2018, 21:17

yeap. this was it.
but don't you think it should be possible to show description text and images from either atrributes or the product variant as well?
e.g. from the attribute selection the user selects a specific setsize and under characteristics it is spelled out what this setsize contains in detail.
how would this work?

be good

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

Re: Show Product Variant Text & Attributes in Product Detail

Post by aimeos » 23 Mar 2018, 07:09

Yes, that's possible without problem. You only have to extend the attribute section of body-standard.php template and print the attribute texts ($attribute->getRefItems( 'text' )) as well.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply