Hi All,
Is it possible to have prices excluding VAT as the default, and prices including VAT as the greyed out text?
I would also like to change the 'Ex Tax' to 'Inc VAT'.
I found a thread from 09, but I don't think it's relevant to the current OpenCart distribution.
Thanks for reading,
Mike
You will need to edit catalog\view\theme\default\stylesheet\stylesheet.css to change the size and colour. Search for .price and .price-tax, there will be a few of them. Change the color: and font-weight: to what you want.
To change the wording you need to edit:
catalog\language\english\product\category.php
catalog\language\english\product\manufacturer.php
catalog\language\english\product\product.php
catalog\language\english\product\search.php
catalog\language\english\product\special.php
To change the wording you need to edit:
catalog\language\english\product\category.php
catalog\language\english\product\manufacturer.php
catalog\language\english\product\product.php
catalog\language\english\product\search.php
catalog\language\english\product\special.php
To change the order edit:
catalog\view\theme\default\template\product\category.tpl
catalog\view\theme\default\template\product\manufacturer_info.tpl
catalog\view\theme\default\template\product\product.tpl
catalog\view\theme\default\template\product\search.tpl
catalog\view\theme\default\template\product\special.tpl
Search for class="price-tax" to find the parts you need to edit.
catalog\view\theme\default\template\product\category.tpl
catalog\view\theme\default\template\product\manufacturer_info.tpl
catalog\view\theme\default\template\product\product.tpl
catalog\view\theme\default\template\product\search.tpl
catalog\view\theme\default\template\product\special.tpl
Search for class="price-tax" to find the parts you need to edit.
Who is online
Users browsing this forum: No registered users and 97 guests