I have searched for this and found various complicated answers but nothing definitive.
Is there a vqmod out there that will simply provide the customer with both inc VAT prices and excluding VAT prices on the products. I really need to show this as mostly our custom is commercial and need to see the breakdown at purchase point and not at checkout.
Thanks for any help.
Is there a vqmod out there that will simply provide the customer with both inc VAT prices and excluding VAT prices on the products. I really need to show this as mostly our custom is commercial and need to see the breakdown at purchase point and not at checkout.
Thanks for any help.
For quality cleaning supplies at affordable prices visit http://www.cleaningsuppliesuk.net
No mod required for 1.5.x not sure about 1.4.x
In your admin, go to System - Settings - edit your store - Option tab
Set; Display Prices With Tax to Yes
In your admin, go to System - Settings - edit your store - Option tab
Set; Display Prices With Tax to Yes
Sorry don't think i was clear.
I would like both prices side by side showing both inc and excluding http://www.cleaningsuppliesuk.net/Tork_ ... Towel_Roll this only shows price including vat i would like something like this http://www.plumbnation.co.uk/site/worce ... tural-gas/
Unless its my theme that's stopping them from showing.
Thanks
I would like both prices side by side showing both inc and excluding http://www.cleaningsuppliesuk.net/Tork_ ... Towel_Roll this only shows price including vat i would like something like this http://www.plumbnation.co.uk/site/worce ... tural-gas/
Unless its my theme that's stopping them from showing.
Thanks
For quality cleaning supplies at affordable prices visit http://www.cleaningsuppliesuk.net
Ahh I see now.
Well if you use 1.5.x and have enabled the option as my above post, then it looks like it is a limitation of the template.
If the controller file has not been edited, then you should be able to pull the variable in to the template, similar to how it is done on the OpenCart Demo.
Can you clarify your OC verson please?
Well if you use 1.5.x and have enabled the option as my above post, then it looks like it is a limitation of the template.
If the controller file has not been edited, then you should be able to pull the variable in to the template, similar to how it is done on the OpenCart Demo.
Can you clarify your OC verson please?
It is 1.5.1.2 not exactly sure how to do what you are suggesting
Thanks

Thanks
Last edited by cwdeek on Wed Sep 14, 2011 5:38 am, edited 1 time in total.
For quality cleaning supplies at affordable prices visit http://www.cleaningsuppliesuk.net
OK, then it is the template which is not developed enough to show the ex vat price.
There are several files that need to be edited.
Unfortunately, this will either be a job for the developer of the theme to fix or a-n-other developer.
If the theme developer's help is not forthcoming, please post on the commercial support forum or contact an OC partner via the Partners page.
There are several files that need to be edited.
Unfortunately, this will either be a job for the developer of the theme to fix or a-n-other developer.
If the theme developer's help is not forthcoming, please post on the commercial support forum or contact an OC partner via the Partners page.
The code's already in the controller. All he has to do is add:
/catalog/view/theme/default/template/product/product.tpl
at the appropriate spot (there's some more styling in the default theme but that might not have been carried over to the custom theme).
/catalog/view/theme/default/template/product/product.tpl
Code: Select all
<?php if ($tax) { ?>
<?php echo $text_tax; ?> <?php echo $tax; ?>
<?php } ?>
-Ryan
Thanks guys great help.
I now have tax displayed on product pages but would like to place prices throughout website and would like it to say VAT rather than TAX.
I did change over to default template last night and I prefer the layout of price a lot better including font etc... Is this something that is straight forward to do?
Thanks
I now have tax displayed on product pages but would like to place prices throughout website and would like it to say VAT rather than TAX.
I did change over to default template last night and I prefer the layout of price a lot better including font etc... Is this something that is straight forward to do?
Thanks
For quality cleaning supplies at affordable prices visit http://www.cleaningsuppliesuk.net
Being a dummy will change css obviously for better look lol.
For quality cleaning supplies at affordable prices visit http://www.cleaningsuppliesuk.net
Can you please explain me how can I do same for my site..m suing OC 1.5.1.3..I also want to show pricescwdeek wrote:Thanks guys great help.
I now have tax displayed on product pages but would like to place prices throughout website and would like it to say VAT rather than TAX.
I did change over to default template last night and I prefer the layout of price a lot better including font etc... Is this something that is straight forward to do?
Thanks
with tax and without tax..
regards,
Here is a box solution to toggle prices incl/excl VAT. Not a vqmod though.
http://www.opencart.com/index.php?route ... on_id=4274
And if you need checkout etc to display prices incl tax look here:
http://www.opencart.com/index.php?route ... on_id=2081
http://www.opencart.com/index.php?route ... on_id=4274
And if you need checkout etc to display prices incl tax look here:
http://www.opencart.com/index.php?route ... on_id=2081
Who is online
Users browsing this forum: Baidu [Spider] and 13 guests