Remove Tax Field from checkout

  • Posts: 16
  • Thank you received: 1
10 years 3 months ago #190288

-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6

Hello, i need to remove the tax field from the checkout. I already tried edit some checkout files, but i wasn't able to do that.
Also, where i can translate the "Message to delivery Man"?

Attachments:

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

  • Posts: 83832
  • Thank you received: 13572
  • MODERATOR
10 years 3 months ago #190321

Hi,

Displaying the tax amount on your checkout is mandatory in most of the countries. It's probably the same in Italy so I don't recommend removing that line.
Still, you can do it by adding such CSS in the frontend CSS of HikaShop:
.hikashop_cart_tax_title, .hikashop_cart_tax_value{ display: none; }
www.hikashop.com/support/support/documen...ize-the-display.html

For the comment field text, you can edit that field under the menu Display->Custom fields. There, you can change the text to whatever you want.

The following user(s) said Thank You: auron89

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

  • Posts: 16
  • Thank you received: 1
10 years 3 months ago #190532

i added the line to the CSS but it still appear

i can see the new line from the chrome debugger, so it's not a cache problem :pinch:

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

  • Posts: 83832
  • Thank you received: 13572
  • MODERATOR
10 years 3 months ago #190539

Hi,

Please provide a link to the shop so that we can see that.

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

  • Posts: 16
  • Thank you received: 1
10 years 3 months ago #190706

Hello i sent to you a PM

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

  • Posts: 83832
  • Thank you received: 13572
  • MODERATOR
10 years 3 months ago #190774

Hi,

I see two issues on your page.
First, you added this text before the CSS code: //Personalizzazioni
// is not a valid comment in CSS and it breaks the CSS.
Please use such comment instead: /* personalization */

Second, some other CSS overrides it. You need to use such CSS instead:
.hikashop_cart_tax_title, .hikashop_cart_tax_value{ display: none !important; }

The following user(s) said Thank You: auron89

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

Time to create page: 0.085 seconds
Powered by Kunena Forum