meowchie Posted April 4, 2013 Share Posted April 4, 2013 Anyone can help me how to display the shpping cart like this? Total Products (tax excl): VAT (product): Total Shipping (tax excl): VAT (shipping): ----------------------------------------------------------------------- Total Price (tax incl): Link to comment Share on other sites More sharing options...
David Henry Posted May 29, 2013 Share Posted May 29, 2013 need the answer to this too Link to comment Share on other sites More sharing options...
vekia Posted May 29, 2013 Share Posted May 29, 2013 hello so i've got few questions: 1) what prestashop version you use? 2) you use default template and default module for displaying cart? Link to comment Share on other sites More sharing options...
David Henry Posted May 30, 2013 Share Posted May 30, 2013 hi Vekia, Latest downloaded version with a TM theme. I've added this code: {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="our_price_display"> {convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}<br /> <span class="price-vat"> ({l s='+ VAT.'} {convertPrice price=$productPrice}) </span> </span> <!-- {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'} {/if} {/if} --> {/if} But what would be great is one that gives the actual Tax amount, any ideas? David Link to comment Share on other sites More sharing options...
Recommended Posts