cancel
Showing results for 
Search instead for 
Did you mean: 

How to display "Excl. Tax" on single product pages?

How to display "Excl. Tax" on single product pages?

Hi there,

 

I am new to Magento. I have searched and searched and tried all sorts of different things to fix this to no avail!

Any help is appreciated!

 

My problem is very simple: 

On grouped product pages under the prices the text "Excl. Tax" is displayed - which is good.

I just need to make "Excl. Tax" also appear on single product pages under the prices in exactly the same way as above.

AND I need to change the actual text "Excl. Tax" to "Excl. GST"

 

here is an example of the grouped product page:

http://dexters.co.nz/dexters-platform-trolley.html

 

here is an example of a single product page: 

http://dexters.co.nz/mobile-high-lift-scissor-table-350kg.html

 

Please Help!

2 REPLIES 2

Re: How to display "Excl. Tax" on single product pages?

Hi,

Change text Excl Tax to Excl GST you need check which file comig from

To turn on template path hints in Magento:

    Log into the magento back-end admin
    Go to System -> Configuration in the main menu
    Go to Developer on the bottom left under ADVANCED
    Switch to the store view on the top left to your current website or store view.
    Under the Debug tab of the same Developer config page you will see a new option appear that will allow you to turn on/off template path hints

 

path.png

Re: How to display "Excl. Tax" on single product pages?

Thanks,

 

it pointed me to price.phtml

 

I changed every instance of "Excl. Tax" to "Excl. GST" then re-uploaded the file, flushed the cache yet it still shows as "Excl. Tax".

 

What have I done wrong?