{if $non_order_items}
{$msg.product.product_description} | {$msg.product.product_price} | {$msg.product.product_quantity} |
---|---|---|
{if $order_item.image}
{else}
{assign var="imageId" value="image-no-image-small"}
{if $designImages.$imageId}
{else}
{$msg.images.imageNoImageSmall|htmlspecialchars}
{/if}
{/if}
{$order_item.title|htmlspecialchars}
{$msg.product.product_id}: {$order_item.product_id|htmlspecialchars}
{if $order_item.enable_recurring_billing && $order_item.recurring_billing_data}
{*** Start Weight ***} {* {if $ShippingShowWeight == "YES"} {if $order_item.product_free_shipping == "Yes"} {$msg.product.weight} : {$msg.product.free_shipping} {elseif $order_item.product_weight > 0} {$msg.product.weight} : {$order_item.product_weight|weight} {/if} {/if} *} {*** Start Min/Max Order ***} {if $order_item.is_gift != "Yes"} {if $order_item.min_order>1 || $order_item.max_order>0} {$msg.product.min_max_order} : {product_minmax_order min_order=$order_item.min_order max_order=$order_item.max_order} {/if} {/if} {if $order_item.options != ""} {$order_item.options|htmlspecialchars|nl2br} {/if}
{if $DisplayPricesWithTax=="YES" && $order_item.is_taxable == "Yes"}
{$msg.cart.tax_amount} :
{if $order_item.tax_description != ""}
{$order_item.tax_description} - {$msg.cart.included_in_price}
{else}
{math equation="round(x,2)" x=$order_item.tax_rate format="%0.2f"}% - {$msg.cart.included_in_price}
{/if}
{/if}
{if $order_item.is_gift != "Yes"}
{if $orderForm.can_change_quantities == 'Yes'}
{/if}
{if $order_item.overview != ''}
{assign var="imageId" value="image-delete-item"} {if $designImages.$imageId} {/if} {$msg.cart.remove_item} {/if} {/if}
{$order_item.overview|htmlspecialchars|nl2br}
{/if}
|
{$order_item.product_price|price} | {math equation="x * y" x=$order_item.product_price y=$order_item.quantity assign="lineTotal"} {if $order_item.is_gift == "Yes" || $order_item.product_id == "gift_certificate"} {$order_item.quantity} {else} {/if} |
{$msg.cart.minimal_sustotal_not_reached}
{$msg.cart.minimal_sustotal}: {$min_subtotal_amount|price}
|
||
{$msg.buttons.buttonUpdateCart} |