Jump to content

[Solicionado] Eliminar "(sin iva) del cuarto paso del carrito, transporte


pikomule

Recommended Posts

el problema es que no se cuanto borrar, si borro la linea entera, ya nisiquiera me indica el precio del transporte. En estas 2 partes esta la palabra:

 

========================================

<div class="delivery_option_price">

{if $option.total_price_with_tax && !$free_shipping}

{if $use_taxes == 1}

{convertPrice price=$option.total_price_with_tax} {l s='(tax incl.)'}

{else}

{convertPrice price=$option.total_price_without_tax} {l s='(tax excl.)'}

{/if}

{else}

{l s='Free'}

{/if}

</div>

========================================

 

========================================

<p class="checkbox">

<input type="checkbox" name="gift" id="gift" value="1" {if $cart->gift == 1}checked="checked"{/if} />

<label for="gift">{l s='I would like my order to be gift wrapped.'}</label>

<br />

     

{if $gift_wrapping_price > 0}

({l s='Additional cost of'}

<span class="price" id="gift-price">

{if $priceDisplay == 1}{convertPrice price=$total_wrapping_tax_exc_cost}{else}{convertPrice price=$total_wrapping_cost}{/if}

</span>

{if $use_taxes}{if $priceDisplay == 1} {l s='(tax excl.)'}{else} {l s='(tax incl.)'}{/if}{/if})

{/if}

</p>

========================================

 

 

No se como hacerlo

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...