typoscript query for aimeos products
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!
typoscript query for aimeos products
is there a way to query product details with typoscript?
e.g. to include a product title in standard typo3 breadcrumbs
or to be able to fetch product records with typo3 crawler
e.g. to include a product title in standard typo3 breadcrumbs
or to be able to fetch product records with typo3 crawler
Re: typoscript query for aimeos products
Might be difficult because the product data is distributed over several tables linked by the list tables and we wouldn't suggest that as a good way. But you can access the tables directly in TS.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: typoscript query for aimeos products
how would that work?
couldn't find anything about it in the manual
couldn't find anything about it in the manual
Re: typoscript query for aimeos products
It's not recommended and therefore not in the Aimeos docs. You should have a look into the TYPO3 TS documentation how to access database tables directly in TS
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star