adam71o Posted February 8, 2005 Share Posted February 8, 2005 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. Quote Link to comment Share on other sites More sharing options...
darkangel Posted February 8, 2005 Share Posted February 8, 2005 I think it is possible. I was able to change the VAT INC and name it differently. Change the [] in your english file and see what happens Quote Link to comment Share on other sites More sharing options...
adam71o Posted February 8, 2005 Author Share Posted February 8, 2005 english.php ? i cannot find what to change in english.php . Quote Link to comment Share on other sites More sharing options...
darkangel Posted February 10, 2005 Share Posted February 10, 2005 //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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.