Dartellung von CATEGORY_IMAGE in tt_products 2.6 [Gelöst]

  • 0 x
    13 Beiträge
    0 Hilfreiche Beiträge
    12. 02. 2009, 10:49

    Für Alle, die auch ein Kategoriebild in der Kategorieliste einfügen wollen.

    Nach langem Probieren und suchen hier die Lösung #giggle# :
    template.html:
    <div class="tt_products_item_catlist">
    ...
    <!--###LINK_CATEGORY### begin-->
    ###CATEGORY_IMAGE###
    ...
    <!--###LINK_CATEGORY### end-->
    ...
    </div>

    in TS Constants
    plugin.tt_products.displayCatListType = p
    (darf nicht ul sein)

    in httpdocs/typo3conf/ext/tt_products/view/class.tx_ttproducts_catlist_view.php
    original Zeile 295 + 296:
    $this->config['limitImage'],
    'listImage',

    ändern in:
    $this->conf['limitImage'],
    'listcatImage',

    Ich hoffe das hilft einigen weiter.


  • 1
  • saya saya
    Typ im Roten Hemd
    0 x
    2 Beiträge
    0 Hilfreiche Beiträge
    05. 03. 2009, 15:08

    hey vielen dank :) das hat mir echt viel erleichert =)

  • sini sini
    R2-D2
    0 x
    75 Beiträge
    0 Hilfreiche Beiträge
    20. 09. 2010, 14:30

    geht eigentlich auch einfacher, man muss nur
    in TS Constants

    1. plugin.tt_products.displayCatListType = 0

    setzen

  • 1