ProductPrice on Checkout differs from ProductPage
15 years 6 months ago - 15 years 6 months ago #9609
by didero
ProductPrice on Checkout differs from ProductPage was created by didero
I just started setting up a shop for food and drinks see:
Part of the message is hidden for the guests. Please log in or register to see it.
After hours of strugling with the TAX setup I finally succeeded (I think). I have setup two TAX rates rules (VAT is called BTW in the Netherlands): 6% for food and 19% for non-food or alcoholic drinks. Customers who buy are all in the Netherlands. Edited an existing food product and applied the tax rule 6%. There is everything ok.
Also on the product page where it says EUR 1,50 incl.TAX. But on the Checkout page the price is EUR 1,51? Seems to be a rounding issue. Any solution? Since TAX/VAT here has to be paid over the total amount of each order.
Part of the message is hidden for the guests. Please log in or register to see it.
After hours of strugling with the TAX setup I finally succeeded (I think). I have setup two TAX rates rules (VAT is called BTW in the Netherlands): 6% for food and 19% for non-food or alcoholic drinks. Customers who buy are all in the Netherlands. Edited an existing food product and applied the tax rule 6%. There is everything ok.
Also on the product page where it says EUR 1,50 incl.TAX. But on the Checkout page the price is EUR 1,51? Seems to be a rounding issue. Any solution? Since TAX/VAT here has to be paid over the total amount of each order.
Last edit: 15 years 6 months ago by didero.
Please Log in or Create an account to join the conversation.
15 years 6 months ago #9614
by nicolas
Replied by nicolas on topic Re: ProductPrice on Checkout differs from ProductPage
Which version of HikaShop do you use ? Did you try to update ?
Also, there is this post which might help you if you still have the problem after that: www.hikashop.com/en/support/forum/4-how-...blem-on-product.html
Also, there is this post which might help you if you still have the problem after that: www.hikashop.com/en/support/forum/4-how-...blem-on-product.html
Please Log in or Create an account to join the conversation.
15 years 6 months ago #9625
by didero
Replied by didero on topic Re: ProductPrice on Checkout differs from ProductPage
Thank you. I have version 1.4.5
Tried to install 1.4.7 but then get an error -1- Can't copy selected file.
Manual Upload?
Tried to install 1.4.7 but then get an error -1- Can't copy selected file.
Manual Upload?
Please Log in or Create an account to join the conversation.
15 years 6 months ago #9626
by nicolas
Replied by nicolas on topic Re: ProductPrice on Checkout differs from ProductPage
Indeed.
Please Log in or Create an account to join the conversation.
15 years 6 months ago #9671
by didero
Replied by didero on topic Re: ProductPrice on Checkout differs from ProductPage
Simply Uploading didn't work 
All my work (menu items) lost but database still intact.
Thank you very much! Your advice seems to work. Will be doing some more testing
"please look in the file adminsitrator/components/com_hikashop/classes/currency.php in the function addTax near the end of the file. Could you try to remove the line:
$price->price_value = round($price->price_value,$round);
and see if the price is correct after that?"
All my work (menu items) lost but database still intact.
Thank you very much! Your advice seems to work. Will be doing some more testing
"please look in the file adminsitrator/components/com_hikashop/classes/currency.php in the function addTax near the end of the file. Could you try to remove the line:
$price->price_value = round($price->price_value,$round);
and see if the price is correct after that?"
Please Log in or Create an account to join the conversation.
Time to create page: 0.242 seconds