{$msg.cart.your_cart}

{if $order->itemsCount> 0} {assign var="showCheckoutButton" value="true"} {if !$min_subtotal_error && ($paypal_ec_active || $google_checkout_active)} {** PAYPAL CHECKOUT **} {if $paypal_ec_active} {capture assign="button_paypal_ec"}
{if $paypal_ec_return_is_error}
{$msg.cart.paypal_errors_back}
    {foreach from=$paypal_ec_return_errors item="pperr"}
  • {$pperr}
  • {/foreach}
{/if} {if $paypal_ec_is_error}
{$msg.cart.paypal_errors}:
    {foreach from=$paypal_ec_errors item="pperr"}
  • {$pperr}
  • {/foreach}
{else} {/if}
{/capture} {/if} {** GOOGLE CHECKOUT **} {if $google_checkout_active} {capture assign="button_google_checkout"}
{if $google_not_allowed}
  • {$google_not_allowed}
{/if}
{/capture} {/if} {assign var="singlePaymentMethod" value=""} {if $paypal_ec_active && !$google_checkout_active} {assign var="singlePaymentMethod" value=$button_paypal_ec} {if $totalPaymentMethods == "0"} {assign var="showCheckoutButton" value="false"} {/if} {/if} {if $google_checkout_active && !$paypal_ec_active} {assign var="singlePaymentMethod" value=$button_google_checkout} {if $totalPaymentMethods == "0"} {assign var="showCheckoutButton" value="false"} {/if} {/if} {/if} {if $showCheckoutButton && $activeGateways> 0} {capture assign="checkout_button"}
{button class="button-checkout" disabled="disabled" text=$msg.buttons.buttonCheckout file=$smarty.template}
{/capture} {/if}
 
{if $showCheckoutButton == 'true'} {$checkout_button} {if $paypal_ec_active}{$button_paypal_ec}{/if} {else} {$singlePaymentMethod} {/if}
{** LIST CART PRODUCTS **} {foreach from=$order_items item="order_item"} {/foreach} {** DISPLAY SUBTOTALS **} {if $min_subtotal_error} {else} {/if}
{$msg.product.product_description} {$msg.product.product_price} {$msg.product.product_quantity} {$msg.cart.total}
{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} {if $google_checkout_active && $order_item.is_google_co == "No"}*{/if}
{$msg.product.product_id}: {$order_item.product_id|htmlspecialchars}
{*** 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 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 != ""} {assign var=options value=$order_item.options_parsed}
    {foreach from=$options item=option}
  • {$option.name}: {$option.value|htmlspecialchars}
  • {/foreach}
{/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"}

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

{/if}
{/if}
{$order_item.product_price|price} {if $order_item.is_gift == "Yes"} {$order_item.quantity} {else} {/if} {*** Start Case OR Unit Price ***} {$order_item.product_price*$order_item.quantity|price}
{$msg.cart.minimal_sustotal_not_reached} {$msg.cart.minimal_sustotal}: {$min_subtotal_amount|price}
{$msg.buttons.buttonContinueShopping} {$msg.buttons.buttonUpdateCart}
{** END LIST CART PRODUCTS **}
{if $bought_bestsellers}

{$msg.cart.others_bought}:

{else}
 
{/if}
  • {$msg.cart.subtotal_amount}: {if $DisplayPricesWithTax == "YES"}{$order->subtotalAmountWithTax|price}{else}{$order->subtotalAmount|price}{/if}
  • {if $ShippingAllowGetQuote == "YES" && $ShippingCalcEnabled != "NO"}
  • {$msg.cart.shipping_quote_amount}: {$msg.shipping.get_shipping_quote_for_this_order}
  • {/if} {if $InsureShipActive == "Yes"}
  • insureShipActive}checked="checked"{/if} value="1" id="insureship_active"/> : {$insureShipAmount|price}
  • {/if} {if $DiscountsPromo == "YES"} {if $promo_error}
  • {$msg.cart.promo_code_invalid}
  • {/if}
  • {button class="button-apply-promo" text=$msg.buttons.buttonApplyDiscount onclick="return true;" file=$smarty.template} {if $order->promoDiscountAmount> 0} {$order->promoDiscountAmount|price} {if $order->promoDiscountAmount == "percent"} (-{$order->promoDiscountAmount |smartround}%) {/if} {else} {if $order->promoType == 'Shipping'}

    {$msg.cart.discount_note}

    {/if} {/if}
  • {/if} {if $order->discountAmount> 0}
  • {$msg.cart.discount_amount} {$order->discountAmount|price} {if $order->discountType == "percent"} (-{$order->discountValue|smartround}%) {/if}
  • {/if} {****}

{if $showCheckoutButton == 'true'} {$checkout_button} {if $paypal_ec_active} {$button_paypal_ec} {/if} {else} {$singlePaymentMethod} {/if}
{if $showCheckoutButton == 'true' && ($google_checkout_active)}
{$msg.cart.other_checkout}
{$button_google_checkout}
{/if}
{** GOOGLE CHECKOUT **} {if $google_checkout_active}
{/if} {else}
{$msg.cart.cart_is_empty}
{/if}