{if $smarty.foreach.prods.first}
{$LABEL.lbl_designation} | {$LABEL.lbl_price} | |
{if $CONFIG.modules.discussions.avail eq 'Y'}
{if $product.thumb and $product.thumb ne $smarty.const.NO_PICTURE}
{/if}
{$product.caption}
{$LABEL.link_enlarge} {/if} {if $compare_enabled} {/if} {if $smarty.session.products_list.featured[$product.id] and $prod_from ne 'featured'} {$LABEL.lbl_featured2} {elseif $smarty.session.products_list.bestsellers[$product.id] and $prod_from ne 'bestsellers'}{$LABEL.lbl_bestseller} {elseif $smarty.session.products_list.newest[$product.id] and $prod_from ne 'newest'}{$LABEL.lbl_newest2} {/if}{if $product.short_descr} {capture name=short_descr}{strip} {$product.short_descr|truncate:200:"...":true} {/strip}{/capture} {if $CONFIG.settings.prod_allow_html_short_descr eq 'on'} {$smarty.capture.short_descr|close_tags} {else} {$smarty.capture.short_descr|nl2br} {/if} {else} {$LABEL.lbl_short_descr_is_empty} {/if} |
{if $product.$PRODUCT_PREV_PRICE_FIELD and ($CONFIG.settings.prices_for_only_registered ne 'on' or $smarty.session.customer_info.id)}
{/if} {if $CONFIG.settings.prices_for_only_registered eq 'on' && !$smarty.session.customer_info.id} {include file="_system_/helptip.html" id="product-`$prod_id`-price-`$prod_from`" text=$LABEL.tip_prices_for_only_registered label="`$LABEL.lbl_price`"} {else} {if $CONFIG.settings.prices_same_font_size eq 'on'} {$product.$PRODUCT_PRICE_FIELD} {else} {strip} {if $SHOP_CURRENCY.left_side eq 'Y'}{$SHOP_CURRENCY.short_name}{/if} {$product.price_int}{if $product.price_fract}{$SHOP_CURRENCY.dec_point}{$product.price_fract}{/if} {if $SHOP_CURRENCY.left_side ne 'Y'}{$SHOP_CURRENCY.short_name}{/if} {/strip} {/if} {/if} {if $product.discount and $CONFIG.settings.prodlist_show_discount eq 'on'} {$LABEL.lbl_discount}: {$product.discount|replace:"-":""} {/if} |
{assign var=form_id value="product_form_`$product.id`_`$prod_from`"} |