Product Prices without tax

  • Posts: 29
  • Thank you received: 2
7 years 10 months ago #272914

-- HikaShop version -- : 3.1.1
-- Joomla version -- : 3.72

I know this has been addressed earlier, but I can't find the correct answer for the latest version of Hikashop.

I have only one tax rate and only one tax category. All I want to do is display the net prices (without tax) on my product page and then have the tax added when the item is added to the cart. I don't understand why this has to be so complicated. Please tell me how I can accomplish this simple task.

Please Log in or Create an account to join the conversation.

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
7 years 10 months ago #272938

Hello,

"...and then have the tax added when the item is added to the cart."

I guess you mean "displayed", because the taxes are added or calculated in the cart.
Anyway, your solution may be to go to Main tab (in HikaShop Configuration), in Taxes part change the Show taxed prices option for Display both.

And add some Css command in order to display taxed price only when you need it.
More precisely, you can use this kind of Css code :
.product_price_taxed_class {
    display: none;
}
=> Taxed price will disappear on All page, and add too :
.checkout_page_class OR _id .product_price_taxed_class {
    display: block;
}
=> Only display on Cart.

And in order to answer you about your return, you have to understand that an e-commerce solution is a complex system and especially when it's sold in more that 120 countries, it have to fit all countries taxes rules, plus specific way to do business.
Of course, we want to keep simple configuration and avoid to "customize" is our goal, but it needs lots of work and compromises.
BUT you have to know too that we are aware of this lack of ergonomics, and works on the interaction cart, taxes and configuration.

Hope this will help you.

Regards

Last edit: 7 years 10 months ago by Philip.
The following user(s) said Thank You: brob34

Please Log in or Create an account to join the conversation.

  • Posts: 29
  • Thank you received: 2
7 years 10 months ago #272984

Thank you Phillip. This solved my issue. I appreciate your help.

Sometimes it's frustrating when you can't get things to work like you need them to. Hikashop is a great product, and is very customizable, which sometimes adds to the complexity. Every time I use the product, I learn so much!

Thanks again!

The following user(s) said Thank You: Philip

Please Log in or Create an account to join the conversation.

Time to create page: 0.094 seconds
Powered by Kunena Forum