Jump to content
xt:Commerce Community Forum

Image-Pfad ?ndern (new_products_default.html)


lexus_mod

Recommended Posts

Hallo Leute,

ich versuche den Image-Pfad in der new_products_default.html ca. in Zeile 11 zu ?ndern.

<td rowspan="3" >{if $module_data.PRODUCTS_IMAGE}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a>{/if}</td>

$module_data.PRODUCTS_IMAGE = images/product_images/thumbnail_images/1_0.jpg

ich w?rde gerne das der Pfad auf das Verzeichniss

images/product_images/info_images/1_0.jpg verweist.

in der product_info_v1.html wird der Pfad ?ber $PRODUCTS_IMAGE erstellt

$PRODUCTS_IMAGE = images/product_images/info_images/1_0.jpg

das klappt aber nicht in der new_products_default.html.

wie bekomm ich das hin?

Gr??e lexus_mod

Link to comment
Share on other sites

In includes/modules/new_products.php ungef?hr Zeile 95 (XTC Version 304)

Versuch mal folgendes.

Originalzeile:

$image = DIR_WS_THUMBNAIL_IMAGES.$new_products['products_image'];
Patch:
$image = DIR_WS_INFO_IMAGES.$new_products['products_image'];

>> Patch nicht getestet, bitte. ausprobieren!! <<

Gruss

Hen

Link to comment
Share on other sites

Archived

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

×
  • Create New...