Jump to content

HELP! How to display the added tax in products and shipping in shopping cart?


Recommended Posts

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

  • 1 month later...

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

×
×
  • Create New...