[-] FO : Fix bug #PSCFV-7880 display wrapping row in cart
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user