davidmr92 Posted January 27, 2015 Share Posted January 27, 2015 (edited) 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 January 27, 2015 by davidmr92 (see edit history) Link to comment Share on other sites More sharing options...
davidmr92 Posted January 28, 2015 Author Share Posted January 28, 2015 up Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now