{if $non_order_items}

{$msg.opc.cart_items}

{/if} {foreach from=$order_items item="order_item"} {/foreach} {** DISPLAY SUBTOTALS **} {if $min_subtotal_error} {/if} {if $orderForm.can_change_quantities == 'Yes'} {/if}
{$msg.product.product_description} {$msg.product.product_price} {$msg.product.product_quantity}
{if $order_item.image} {$order_item.title|htmlspecialchars} {else} {assign var="imageId" value="image-no-image-small"} {if $designImages.$imageId} {$msg.images.imageNoImageSmall|htmlspecialchars} {else} {$msg.images.imageNoImageSmall|htmlspecialchars} {/if} {/if}

{$order_item.title|htmlspecialchars}

{$msg.product.product_id}: {$order_item.product_id|htmlspecialchars}
{*** 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 $order_item.enable_recurring_billing && $order_item.recurring_billing_data}
{$msg.recurring.recurring_payments}
{if $order_item.product_recurring_billing_data->getScheduleDescription() != ''}
{$order_item.product_recurring_billing_data->getScheduleDescription()}
{/if} {if $order_item.recurring_billing_data->getTrialEnabled()} {$msg.recurring.trial_period}: {$order_item.recurring_trial_description}
{/if} {$msg.recurring.billing_period}: {$order_item.recurring_billing_description} {if $order_item.recurring_billing_data->getStartDate()} {assign var="recurringStartDate" value=$order_item.recurring_billing_data->getStartDate()}
{$msg.recurring.billing_starting_at} {$recurringStartDate->format('U')|date_format:$msg.common.date_format} {/if}
{/if} {if ($DisplayPricesWithTax=="YES" && $order_item.is_taxable == "Yes") || $order_item.is_gift != "Yes"}
{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'}

{assign var="imageId" value="image-delete-item"} {if $designImages.$imageId} {$msg.images.imageDeleteItem|htmlspecialchars} {/if} {$msg.cart.remove_item}

{/if} {/if}
{/if} {if $order_item.overview != ''}
{$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}