Jump to content

Display not tax price on product list


Recommended Posts

Hi there, my client likes to focus on the pre tax prices making the store look cheaper.

I have managed to change the css so the size of the pre tax price and inc. tax price are the other way around in size. He is happy now in the fact that the pre tax price has more emphasis.

The part I am struggling with is the product list tpl file. I have to make that display the pre tax price instead of the current inc. tax price.

I tried just copying the relevant line from product tpl into product list tpl but now it does not show any price.

Can someone please advise what code I need to change?

many many thanks, Andy

Link to comment
Share on other sites

  • 1 month later...

I had the same problem and after checking the whole forum I found the following sulution:

{assign var=rate value=$product.rate+100}
{assign var=htrate value=$rate/100}
{assign var=htprice value=$product.price/$htrate}
{convertPrice price=$htprice}

I know, the solution is strange, but it works!

Rolf

Link to comment
Share on other sites

×
×
  • Create New...