Jump to content
xt:Commerce Community Forum

Lagerampel auf Startseite entfernen


Optical

Recommended Posts

in der "product_listing_v1.html" im verzeichniss "product_listing" (klaro.. :P)

da suchst Du den Eintrag mit "stockimage" ,die Zeile kommentierst Du aus mit {* bla..*} aus.

ungefähr so:

{* {if $module_data.stock_image}

<p class="stockimage">{img img=$module_data.stock_image.image type=t_img_stockrules alt=$module_data.stock_image.name}</p>

<p class="stockimagetext">{$module_data.stock_image.name}</p>

{/if} *}

falls Du die Lagerampel nicht aber den Text dazu auskommentieren willst

{if $module_data.stock_image}

{* <p class="stockimage">{img img=$module_data.stock_image.image type=t_img_stockrules alt=$module_data.stock_image.name}</p> *}

<p class="stockimagetext">{$module_data.stock_image.name}</p>

{/if}

Gruß

Manfred

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...