babyphp Posted July 1, 2022 Share Posted July 1, 2022 Hi, I am looking for a solution so that customers can choose VAT before placing an order. I have created one more column getvat in table tblorder. Can you help me how to write the code? I am a newbie WHMCS. Thanks so much. <?php function getvatcheckout($vars) { ..... } add_hook('ClientAreaPageCart', 1, 'getvatcheckout'); ?> 0 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.