Variants on pinned list
					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!
Variants on pinned list
Hello, is it possible to show all variants of a product on the pinned list (pinned-body-standard.php)? If yes how? 
I am currently using Aimeos 18.10.9 on Typo3 8.7.27
Thank you!
			
			
			
									
									
						I am currently using Aimeos 18.10.9 on Typo3 8.7.27
Thank you!
Re: Variants on pinned list
If you add that code to the template, you can show the variant attributes and the "add to basket" button:
https://github.com/aimeos/ai-client-htm ... #L225-L279
			
			
			
									
									https://github.com/aimeos/ai-client-htm ... #L225-L279
Professional support and custom implementation are available at  Aimeos.com
If you like Aimeos, give us a star
 give us a star
						If you like Aimeos,
 give us a star
 give us a starRe: Variants on pinned list
I copied the code and added it to pinned-body-standard.php within <?php foreach( $pinList as $id => $productItem ) : ?><?php endforeach; ?> but I do not get any output. Am I missing something?
			
			
			
									
									
						Re: Variants on pinned list
You have to adapt the code a bit and you hopefully removed the if-condition. You need that code as well:
https://github.com/aimeos/ai-client-htm ... hp#L24-L30
			
			
			
									
									https://github.com/aimeos/ai-client-htm ... hp#L24-L30
Professional support and custom implementation are available at  Aimeos.com
If you like Aimeos, give us a star
 give us a star
						If you like Aimeos,
 give us a star
 give us a star Star Repo
					Star Repo
				