diff --git a/themes/default-bootstrap/shopping-cart.tpl b/themes/default-bootstrap/shopping-cart.tpl index 99b5e5e37..13275edb7 100644 --- a/themes/default-bootstrap/shopping-cart.tpl +++ b/themes/default-bootstrap/shopping-cart.tpl @@ -451,17 +451,17 @@
+ {l s='Your account has been created.'} +
+{/if} +{assign var='current_step' value='summary'} +{include file="$tpl_dir./order-steps.tpl"} +{include file="$tpl_dir./errors.tpl"} + +{if isset($empty)} +{l s='Your shopping cart is empty.'}
+{elseif $PS_CATALOG_MODE} +{l s='This store has not accepted your new order.'}
+{else} + + +{if isset($lastProductAdded) AND $lastProductAdded} +{$lastProductAdded.name|escape:'html':'UTF-8'}
+ {if isset($lastProductAdded.attributes) && $lastProductAdded.attributes}{$lastProductAdded.attributes|escape:'html':'UTF-8'}{/if} +{l s='Your shopping cart contains:'} {$productNumber} {if $productNumber == 1}{l s='product'}{else}{l s='products'}{/if}
+| {l s='Product'} | +{l s='Description'} | +{l s='Ref.'} | +{l s='Unit price'} | +{l s='Qty'} | +{l s='Total'} | ++ | ||
|---|---|---|---|---|---|---|---|---|
| {if $display_tax_label}{l s='Total products (tax excl.)'}{else}{l s='Total products'}{/if} | +{displayPrice price=$total_products} | +|||||||
| {if $display_tax_label}{l s='Total products (tax incl.)'}{else}{l s='Total products'}{/if} | +{displayPrice price=$total_products_wt} | +|||||||
| {l s='Total products'} | +{displayPrice price=$total_products} | +|||||||
| + {if $display_tax_label} + {if $use_taxes && $priceDisplay == 0} + {l s='Total vouchers (tax incl.):'} + {else} + {l s='Total vouchers (tax excl.)'} + {/if} + {else} + {l s='Total vouchers'} + {/if} + | ++ {if $use_taxes && $priceDisplay == 0} + {assign var='total_discounts_negative' value=$total_discounts * -1} + {else} + {assign var='total_discounts_negative' value=$total_discounts_tax_exc * -1} + {/if} + {displayPrice price=$total_discounts_negative} + | +|||||||
| {l s='Total (tax excl.)'} | +{displayPrice price=$total_price_without_tax} | +|||||||
| {l s='Total tax'} | +{displayPrice price=$total_tax} | +|||||||
+ {if $voucherAllowed}
+ {if isset($errors_discount) && $errors_discount}
+
{l s='Take advantage of our exclusive offers:'} +
+ {foreach $displayVouchers as $voucher}
+ {if $voucher.code != ''}{$voucher.code} - {/if}{$voucher.name}
+ {/if}
+ {/if}
+ + {/foreach} + |
+ {if $use_taxes}
+
+ {l s='Total'} + {displayPrice price=$total_price} + |
+ {else}
+
+ {l s='Total'} + {displayPrice price=$total_price_without_tax} + |
+ {/if}
+ ||||||
| + |
+ {foreach $customization.datas as $type => $custom_data}
+ {if $type == $CUSTOMIZE_FILE}
+
+
+ {elseif $type == $CUSTOMIZE_TEXTFIELD}
+
|
+ + {if isset($cannotModify) AND $cannotModify == 1} + {if $quantityDisplayed == 0 AND isset($customizedDatas.$productId.$productAttributeId)}{$customizedDatas.$productId.$productAttributeId|@count}{else}{$product.cart_quantity-$quantityDisplayed}{/if} + {else} + + + + {/if} + | +
+ {if isset($cannotModify) AND $cannotModify == 1}
+ {else}
+
+ {l s='Delete'}
+
+ {/if}
+ |
+ |||||
| {$discount.name} | ++ {if !$priceDisplay}{displayPrice price=$discount.value_real*-1}{else}{displayPrice price=$discount.value_tax_exc*-1}{/if} + | +1 | ++ {if !$priceDisplay}{displayPrice price=$discount.value_real*-1}{else}{displayPrice price=$discount.value_tax_exc*-1}{/if} + | ++ {if strlen($discount.code)}{l s='Delete'}{/if} + | +||||
+ allow_seperated_package}checked="checked"{/if} autocomplete="off"/> + +
+{/if} +{if !$opc} + {if Configuration::get('PS_ALLOW_MULTISHIPPING')} ++ + +
+ {/if} +{/if} + +