From 9823ff1d0b8ca64dba5a6ef8107986e173262a3e Mon Sep 17 00:00:00 2001 From: Marion Muszynski Date: Fri, 13 Oct 2017 11:17:27 +0200 Subject: [PATCH] inte order detail mobile --- themes/site_mobile/css/style.css | 15 ++++++++++++++- themes/site_mobile/order-detail.tpl | 28 ++++++++++++++++++++++++---- 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/themes/site_mobile/css/style.css b/themes/site_mobile/css/style.css index f0b52461..6d04747a 100755 --- a/themes/site_mobile/css/style.css +++ b/themes/site_mobile/css/style.css @@ -5254,4 +5254,17 @@ h3.gift_title { margin-right: 5px; } - +body#order-detail table#order-product tbody tr.item td{ + padding: 2px 0px; +} +body#order-detail table#order-product tbody tr.item tr{ + border-bottom: 0px; +} +body#order-detail table#order-product tbody tr.item tr.title span.price{ + color:#e26ea2; + font-family: Georgia; +} +body#order-detail table#order-product tbody tr.item tr.title span.quantity{ + font-size: 16px; + font-family: Georgia; +} diff --git a/themes/site_mobile/order-detail.tpl b/themes/site_mobile/order-detail.tpl index 1e11b8b2..9b9ff59f 100755 --- a/themes/site_mobile/order-detail.tpl +++ b/themes/site_mobile/order-detail.tpl @@ -316,22 +316,42 @@ + + - + {* - - + *} + {* - + *} {*
+ {if isset($customizedDatas.$productId.$productAttributeId) AND $quantityDisplayed == 0} + {$product.customizationQuantityTotal} + {/if} + {if !isset($customizedDatas.$productId.$productAttributeId) OR $quantityDisplayed > 0} + {$productQuantity|intval} x + {/if} +
{**} {$product.product_name|escape:'htmlall':'UTF-9'} + {if isset($product.attributes) && $product.attributes} +
{$product.attributes|escape:'htmlall':'UTF-8'} + {/if} {*
*}
+ + {if $group_use_tax} + {convertPriceWithCurrency price=$product.total_wt currency=$currency convert=0} + {else} + {convertPriceWithCurrency price=$product.total_price currency=$currency convert=0} + {/if} + +
{if isset($product.attributes) && $product.attributes} {$product.attributes|escape:'htmlall':'UTF-8'} {/if}
@@ -359,7 +379,7 @@