{if !$comparison_data}
{__("no_products_selected")}
{else} {script src="js/tygh/exceptions.js"} {assign var="return_current_url" value=$config.current_url|escape:url}{foreach from=$comparison_data.products item=product} |
{$compare_product_id = $product.product_id}
{hook name="product_features:product_compare"}
{assign var="price" value="price_`$obj_id`"}
{$smarty.capture.$price nofilter}
{assign var="old_price" value="old_price_`$obj_id`"}
{if $smarty.capture.$old_price|trim}{$smarty.capture.$old_price nofilter}{/if}
{assign var="clean_price" value="clean_price_`$obj_id`"}
{$smarty.capture.$clean_price nofilter}
{assign var="list_discount" value="list_discount_`$obj_id`"}
{$smarty.capture.$list_discount nofilter}
{include file="blocks/list_templates/simple_list.tpl" min_qty=true product=$product show_qty=false show_rating=true show_add_to_cart=false show_discount_label=true but_role="action" hide_price=true}
|
{/foreach}