{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"}
{$product.product nofilter}
{hook name="products:product_additional_info"}
{/hook}
{/hook}
{assign var="obj_id" value=$product.product_id}
{include file="common/product_data.tpl" product=$product show_old_price=true show_price_values=true show_price=true show_clean_price=true}
{assign var="old_price" value="old_price_`$obj_id`"}
{if $smarty.capture.$old_price|trim}{$smarty.capture.$old_price nofilter}{/if}
{assign var="price" value="price_`$obj_id`"}
{$smarty.capture.$price nofilter}
{assign var="clean_price" value="clean_price_`$obj_id`"}
{$smarty.capture.$clean_price nofilter}
{include file="blocks/list_templates/simple_list.tpl" min_qty=true product=$product show_add_to_cart=true but_role="action" hide_price=true}
|
{/foreach}