From 4a6adf532a46b65b08f7a1f2f2fb90930a403be5 Mon Sep 17 00:00:00 2001 From: Etienne Roudeix Date: Tue, 17 Sep 2013 16:53:20 +0200 Subject: [PATCH] cart billing integration --- .../default/assets/themes/default/less/theme.less | 1 + templates/default/order_invoice.html | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/templates/default/assets/themes/default/less/theme.less b/templates/default/assets/themes/default/less/theme.less index 62ee4afa0..737fa7579 100755 --- a/templates/default/assets/themes/default/less/theme.less +++ b/templates/default/assets/themes/default/less/theme.less @@ -1124,6 +1124,7 @@ td.product, > tr { > td { &.price, + &.unitprice, &.qty, &.subprice { padding: 35px 10px; } } diff --git a/templates/default/order_invoice.html b/templates/default/order_invoice.html index ba9b7b677..2b76454e9 100644 --- a/templates/default/order_invoice.html +++ b/templates/default/order_invoice.html @@ -49,6 +49,10 @@ Price + + + Quantity + Total @@ -102,6 +106,9 @@
{currency attr="symbol"} {$TAXED_PRICE}
{/if} + + {$QUANTITY} + {currency attr="symbol"} {$real_price * $QUANTITY} @@ -112,7 +119,7 @@ -   +   Shipping Tax
@@ -135,7 +142,7 @@ Total TTC
- $200.00 + {currency attr="symbol"} {cart attr="total_taxed_price"}