Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

B2BSuite VAT


adam71o

Recommended Posts

Is there a way to remove any reference to VAT in my b2bsuite cart? We haven't used it before and I don't foresee using it anytime near in the future, so I want to remove any reference to VAT shown to customers. Any idea how?

 

I've removed the text "vat inc." or "vat exc." in the product descriptions, but the [] still remains beside the price.

Link to comment
Share on other sites

//PIVACF start
define('ENTRY_PIVA', 'VAT Number:');
define('ENTRY_PIVA_ERROR', 'Incorrect VAT Number.');
define('ENTRY_PIVA_TEXT', '*');
define('ENTRY_CF', 'Tax Identification Number:');
define('ENTRY_CF_TEXT', '*');
define('ENTRY_CF_ERROR', 'Incorrect Tax Identification Number.');
define('TAX_INCLUDED', 'Tax Already Included');
define('TAX_EXCLUDED', 'Tax Excluded');
//PIVACF end

 

Look for this in your: catalog/includes/language/english.php file

 

Than just change what it says in there!

 

I have Tax Included and changed the VAT INC to Tax Already Included

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...