How to Hide or Disable VAT?

  • Posts: 100
  • Thank you received: 1
10 years 3 months ago #138188

Hi. I want to know how I can hide VAT from my orders management page? and also how to lower the line heights of all the parts specially the shop address and the billing/shipping addresses.

screenshot: www.dropbox.com/s/yg1uabvg0ql8d24/Screen...01-01%2011.57.41.png

thanks

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

  • Posts: 12953
  • Thank you received: 1778
10 years 3 months ago #138224

Hi,
You'll be able to do that by using some CSS code, for example if you want to hide your VAT line, some CSS code like this will probably do the job :

#hikashop_checkout_cart_tax_title, .hikashop_cart_tax_value {
display: none;
}

Last edit: 10 years 3 months ago by Mohamed Thelji.
The following user(s) said Thank You: PubSite

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

  • Posts: 100
  • Thank you received: 1
10 years 3 months ago #138274

This will work in Order Management as well right?

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

  • Posts: 12953
  • Thank you received: 1778
10 years 3 months ago #138282

My bad, if you want to do it through the order management page you'll have to use this kind of CSS code :

.hikashop_order_tax_title, .hikashop_order_tax_value {
display: none;
}
And regarding your line height, you'll just have to use the [bi]line-height[/b] CSS property to adjust your line height.

Last edit: 10 years 3 months ago by Mohamed Thelji.
The following user(s) said Thank You: PubSite

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

Time to create page: 0.068 seconds
Powered by Kunena Forum