Edit the pages of specials, and produts_new produts_all.
No problems but product_listing tube is not the same, what I want you to be a list like this:
*some variables are from my catalogPHP Code:<img src="'.$imagendeatras.'" alt="'.$listing->fields['products_name'].'" width="168" height="175" class="atras">
<a href="'. zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . $productsInCategory[$listing->fields['products_id']] . '&products_id=' . $listing->fields['products_id']).'" title="'.$listing->fields['products_name'].'" width="168" height="175">
<img src="'.DIR_WS_IMAGES . $listing->fields['products_image'].'" alt="'.$listing->fields['products_name'].'" width="168" height="175" class="adelante">
</a>
<div class="descripcion">
<a href="'. zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . $productsInCategory[$listing->fields['products_id']] . '&products_id=' . $listing->fields['products_id']).'" title="'.$listing->fields['products_name'].'" width="168" height="175">
<strong>' . $listing->fields['products_name'] . '</strong></a><br />
' . $descripcion . '<br />
<small>'.$preciocarater.'<strong>') . $products_price . '</strong></small>
</div>



