Modulshop - Eine große Auswahl an neuen und hilfreichen Modulen für die modified eCommerce Shopsoftware
Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: ANLEITUNG: Popup bei Klick des Bildes im product_listing

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.369
    • Geschlecht:
    Ich poste das hier nochmal, damit das nicht ganz im Thema untergeht:

    [...]
    Wer die Änderung testen möchte, fügt sucht in der "/templates/<dein-template>/module/product_listing/product_listing_v1.html":

    Code: PHP  [Auswählen]
    <td align="center" class="productPreviewImage">{if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" class="productImageBorder" /></a>{else} {/if}</td>

    und ersetzt den Code mit folgendem:

    Code: PHP  [Auswählen]
    <td align="center" class="productPreviewImage">{if $module_data.PRODUCTS_IMAGE!=''}<a title="{$module_data.PRODUCTS_NAME}" href="{$module_data.PRODUCTS_IMAGE|replace:"thumbnail_images":"popup_images"}" class="thickbox" rel="{$module_data.PRODUCTS_ID}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" class="productImageBorder" /></a>{else} {/if}</td>
    [...]

    Quelle: ABSTIMMUNG: Frage an die Community bezgl. Usability

    Grüße

    Torsten

    Linkback: https://www.modified-shop.org/forum/index.php?topic=13000.0
    2 Antworten
    4504 Aufrufe
    03. August 2012, 12:14:20 von Nessy
    2 Antworten
    3423 Aufrufe
    21. November 2012, 18:14:00 von Simon
    66 Antworten
    31169 Aufrufe
    29. Oktober 2015, 17:38:00 von trendco