+ {foreach from=$products item='product'}
+ {if isset($customized_datas[$product.id_product][$product.id_product_attribute][$product.id_address_delivery])}
+
+ | {$product.image} |
+
+ {$product.name}{if isset($product.attributes)} {$product.attributes}{/if}
+ {if $product.reference}{l s='Ref:'} {$product.reference}{/if}
+ {if $product.reference && $product.supplier_reference} / {$product.supplier_reference}{/if}
+
+ |
+ {displayWtPriceWithCurrency price=$product.price_wt currency=$currency} |
+ {$product.customization_quantity} |
+ {$product.qty_in_stock} |
+ {displayWtPriceWithCurrency price=$product.total_customization_wt currency=$currency} |
+
+ {foreach from=$customized_datas[$product.id_product][$product.id_product_attribute][$product.id_address_delivery] item='customization'}
+
+
+ {foreach from=$customization.datas key='type' item='datas'}
+ {if $type == constant('Product::CUSTOMIZE_FILE')}
+
+ {foreach from=$datas key='index' item='data'}
+ -
+
+
+
+ {/foreach}
+
+ {elseif $type == constant('Product::CUSTOMIZE_TEXTFIELD')}
+
+ {foreach from=$datas key='index' item='data'}
+ - {if $data.name}{$data.name}{else}{l s='Text #'}{$index}{/if}{l s=':'}{$data.value}
+ {/foreach}
+
+ {/if}
+ {/foreach}
+ |
+ |
+ {$customization.quantity} |
+ |
+ |
+
+ {/foreach}
+ {/if}
+
+ {if $product.cart_quantity > $product.customization_quantity}
+
+ | {$product.image} |
+
+
+ {$product.name}{if isset($product.attributes)} {$product.attributes}{/if}
{if $product.reference}{l s='Ref:'} {$product.reference}{/if}
{if $product.reference && $product.supplier_reference} / {$product.supplier_reference}{/if}
-
- |
- {displayWtPriceWithCurrency price=$product.price_wt currency=$currency} |
- {$product.customization_quantity} |
- {$product.qty_in_stock} |
- {displayWtPriceWithCurrency price=$product.total_customization_wt currency=$currency} |
-
- {foreach from=$customized_datas[$product.id_product][$product.id_product_attribute][$product.id_address_delivery] item='customization'}
-
-
- {foreach from=$customization.datas key='type' item='datas'}
- {if $type == constant('Product::CUSTOMIZE_FILE')}
-
- {foreach from=$datas key='index' item='data'}
- -
-
-
-
- {/foreach}
-
- {elseif $type == constant('Product::CUSTOMIZE_TEXTFIELD')}
-
- {foreach from=$datas key='index' item='data'}
- - {if $data.name}{$data.name}{else}{l s='Text #'}{$index}{/if}{l s=':'}{$data.value}
- {/foreach}
-
- {/if}
- {/foreach}
- |
- |
- {$customization.quantity} |
- |
- |
-
- {/foreach}
- {/if}
-
- {if $product.cart_quantity > $product.customization_quantity}
-
- | {$product.image} |
-
-
- {$product.name}{if isset($product.attributes)} {$product.attributes}{/if}
- {if $product.reference}{l s='Ref:'} {$product.reference}{/if}
- {if $product.reference && $product.supplier_reference} / {$product.supplier_reference}{/if}
-
- |
- {displayWtPriceWithCurrency price=$product.product_price currency=$currency} |
- {math equation='x - y' x=$product.cart_quantity y=$product.customization_quantity|intval} |
- {$product.qty_in_stock} |
- {displayWtPriceWithCurrency price=$product.product_total currency=$currency} |
-
- {/if}
- {/foreach}
-
- | {l s='Total cost of products:'} |
- {displayWtPriceWithCurrency price=$total_products currency=$currency} |
-
-
- {if $total_discounts != 0}
-
+
+
+ | {displayWtPriceWithCurrency price=$product.product_price currency=$currency} |
+ {math equation='x - y' x=$product.cart_quantity y=$product.customization_quantity|intval} |
+ {$product.qty_in_stock} |
+ {displayWtPriceWithCurrency price=$product.product_total currency=$currency} |
+
+ {/if}
+ {/foreach}
+
+ | {l s='Total cost of products:'} |
+ {displayWtPriceWithCurrency price=$total_products currency=$currency} |
+
+ {if $total_discounts != 0}
+
| {l s='Total value of vouchers:'} |
- {displayWtPriceWithCurrency price=$total_discounts currency=$currency} |
+ {displayWtPriceWithCurrency price=$total_discounts currency=$currency} |
- {/if}
- {if $total_wrapping > 0}
-
+ {/if}
+ {if $total_wrapping > 0}
+
| {l s='Total cost of gift wrapping:'} |
- {displayWtPriceWithCurrency price=$total_wrapping currency=$currency} |
+ {displayWtPriceWithCurrency price=$total_wrapping currency=$currency} |
- {/if}
- {if $cart->getOrderTotal(true, Cart::ONLY_SHIPPING) > 0}
-
+ {/if}
+ {if $cart->getOrderTotal(true, Cart::ONLY_SHIPPING) > 0}
+
| {l s='Total cost of shipping:'} |
- {displayWtPriceWithCurrency price=$total_shipping currency=$currency} |
+ {displayWtPriceWithCurrency price=$total_shipping currency=$currency} |
- {/if}
-
- | {l s='Total:'} |
- {displayWtPriceWithCurrency price=$total_price currency=$currency} |
-
+ {/if}
+
+ | {l s='Total:'} |
+ {displayWtPriceWithCurrency price=$total_price currency=$currency} |
+
+