Tax (VAT) problem

I have a problem.



We have an online store for UK. In UK, because of the law, we have to show prices in the invoice without VAT and with VAT. For example…



Product Price VAT Subtotal

A product 0.08 0.02 0.10



If I have prices in the system without VAT and untick the option “Price include VAT”, I achieve this but the prices shown in website are without VAT and the price with VAT is in () with smaller letters. This is wrong because you must show to the client the price he will pay, when you are a retail store.



If I have prices in the system with VAT and tick the option “Price include VAT”, clients see the final price with (including VAT) but I have an invoice like this…



Product Price VAT Subtotal

A product 0.10 0.02 0.10



Subtotal: 0.10

VAT 20% included: 0.02

Total: 0.10



Does anyone have a suggestion about this problem?

[quote name='chcs' timestamp='1351057597' post='147563']

I have a problem.



We have an online store for UK. In UK, because of the law, we have to show prices in the invoice without VAT and with VAT. For example…



Product Price VAT Subtotal

A product 0.08 0.02 0.10



If I have prices in the system without VAT and untick the option “Price include VAT”, I achieve this but the prices shown in website are without VAT and the price with VAT is in () with smaller letters. This is wrong because you must show to the client the price he will pay, when you are a retail store.



If I have prices in the system with VAT and tick the option “Price include VAT”, clients see the final price with (including VAT) but I have an invoice like this…



Product Price VAT Subtotal

A product 0.10 0.02 0.10



Subtotal: 0.10

VAT 20% included: 0.02

Total: 0.10



Does anyone have a suggestion about this problem?

[/quote][quote name='chcs' timestamp='1351057597' post='147563']

I have a problem.



We have an online store for UK. In UK, because of the law, we have to show prices in the invoice without VAT and with VAT. For example…



Product Price VAT Subtotal

A product 0.08 0.02 0.10



If I have prices in the system without VAT and untick the option “Price include VAT”, I achieve this but the prices shown in website are without VAT and the price with VAT is in () with smaller letters. This is wrong because you must show to the client the price he will pay, when you are a retail store.



If I have prices in the system with VAT and tick the option “Price include VAT”, clients see the final price with (including VAT) but I have an invoice like this…



Product Price VAT Subtotal

A product 0.10 0.02 0.10



Subtotal: 0.10

VAT 20% included: 0.02

Total: 0.10



Does anyone have a suggestion about this problem?

[/quote]

Hi there!



The first version is correct (without VAT), but you have to modify the skin template files to visualize your goal.



Regards,

Istvan Drahos

not sure if I fully understand you but see images for mine,

You are showing what they will pay just smaller letters.

vest.JPG

vat.JPG

[quote name='johnbol1' timestamp='1351073643' post='147577']

not sure if I fully understand you but see images for mine,

You are showing what they will pay just smaller letters.

[/quote]



I know it but it's not friendly to show prices without VAT when you are a retail online shop, and show final price with smaller letters

[quote name='chcs' timestamp='1351078794' post='147579']

I know it but it's not friendly to show prices without VAT when you are a retail online shop, and show final price with smaller letters

[/quote]



Get firebug for firefox and use it to highlight the .css which controls the size and you can alter your size/colour etc to suit, may be that could work for you



John

vat2.JPG

[quote name=‘chcs’ timestamp=‘1351078794’ post=‘147579’]

I know it but it’s not friendly to show prices without VAT when you are a retail online shop, and show final price with smaller letters

[/quote]

In the ```php


/skins/YOURSKIN/customer/common_templates/product_data.tpl

there is a section for price declaration. You have to modify that section, and after this, you can desing it with some CSS. Clear your site cache, and voila <img src="upload://rA9Qa8gnUPZzRZRdI8kt3dpjkrs.png" class="bbc_emoticon" alt=":)">