Tax not VAT

  • Posts: 713
  • Thank you received: 37
  • Hikashop Business
11 years 1 month ago #126893

-- www.ariesgamesandminis.com
-- HikaShop version -- : 2.2.1 Starter
-- Joomla version -- : 2.5.14
-- PHP version -- : No Clue
-- Browser(s) name and version -- : Chrome 29.0.1547.76 & IE 10

How can I get Hikashop to show the word "TAX" not "VAT" on my invoices & on the website?

Thanks

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
11 years 1 month ago #126904

Go in the Languages tab of the configuration and override the translations with the word VAT and change them to TAX at your convenience:
www.hikashop.com/download/languages.html#modify

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

  • Posts: 713
  • Thank you received: 37
  • Hikashop Business
11 years 1 month ago #127033

I tried that...it did not work. Here's the changes I did...words that are in BOLD at the end are what I entered in the override section. All of the stuff before the BOLD wording is what was already there.

FEDEX_METER_ID="Meter #"/r/n
FEDEX_ACCOUNT_NUMBER="Account #"/r/n
FEDEX_API_KEY="API Key"/r/n
FEDEX_API_PASSWORD="API Password"/r/n
FEDEX_SHOW_ETA="Show ETA?"/r/n
FEDEX_SHOW_ETA_FORMAT="ETA Format"/r/n
PACKAGING_TYPE="Packaging Type"/r/n
BOX_DIMENSIONS="Box Dimensions"/r/n
ORIGINATION_POSTCODE="Ship From Postcode"/r/n
SENDER_COMPANY="Sender Company"/r/n
SENDER_PHONE="Sender Phone"/r/n
SENDER_ADDRESS="Sender Address"/r/n
SENDER_CITY="Sender City"/r/n
SENDER_STATE="Sender State"/r/n
SENDER_POSTCODE="Sender Zip"/r/nFEDEX_METER_ID="Meter #"/r/n
FEDEX_ACCOUNT_NUMBER="Account #"/r/n
FEDEX_API_KEY="API Key"/r/n
FEDEX_API_PASSWORD="API Password"/r/n
FEDEX_SHOW_ETA="Show ETA?"/r/n
FEDEX_SHOW_ETA_FORMAT="ETA Format"/r/n
PACKAGING_TYPE="Packaging Type"/r/n
BOX_DIMENSIONS="Box Dimensions"/r/n
ORIGINATION_POSTCODE="Ship From Postcode"/r/n
SENDER_COMPANY="Sender Company"/r/n
SENDER_PHONE="Sender Phone"/r/n
SENDER_ADDRESS="Sender Address"/r/n
SENDER_CITY="Sender City"/r/n
SENDER_STATE="Sender State"/r/n
SENDER_POSTCODE="Sender Zip"/r/nFEDEX_METER_ID="Meter #"/r/n
FEDEX_ACCOUNT_NUMBER="Account #"/r/n
FEDEX_API_KEY="API Key"/r/n
FEDEX_API_PASSWORD="API Password"/r/n
FEDEX_SHOW_ETA="Show ETA?"/r/n
FEDEX_SHOW_ETA_FORMAT="ETA Format"/r/n
PACKAGING_TYPE="Packaging Type"/r/n
BOX_DIMENSIONS="Box Dimensions"/r/n
ORIGINATION_POSTCODE="Ship From Postcode"/r/n
SENDER_COMPANY="Sender Company"/r/n
SENDER_PHONE="Sender Phone"/r/n
SENDER_ADDRESS="Sender Address"/r/n
SENDER_CITY="Sender City"/r/n
SENDER_STATE="Sender State"/r/n
SENDER_POSTCODE="Sender Zip"/r/nFEDEX_METER_ID="Meter #"/r/n
FEDEX_ACCOUNT_NUMBER="Account #"/r/n
FEDEX_API_KEY="API Key"/r/n
FEDEX_API_PASSWORD="API Password"/r/n
FEDEX_SHOW_ETA="Show ETA?"/r/n
FEDEX_SHOW_ETA_FORMAT="ETA Format"/r/n
PACKAGING_TYPE="Packaging Type"/r/n
BOX_DIMENSIONS="Box Dimensions"/r/n
ORIGINATION_POSTCODE="Ship From Postcode"/r/n
SENDER_COMPANY="Sender Company"/r/n
SENDER_PHONE="Sender Phone"/r/n
SENDER_ADDRESS="Sender Address"/r/n
SENDER_CITY="Sender City"/r/n
SENDER_STATE="Sender State"/r/n
SENDER_POSTCODE="Sender Zip"/r/n
PRICE_AFTER_TAX=" excl TAX) "
PLUS_X_OF_TAX="+%s of TAX"
TAX="TAX"
TAX_CHECK="TAX number check"
NO_TAX_CHECK="No check"
COMPANY_WITHOUT_TAX_NUMBER="Company without TAX number"
COMPANY_WITH_TAX_NUMBER="Company with TAX number"
TAX_NOT_FOR_YOUR_COUNTRY="Your country is not supported for TAX numbers"
TAX_NUMBER_NOT_VALID="The TAX number you entered is not valid"
SOAP_EXTENSION_NOT_FOUND="The online TAX number check needs the SOAP extension for PHP. If
you don't have it, please install it and then activate it. Otherwise, deactivate the online TAX number
TOTAL_WITHOUT_TAX="TOTAL without TAX : %s"
TOTAL_WITH_TAX="TOTAL with TAX : %s"
TAX_NUMBER="TAX number"
TAX_NAME="Tax name (for example GST or TAX)"

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #127090

Hi,

You have to keep the same keys, and change only the text between the quotes ;)
For example, you have to use:

TOTAL_WITHOUT_VAT="TOTAL without TAX : %s"

Instead of:

TOTAL_WITHOUT_TAX="TOTAL without TAX : %s"

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

  • Posts: 713
  • Thank you received: 37
  • Hikashop Business
11 years 1 month ago #127150

Ohhh, ok, so keep anything that says VAT that is not in quotes? Only change the VAT to TAX when it's in quotes?

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #127154

Yes

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

  • Posts: 713
  • Thank you received: 37
  • Hikashop Business
11 years 1 month ago #127165

Ok...tried it, and unless I did something wrong...it's still showing VAT. Here's what I have in the override section...

PRICE_AFTER_VAT=" excl TAX) "
PLUS_X_OF_VAT="+%s of TAX"
VAT="TAX"
VAT_CHECK="TAX number check"
NO_VAT_CHECK="No check"
COMPANY_WITHOUT_VAT_NUMBER="Company without TAX number"
COMPANY_WITH_VAT_NUMBER="Company with TAX number"
VAT_NOT_FOR_YOUR_COUNTRY="Your country is not supported for TAX numbers"
VAT_NUMBER_NOT_VALID="The TAX number you entered is not valid"
SOAP_EXTENSION_NOT_FOUND="The online TAX number check needs the SOAP extension for PHP. If
you don't have it, please install it and then activate it. Otherwise, deactivate the online TAX number
TOTAL_WITHOUT_VAT="TOTAL without TAX : %s"
TOTAL_WITH_VAT="TOTAL with TAX : %s"
VAT_NUMBER="TAX number"
VAT_NAME="Tax name (for example GST or TAX)"

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #127184

Some keys are not correct like: PRICE_AFTER_TAX=" excl VAT) "
You have to take the keys present in the normal section, then copy and paste the keys in the override section and change the text between the quotes.

And be careful, in the line SOAP_EXTENSION_NOT_FOUND="The online TAX number check needs the SOAP extension for PHP. If
you don't have it, please install it and then activate it. Otherwise, deactivate the online TAX number
the ending double quote is missing.

Thanks to read that documentation:
www.hikashop.com/support/faq.html#tran

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

  • Posts: 713
  • Thank you received: 37
  • Hikashop Business
11 years 1 month ago #128081

OK, things have calmed down enough for me to try this again, and I am NOT having any luck...here's the override section...

PRICE_AFTER_TAX=" excl TAX) "
PLUS_X_OF_VAT="+%s of TAX"
VAT="TAX"
VAT_CHECK="TAX number check"
NO_VAT_CHECK="No check"
COMPANY_WITHOUT_VAT_NUMBER="Company without TAX number"
COMPANY_WITH_VAT_NUMBER="Company with TAX number"
VAT_NOT_FOR_YOUR_COUNTRY="Your country is not supported for TAX numbers"
VAT_NUMBER_NOT_VALID="The TAX number you entered is not valid"
SOAP_EXTENSION_NOT_FOUND="The online TAX number check needs the SOAP extension for PHP. If
you don't have it, please install it and then activate it. Otherwise, deactivate the online TAX number check."
TOTAL_WITHOUT_VAT="TOTAL without TAX : %s"
TOTAL_WITH_VAT="TOTAL with TAX : %s"
VAT_NUMBER="TAX number"
VAT_NAME="Tax name (for example GST or TAX)"

What am I doing wrong? I'm trying my best but I cannot figure this out.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #128163

Hi,

Are you sure that you are overriding the correct file for the correct language ?
Thanks to give us a screenshot of the language edition.

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

  • Posts: 713
  • Thank you received: 37
  • Hikashop Business
11 years 1 month ago #128194

Yeah, it's the only one there...took 2 screen shots for you...



Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #128219

In the override part, sometimes I can see:

THE_KEY="The value" /r/n

The /r/n must not be present, you have to remove them, that broke the override. And that's why the following translations don't work.

You must only have
THE_KEY_1="The value 1"
THE_KEY_2="The value 2"

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

  • Posts: 713
  • Thank you received: 37
  • Hikashop Business
11 years 1 month ago #128236

Here is everything from the override section...anything with the /r/n was there before I did anything...should I remove them all...or just the ones you said?

FEDEX_METER_ID="Meter #"/r/n
FEDEX_ACCOUNT_NUMBER="Account #"/r/n
FEDEX_API_KEY="API Key"/r/n
FEDEX_API_PASSWORD="API Password"/r/n
FEDEX_SHOW_ETA="Show ETA?"/r/n
FEDEX_SHOW_ETA_FORMAT="ETA Format"/r/n
PACKAGING_TYPE="Packaging Type"/r/n
BOX_DIMENSIONS="Box Dimensions"/r/n
ORIGINATION_POSTCODE="Ship From Postcode"/r/n
SENDER_COMPANY="Sender Company"/r/n
SENDER_PHONE="Sender Phone"/r/n
SENDER_ADDRESS="Sender Address"/r/n
SENDER_CITY="Sender City"/r/n
SENDER_STATE="Sender State"/r/n
SENDER_POSTCODE="Sender Zip"/r/nFEDEX_METER_ID="Meter #"/r/n
FEDEX_ACCOUNT_NUMBER="Account #"/r/n
FEDEX_API_KEY="API Key"/r/n
FEDEX_API_PASSWORD="API Password"/r/n
FEDEX_SHOW_ETA="Show ETA?"/r/n
FEDEX_SHOW_ETA_FORMAT="ETA Format"/r/n
PACKAGING_TYPE="Packaging Type"/r/n
BOX_DIMENSIONS="Box Dimensions"/r/n
ORIGINATION_POSTCODE="Ship From Postcode"/r/n
SENDER_COMPANY="Sender Company"/r/n
SENDER_PHONE="Sender Phone"/r/n
SENDER_ADDRESS="Sender Address"/r/n
SENDER_CITY="Sender City"/r/n
SENDER_STATE="Sender State"/r/n
SENDER_POSTCODE="Sender Zip"/r/nFEDEX_METER_ID="Meter #"/r/n
FEDEX_ACCOUNT_NUMBER="Account #"/r/n
FEDEX_API_KEY="API Key"/r/n
FEDEX_API_PASSWORD="API Password"/r/n
FEDEX_SHOW_ETA="Show ETA?"/r/n
FEDEX_SHOW_ETA_FORMAT="ETA Format"/r/n
PACKAGING_TYPE="Packaging Type"/r/n
BOX_DIMENSIONS="Box Dimensions"/r/n
ORIGINATION_POSTCODE="Ship From Postcode"/r/n
SENDER_COMPANY="Sender Company"/r/n
SENDER_PHONE="Sender Phone"/r/n
SENDER_ADDRESS="Sender Address"/r/n
SENDER_CITY="Sender City"/r/n
SENDER_STATE="Sender State"/r/n
SENDER_POSTCODE="Sender Zip"/r/nFEDEX_METER_ID="Meter #"/r/n
FEDEX_ACCOUNT_NUMBER="Account #"/r/n
FEDEX_API_KEY="API Key"/r/n
FEDEX_API_PASSWORD="API Password"/r/n
FEDEX_SHOW_ETA="Show ETA?"/r/n
FEDEX_SHOW_ETA_FORMAT="ETA Format"/r/n
PACKAGING_TYPE="Packaging Type"/r/n
BOX_DIMENSIONS="Box Dimensions"/r/n
ORIGINATION_POSTCODE="Ship From Postcode"/r/n
SENDER_COMPANY="Sender Company"/r/n
SENDER_PHONE="Sender Phone"/r/n
SENDER_ADDRESS="Sender Address"/r/n
SENDER_CITY="Sender City"/r/n
SENDER_STATE="Sender State"/r/n
SENDER_POSTCODE="Sender Zip"/r/n
PRICE_AFTER_TAX=" excl TAX) "
PLUS_X_OF_VAT="+%s of TAX"
VAT="TAX"
VAT_CHECK="TAX number check"
NO_VAT_CHECK="No check"
COMPANY_WITHOUT_VAT_NUMBER="Company without TAX number"
COMPANY_WITH_VAT_NUMBER="Company with TAX number"
VAT_NOT_FOR_YOUR_COUNTRY="Your country is not supported for TAX numbers"
VAT_NUMBER_NOT_VALID="The TAX number you entered is not valid"
SOAP_EXTENSION_NOT_FOUND="The online TAX number check needs the SOAP extension for PHP. If
you don't have it, please install it and then activate it. Otherwise, deactivate the online TAX number check."
TOTAL_WITHOUT_VAT="TOTAL without TAX : %s"
TOTAL_WITH_VAT="TOTAL with TAX : %s"
VAT_NUMBER="TAX number"
VAT_NAME="Tax name (for example GST or TAX)"

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #128301

You have to remove them all.
Do you have some translations working in this file ?

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

  • Posts: 713
  • Thank you received: 37
  • Hikashop Business
11 years 1 month ago #128361

Not that I know of, and it's the only language file I have. I will work on removing the /r/n entries in the next day or so & report back...thanks! Just an FYI, they were there the first time I opened up the language file. Not sure what my webmaster did when he was setting up the site.

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

  • Posts: 26
  • Thank you received: 0
10 years 10 months ago #138027

also trying to change VAT to TAX and have a ton of those \r\n in our override section. All these seemed to be related to FedEx settings of some sort. I have tried to add some overrides for VAT -> TAX - will see if these work.

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

Time to create page: 0.114 seconds
Powered by Kunena Forum