{capture name="cartbox"} {if $runtime.mode == "checkout"} {if $cart.coupons|floatval}{/if} {hook name="checkout:form_data"} {/hook} {/if}
{assign var="prods" value=false} {if $cart_products} {foreach from=$cart_products item="product" key="key" name="cart_products"} {assign var="obj_id" value=$product.object_id|default:$key} {hook name="checkout:items_list"} {if !$cart.products.$key.extra.parent} {/if} {/hook} {/foreach} {/if} {hook name="checkout:extra_list"} {/hook}
{__("product")}   {__("unit_price")} {__("quantity")} {__("total_price")}
{if $runtime.mode == "cart" || $show_images} {/if} {strip} {$product.product nofilter} {if !$product.exclude_from_calculate}   {/if} {/strip}
{__("sku")}: {$product.product_code}
{if $product.product_options}
{include file="views/products/components/product_options.tpl" product_options=$product.product_options product=$product name="cart_products" id=$key location="cart" disable_ids=$disable_ids form_name="checkout_form"}
{/if} {assign var="name" value="product_options_$key"} {capture name=$name} {capture name="product_info_update"} {hook name="checkout:product_info"} {if $product.exclude_from_calculate} {__("free")} {elseif $product.discount|floatval || ($product.taxes && $settings.General.tax_calculation != "subtotal")} {if $product.discount|floatval} {assign var="price_info_title" value=__("discount")} {else} {assign var="price_info_title" value=__("taxes")} {/if}

{$price_info_title}

{/if} {include file="views/companies/components/product_company_data.tpl" company_name=$product.company_name company_id=$product.company_id} {/hook} {/capture} {if $smarty.capture.product_info_update|trim}
{$smarty.capture.product_info_update nofilter}
{/if} {/capture} {if $smarty.capture.$name|trim}
{$smarty.capture.$name nofilter}
{/if}
{include file="common/price.tpl" value=$product.display_price span_id="product_price_`$key`" class="ty-sub-price"} {if $use_ajax == true && $cart.amount != 1} {assign var="ajax_class" value="cm-ajax"} {/if}
{if $product.exclude_from_calculate}{/if} {if $product.is_edp == "Y" || $product.exclude_from_calculate} {$product.amount} {else} {if $settings.Appearance.quantity_changer == "Y"}
+ {/if} 1} data-ca-step="{$product.qty_step}"{/if} /> {if $settings.Appearance.quantity_changer == "Y"}
{/if} {/if} {if $product.is_edp == "Y" || $product.exclude_from_calculate} {/if} {if $product.is_edp == "Y"} {/if}
{include file="common/price.tpl" value=$product.display_subtotal span_id="product_subtotal_`$key`" class="price"} {if $product.zero_price_action == "A"} {/if}
{/capture} {include file="common/mainbox_cart.tpl" title=__("cart_items") content=$smarty.capture.cartbox}