[-] FO : Fix bug #PSCFV-7880 display wrapping row in cart

This commit is contained in:
gRoussac
2013-03-05 16:36:44 +01:00
parent 76784da8e9
commit e41549f0ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1264,7 +1264,7 @@ a.iframe {font-weight:bold}
#order-opc #opc_delivery_methods h3 {margin-top:20px;}
#order-opc #opc_delivery_methods textarea {
height:60px;
width:755px;
width:723px;
border:1px solid #ccc
}
+1 -1
View File
@@ -100,7 +100,7 @@
<td colspan="2" class="price" id="total_product">{displayPrice price=$total_products}</td>
</tr>
{/if}
<tr class="cart_total_voucher" {if $total_wrapping == 0}style="display: none;"{/if}>
<tr{if $total_wrapping == 0} style="display: none;"{/if}>
<td colspan="5">
{if $use_taxes}
{if $display_tax_label}{l s='Total gift wrapping (tax incl.):'}{else}{l s='Total gift-wrapping cost:'}{/if}