{'ms2_cart_title' | lexicon} | {'ms2_cart_count' | lexicon} | {'ms2_cart_weight' | lexicon} | {'ms2_cart_price' | lexicon} | {'ms2_cart_remove' | lexicon} | |
---|---|---|---|---|---|
{if $product.thumb?} {else} {/if} |
{if $product.id?}
{$product.pagetitle}
{else}
{$product.name}
{/if}
{if $product.options?}
{$product.options | join : '; '}
{/if}
|
{$product.weight} {'ms2_frontend_weight_unit' | lexicon} | {$product.price} {'ms2_frontend_currency' | lexicon} {if $product.old_price?} {$product.old_price} {'ms2_frontend_currency' | lexicon} {/if} | ||
{'ms2_cart_total' | lexicon}: | {$total.count} {'ms2_frontend_count_unit' | lexicon} | {$total.weight} {'ms2_frontend_weight_unit' | lexicon} | {$total.cost} {'ms2_frontend_currency' | lexicon} |