Bild im Warenkorb unterdrücken

Aus Wiki | modified eCommerce Shopsoftware
Zur Navigation springenZur Suche springen

Ich möchte meinen Warenkorb so gestalten, dass kein Produktbild angezeigt wird.

Antwort von Hetfield 04.2008:

Schau in der Datei templates/DEIN_TEMPLATE/module/order_details.html nach und suche nach

 {if $module_data.PRODUCTS_IMAGE!=}
   <img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.IMAGE_ALT}" />
 {/if} 

Diesen Abschnitt löscht du oder kommentierst ihn aus mittels {* .... *}