Search found 153 matches

by Moritz
30 Nov 2018, 15:44
Forum: TYPO3 extension
Topic: Add own JavaScript function to AimeosCatalogDetail.init()
Replies: 6
Views: 2283

Add own JavaScript function to AimeosCatalogDetail.init()

Hi, I've added a JavaScript file via TypoScript. Now I want to call my own function additionally to the init() function in AimeosCatalogDetail. For that I read your documentation here: https://aimeos.org/docs/Developers/Themes/Adapt_existing_themes and copy your example: AimeosCatalogDetail.init = (...
by Moritz
08 Nov 2018, 10:06
Forum: TYPO3 extension
Topic: Show attribute in catalog list with subpart
Replies: 3
Views: 1756

Re: Show attribute in catalog list with subpart

I want to show the attributes from characteristics (in detail view shown between description and properties), not from options. And only ones of a specific type like width or color, not all. And do you have a working example for creating a subpart in catalog list? I've created the subpart class in m...
by Moritz
07 Nov 2018, 14:52
Forum: TYPO3 extension
Topic: Show attribute in catalog list with subpart
Replies: 3
Views: 1756

Show attribute in catalog list with subpart

Hello, First of all I want say that I very like your shop system. Thanks for that. Now to my problem. I want to show specific attributes of a type (e.g. width) for each item in the catalog list. My decision is to use a sub-subpart of the item subpart for this. Is that the right way? For testing I wa...