Jump to content

display price without tax


Martin85

Recommended Posts

Hi

I need to add price without tax in my product miniatures

here is code i found:

 

<span class="exl_tax" itemprop="price" content="">{$product.price}</span>

then i add code

{$product|print_r}

to file. I found that i need [tax excl.]

so i add

<span class="exl_tax" itemprop="price" content="">{$product.tax excl.}</span>

but it doesnt work

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...