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: Bilder in Product_listingV1 ändern

    ITW_1971

    • Fördermitglied
    • Beiträge: 126
    Bilder in Product_listingV1 ändern
    am: 01. Februar 2013, 17:39:57
    Ich möchte anstatt der Preview Images lieber die Product Images benutzen.
    Ohne die Bilder neu berechnen zu müssen .... Laut Forum habe ich entsprechend geändert. Aber es klappt nicht ... er kann mal drüber schauen?

    Code: XML  [Auswählen]
    {config_load file="$language/lang_$language.conf" section="index"}
    {if $CATEGORIES_HEADING_TITLE}
      <h1>{$CATEGORIES_HEADING_TITLE}</h1>
      {else}
      <h1>{$CATEGORIES_NAME}</h1>
    {/if}
    {if $CATEGORIES_DESCRIPTION || $CATEGORIES_IMAGE || $MANUFACTURER_DROPDOWN}
                    {if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_NAME}" class="imgLeft" /><br />{/if}
                    {if $CATEGORIES_DESCRIPTION}{$CATEGORIES_DESCRIPTION}<br />{/if}
                    {if $MANUFACTURER_DROPDOWN}{$MANUFACTURER_DROPDOWN}<br />{/if}
    {/if}
    {$NAVIGATION}
    <div class="hrproductpreview"></div>
    {foreach name=aussen item=module_data from=$module_content}
    <table class="productPreview" width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
            <td align="center" class="productPreviewImage">{if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="<!--{$module_data.PRODUCTS_IMAGE}-->{$module_data.PRODUCTS_IMAGE|replace:'thumbnail_images':'info_images'}" alt="{$module_data.PRODUCTS_NAME}" class="productImageBorder" /></a>{else}&nbsp;{/if}</td>
                <td class="productPreviewContent">
                    <h2><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a></h2>
                    <p>{$module_data.PRODUCTS_SHORT_DESCRIPTION}</p>
                    <p class="price">{$module_data.PRODUCTS_PRICE}</p><p class="taxandshippinginfo">( {$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK} )</p>
                    {if $module_data.PRODUCTS_VPE}<p class="vpe">{$module_data.PRODUCTS_VPE}</p>{/if}
                    {if $module_data.PRODUCTS_SHIPPING_NAME}<p class="shippingtime">{#text_shippingtime#}{if $module_data.PRODUCTS_SHIPPING_IMAGE}<img src="{$module_data.PRODUCTS_SHIPPING_IMAGE}" alt="{$module_data.PRODUCTS_SHIPPING_NAME}" />{/if}
                            {$module_data.PRODUCTS_SHIPPING_NAME}</p>
                    {/if}
                                    <!---<p>{$module_data.PRODUCTS_BUTTON_BUY_NOW}---><a href="{$module_data.PRODUCTS_LINK}"><img src="{$tpl_path}buttons/{$language}/button_product_more.gif" alt="Details" border="0" /></a></p>
            </td>
      </tr>
    </table>
    <div class="hrproductpreview"></div>
    {/foreach}
    {$NAVIGATION}

    Danke

    Linkback: https://www.modified-shop.org/forum/index.php?topic=24554.0
    Werbung / Banner buchen

    jannemann

    • modified Team
    • Beiträge: 6.275
    • Geschlecht:
    Re: Bilder in Product_listingV1 ändern
    Antwort #1 am: 01. Februar 2013, 22:12:38
    Hallo ITW_1971,

    hast du mal deinen Browser- und Templatecache geleert?

    Schöne Grüße,
    Jan

    ITW_1971

    • Fördermitglied
    • Beiträge: 126
    Re: Bilder in Product_listingV1 ändern
    Antwort #2 am: 03. Februar 2013, 01:59:28
    Hallo Jan,

    ja beides geleert und dennoch ohne Erfolg!

    LG
    Ingo

    ITW_1971

    • Fördermitglied
    • Beiträge: 126
    Re: Bilder in Product_listingV1 ändern
    Antwort #3 am: 05. Februar 2013, 10:02:23
    habe ich das in Zeile 17 denn überhaupt richtig eingebunden?