Rendering product attirubutes on the product list board
					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!
Rendering product attirubutes on the product list board
Dear gentleman,
please advice what command should I add to the templates (catalog/list/items-body-default.html , catalog/detail/basic-body-default.html ) to render some product attributes? Please help
Best regards,
Dominik
			
			
			
									
									
						please advice what command should I add to the templates (catalog/list/items-body-default.html , catalog/detail/basic-body-default.html ) to render some product attributes? Please help
Best regards,
Dominik
Re: Rendering product attirubutes on the product list board
You need to make sure the product attributes are fetched from the database:abcdomino wrote:please advice what command should I add to the templates (catalog/list/items-body-default.html , catalog/detail/basic-body-default.html ) to render some product attributes?
https://aimeos.org/docs/Configuration/C ... st/domains
Then, the product items in the templates contain the attributes which can be fetched with
Code: Select all
$product->getRefItrems( 'attribute' [, 'attr type'] [, 'list type'] );Professional support and custom implementation are available at  Aimeos.com
If you like Aimeos,
 give us a star
						If you like Aimeos,