Post by jens_b » Tue Aug 26, 2014 4:54 am

I've got 3 currencies in my store, showing prices with tax, but I would like to show the US dollar prices without tax, is this possible somehow?

The store works fine, when checking out the tax are removed when choosing USA, no problem there,
but to not scare any US customers away, it would be great if the prices in US dollar was without tax.

Thanks for any input
Last edited by jens_b on Tue Aug 26, 2014 5:58 am, edited 1 time in total.

New member

Posts

Joined
Mon Oct 28, 2013 6:19 pm

Post by jens_b » Tue Aug 26, 2014 5:58 am

Solved it:

in category & product.tpl

Code: Select all

<?php  $$currency = $this->session->data['currency'];?>
<?php if($$currency == 'USD'){?>
and show price without tax

Code: Select all

<?php echo $product['tax']; ?> 
And the rest in "else"

Not the best solution but works fine.

New member

Posts

Joined
Mon Oct 28, 2013 6:19 pm
Who is online

Users browsing this forum: No registered users and 386 guests