-
{loop type="product" name="product_list" category={category attr="id"}}
-
{loop name="product_thumbnail" type="image" product=$ID width="218" height="146" resize_mode="borders" limit="1"} {/loop} {elseloop rel="product_thumbnail"} {images file='assets/img/218x146.png'}
{/images} {/elseloop}
{$TITLE}
{$DESCRIPTION}
{if $IS_PROMO } {loop name="productSaleElements_promo" type="product_sale_elements" product=$ID limit="1" order="min_price"} {assign var="default_product_sale_elements" value=$ID} {intl l="Special Price:"} {format_number number="{$TAXED_PROMO_PRICE}"} {currency attr="symbol"} {intl l="Regular Price:"} {format_number number="{$TAXED_PRICE}"} {currency attr="symbol"} {/loop} {else} {format_number number="{$BEST_TAXED_PRICE}"} {currency attr="symbol"} {/if}
{/loop}