Jump to content
xt:Commerce Community Forum

Gr?sse Der Produktbilder Im Datenblatt


Recommended Posts

Moin

ich w?rde den Pfad in der ./print_product_info.php zu den gro?en Bildern ?ndern

Zeile 57 etwa:


 $image='';

 if ($product_info['products_image']!='') {

 $image=DIR_WS_CATALOG . DIR_WS_THUMBNAIL_IMAGES . $product_info['products_image'];

 }
auf DIR_WS_ORIGINAL_IMAGES ?ndern. Als n?chstes k?nnte sein, das Image in der ./template/deines/print_product_info.html gr??enm??ig anzupassen... ?ndere dazu mal
{if $PRODUCTS_IMAGE!=''}<img src="{$PRODUCTS_IMAGE}" border="0">{/if}
in

{if $PRODUCTS_IMAGE!=''}<img src="{$PRODUCTS_IMAGE}" border="0" high=XXY">{/if}

Wobei XX f?r eine Angabe in Pixel oder mit Y inXX% steht.

Gru?

Stephan

Link to comment
Share on other sites

Archived

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

×
  • Create New...