Neu Produktübersicht Artikel Hover aktiv

3jojojo

Sehr aktives Mitglied
20. Januar 2016
783
45
Einen schönen Sonntag 🙂

Ich suche nach einem einfachen Weg im JTL Shop 5.3.3 in der Produktliste diese Hover Funktion zu deaktivieren damit alle Variation Swatches angezeigt werden.

Im admin scheint das bei der Version nicht mehr möglich zu sein?

Jemand hier ne gute Idee? welche Funktion in der .tpl kann ich rausnehmen?
 

martinwolf

Offizieller Service Partner
SPBanner
6. September 2012
3.716
355
productlist/item_box.tpl via Child den Block überschreiben
HTML:
{block name='productlist-item-box-form-variations'}
    <div id="variations-collapse-{$Artikel->kArtikel}">
        {block name='productlist-item-box-form-include-variation'}
            {include file='productlist/variation_gallery.tpl'
            simple=$Artikel->isSimpleVariation showMatrix=false
            smallView=true ohneFreifeld=($hasOnlyListableVariations == 2)}
        {/block}
    </div>
{/block}
 

3jojojo

Sehr aktives Mitglied
20. Januar 2016
783
45
productlist/item_box.tpl via Child den Block überschreiben
HTML:
{block name='productlist-item-box-form-variations'}
    <div id="variations-collapse-{$Artikel->kArtikel}">
        {block name='productlist-item-box-form-include-variation'}
            {include file='productlist/variation_gallery.tpl'
            simple=$Artikel->isSimpleVariation showMatrix=false
            smallView=true ohneFreifeld=($hasOnlyListableVariations == 2)}
        {/block}
    </div>
{/block}
perfekt Danke dir
 

Ähnliche Themen