{$default_minimal_qty = 1} {capture name="cartbox"} {if $runtime.mode == "checkout"} {if $cart.coupons|floatval}{/if} {hook name="checkout:form_data"} {/hook} {/if}
{__("product")} | {__("unit_price")} | {__("quantity")} | {__("total_price")} | |
---|---|---|---|---|
{if $runtime.mode == "cart" || $show_images} {/if} |
{strip}
{$product.product nofilter}
{if !$product.exclude_from_calculate}
{/if}
{/strip}
{hook name="products:product_additional_info"}
{hook name="checkout:product_options"}
{if $product.product_options}
{/if}
{/hook}
{/hook}
{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.Checkout.tax_calculation != "subtotal")}
{if $product.discount|floatval}
{assign var="price_info_title" value=__("discount")}
{else}
{assign var="price_info_title" value=__("taxes")}
{/if}
{/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}
{/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}
{/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} |