Jump to content

Help show variables shipping and total without taxes


davidmr92

Recommended Posts

Hello, I'm trying to show inside the page products, one div with:


 


TOTAL WITHOUT TAXES


SHIPPING


TAXEX 21%


 


TOTAL


 


 


Total without taxes, I've get this:



<div class="layer_cart_row">
<strong class="dark">
{l s='Total neto'}
{if $display_tax_label}
<!--{if $priceDisplay == 1}
{l s='(tax excl.)' mod='blockcart'}
{else}
{l s='(tax incl.)' mod='blockcart'}
{/if}-->
{/if}
</strong>
<span class="ajax_block_products_total">
{if $cart_qties > 0}
{convertPrice price=$cart->getOrderTotal(false, Cart::ONLY_PRODUCTS)}
{/if}
</span>
</div>

I need the another, but I dont know how.


 


 


I thought get the taxes with a math operation that makes: TOTAL - TOTAL WITHOUT TAXES


 


But I dont know how to do it


 


Thanks

Edited by davidmr92 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...