- Posts: 65
- Thank you received: 0
I dont want the TAX to show up in the Cart
14 years 1 month ago #58976
by soheilom
I dont want the TAX to show up in the Cart was created by soheilom
Hello
I need my cart when checking out to show the prices of the products with the TAX already added to them, in other words I dont want the TAX to show up in the cart as a separate quantity I want it to all show up already added to the total price. I dont want the custommer to see how much is the TAX. How can this be done?
I need my cart when checking out to show the prices of the products with the TAX already added to them, in other words I dont want the TAX to show up in the cart as a separate quantity I want it to all show up already added to the total price. I dont want the custommer to see how much is the TAX. How can this be done?
Please Log in or Create an account to join the conversation.
14 years 1 month ago #58988
by nicolas
Replied by nicolas on topic Re: I dont want the TAX to show up in the Cart
So you just want to remove the tax line just above the total ?
You can edit the file "cart" of the view "checkout" via the menu Display->Views and change the line:
if(bccomp($taxes,0,5)){
to:
if(false){
You can edit the file "cart" of the view "checkout" via the menu Display->Views and change the line:
if(bccomp($taxes,0,5)){
to:
if(false){
Please Log in or Create an account to join the conversation.
14 years 1 month ago #59016
by soheilom
Replied by soheilom on topic Re: I dont want the TAX to show up in the Cart
Yes, thank you
But I also want the Unit Price to appear with Tax included. As you can see now the unit price is without TAX. I would like the unit price and shipping price to appear with the corresponding TAX, but I dont want to show the TAX quantity separately. So basically what I need is only the unit price (with Tax included), shipping price (with Tax incl.) and the Total price.
thanks.
But I also want the Unit Price to appear with Tax included. As you can see now the unit price is without TAX. I would like the unit price and shipping price to appear with the corresponding TAX, but I dont want to show the TAX quantity separately. So basically what I need is only the unit price (with Tax included), shipping price (with Tax incl.) and the Total price.
thanks.
Please Log in or Create an account to join the conversation.
14 years 1 month ago #59077
by nicolas
Replied by nicolas on topic Re: I dont want the TAX to show up in the Cart
In the latest version of HikaShop, in the Display tab of the configuration, you can set the option "Show taxed prices" to "with tax" and it will do just that.
Please Log in or Create an account to join the conversation.
14 years 1 month ago #59372
by soheilom
Replied by soheilom on topic Re: I dont want the TAX to show up in the Cart
No, that doesnt work for the cart. I think "Show taxed prices" to "with tax" applies only to products but not to the cart. ?¿
I have set it to "with tax" but as you can see in the attached capture it is still showing price with NO tax and then adding the Tax (IVA)
how can I solve this??
I have set it to "with tax" but as you can see in the attached capture it is still showing price with NO tax and then adding the Tax (IVA)
how can I solve this??
Please Log in or Create an account to join the conversation.
14 years 1 month ago #59430
by nicolas
Replied by nicolas on topic Re: I dont want the TAX to show up in the Cart
Normally, it should also do it for the checkout cart.
In any case, you can do like that:
www.hikashop.com/forum/4-how-to/3139-cha...ax.html?lang=en#3143
In any case, you can do like that:
www.hikashop.com/forum/4-how-to/3139-cha...ax.html?lang=en#3143
Please Log in or Create an account to join the conversation.
14 years 1 month ago #59964
by soheilom
Replied by soheilom on topic Re: I dont want the TAX to show up in the Cart
Thank you.
How do I delete the Shipping price also? because I dont want the shipping price to show before the address is entered.
How do I delete the Shipping price also? because I dont want the shipping price to show before the address is entered.
Please Log in or Create an account to join the conversation.
14 years 1 month ago #60035
by nicolas
Replied by nicolas on topic Re: I dont want the TAX to show up in the Cart
If you turn off the "Auto select default shipping and payment methods" option of the configuration, that won't happen.
Please Log in or Create an account to join the conversation.
Time to create page: 0.180 seconds