Jump to content
xt:Commerce Community Forum

alt text auf thumbs


hot

Recommended Posts

danke für den tip oldbear,

das hätte ich schon probiert, leider ohne erfolg.

mein link sieht so aus:

<a href="{$cross_sell_products_data.products_link}" title="{$module_data.products_name}">

aber ich bekomme leider kein mouse-over.

es sollte genauso wie in der product.html bei den info bilder aussehen.

Link to comment
Share on other sites

sorry ich hab nicht alles reinkopiert!

also so sieht der ganze code der auto_cross_sell aus:

<h5>{txt key=TEXT_HEADING_AUTO_CROSS_SELL}</h5>
{foreach name=aussen item=cross_sell_products_data from=$_auto_cross_sell}
<tr>
{if $cross_sell_products_data.products_image!=''}<div class="productCrossSellImage"><a href="{$cross_sell_products_data.products_link}" title="{$module_data.products_name}">{img img=$cross_sell_products_data.products_image type=m_thumb class=productImageBorder alt=$cross_sell_products_data.products_name}</a><p class="productCrossSellContent .price">{$cross_sell_products_data.products_price.formated}</p>{/if}
</div></tr>
{/foreach}
<p> </p>[/HTML]

Link to comment
Share on other sites

Archived

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

×
  • Create New...