{literal} {/literal} {include file="templates/panels/panel-catalog-categories.html"}

{$msg.cart.your_cart}

{if $order->itemsCount> 0} {/literal} {assign var="showCheckoutButton" value="true"} {if !$min_subtotal_error && $paypal_ec_active} {** PAYPAL CHECKOUT **} {if $paypal_ec_active} {capture assign="button_paypal_ec"} {/capture} {/if} {assign var="singlePaymentMethod" value=""} {if $paypal_ec_active} {assign var="singlePaymentMethod" value=$button_paypal_ec} {if $totalPaymentMethods == "0"} {assign var="showCheckoutButton" value="false"} {/if} {/if} {/if} {if $showCheckoutButton && $activeGateways> 0} {capture assign="checkout_button"} Checkout   {/capture} {/if}
{** DISPLAY SUBTOTALS AND PAYMENT BUTTONS **} {if $min_subtotal_error}
{$msg.cart.minimal_sustotal_not_reached} {$msg.cart.minimal_sustotal}: {$min_subtotal_amount|price}
{/if}
{if $showCheckoutButton == 'true'} {$checkout_button} {if $paypal_ec_active} {$button_paypal_ec} {/if} {else} {$singlePaymentMethod} {/if}
{** FINISH DISPLAYING SUBTOTALS AND PAYMENT BUTTONS **} {** START CART ITEMS **} {foreach from=$order_items item="order_item"}
  • {$order_item.title|htmlspecialchars}

    {if $order_item.image} {if $order_item.image_alt_text != ''}{$order_item.image_alt_text|htmlspecialchars}{else}{$order_item.title|htmlspecialchars}{/if} {else} {assign var="imageId" value="image-no-image-small"} {if $designImages.$imageId} {$msg.images.imageNoImageSmall|htmlspecialchars} {else} {$msg.images.imageNoImageSmall|htmlspecialchars} {/if} {/if} {*** Start Case / Inter Pack ***} {if ($WholesaleCasePack == "YES" || $WholesaleInterPack == "YES") && ($order_item.case_pack>0 || $order_item.inter_pack>0)} {product_pack_title case_pack=$order_item.case_pack inter_pack=$order_item.inter_pack} : {product_pack_value case_pack=$order_item.case_pack inter_pack=$order_item.inter_pack}
    {/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 ($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.product_price|price}

    {if $order_item.is_gift == "Yes"} Quantity: {$order_item.quantity} {else} {/if} {if $order_item.is_gift != "Yes"} {/if}
    {if $order_item.options != ""}
    {assign var=options value=$order_item.options_parsed}
      {foreach from=$options item=option}
    • {$option.name}: {$option.value|htmlspecialchars}
    • {/foreach}
    {/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}
{/foreach} {** FINISH CART ITEMS **}
  • {$order->subtotalAmount|price}

    {$msg.cart.subtotal_amount}

  • {if $DiscountsPromo == "YES"}
  • {if $order->promoDiscountAmount> 0} {if $DisplayPricesWithTax=="YES"}{$order->promoDiscountAmountWithTax|price}{else}{$order->promoDiscountAmount|price}{/if} {if $order->promoDiscountAmount == "percent"} (-{$order->promoDiscountAmount |smartround}%) {/if} {else} {if $order->promoType == 'Shipping'}

    {$msg.cart.discount_note}

    {/if} {/if}

    {$msg.cart.enter_promo_code}: {$msg.buttons.buttonApplyDiscount} {* href="#" *}

    {if $promo_error}
    {$msg.cart.promo_code_invalid}
    {/if}
  • {/if} {if $order->discountAmount> 0}
  • {if $DisplayPricesWithTax=="YES"}{$order->discountAmountWithTax|price}{else}{$order->discountAmount|price}{/if} {if $order->discountType == "percent"} (-{$order->discountValue|smartround}%) {/if}

    {$msg.cart.discount_amount}

  • {/if} {if $ShippingAllowGetQuote == "YES" && $ShippingCalcEnabled != "NO"}
  • {$msg.cart.shipping_quote_amount}: {$msg.shipping.get_shipping_quote_for_this_order}
  • {/if}
{if $showCheckoutButton == 'true'} {$checkout_button} {if $paypal_ec_active} {$button_paypal_ec} {/if} {else} {$singlePaymentMethod} {/if}
{else}
{$msg.cart.cart_is_empty}
  • {lang msg=$msg.common.what_is_next url=$url_rel}
  • {lang msg=$msg.common.cookies_note url=$url_rel}
{/if}