• Resolved shakoor99

    (@shakoor99)


    On my account dashboard page
    In account details
    Under change password
    There appears the addition of the customer’s tax information
    How can it be hidden and not requested

Viewing 8 replies - 1 through 8 (of 8 total)
  • Ahmed Imran

    (@ahmedimran)

    Hello,

    Thank you for reaching out.

    Can you please inform us which version of the plugin you are using now? This will help us provide the most accurate assistance.

    Best Regards,

    Thread Starter shakoor99

    (@shakoor99)

    Version 4.4.11

    Ahmed Imran

    (@ahmedimran)

    Hi,

    It seems that you’re using the premium version of this plugin. As per the www.ads-software.com forum guidelines, we cannot discuss or provide support for commercial products in this forum.

    For assistance with the premium version, please contact us directly through our official support channel here: https://webappick.com/contact/.

    Thank you for your understanding!

    Best Regards,

    Thread Starter shakoor99

    (@shakoor99)

    Which special version are you talking about? I downloaded it from your page after purchasing it and I sent you support several times and there was no response. It is better to write here

    Ahmed Imran

    (@ahmedimran)

    Hi @shakoor99 ,

    To remove the tax information from my account page, you can use the below code snippet on your theme’s functions.php or using code snippet plugin.

    function remove_vat_ssn_fields() {
    // To hide the Tax information fields from my account page
    return false;
    }

    add_filter('woo_invoice_pro_display_vat_ssn_fields', 'remove_vat_ssn_fields');

    Hope this will help you.

    Thread Starter shakoor99

    (@shakoor99)

    Thank you for replying with me here I will try it and I will let you know.. I hope that it does not conflict with the user changing the password from his page that he does not receive a notification to fill in the tax code.. So I will try it and let you know if it works perfectly the excerpt that you sent

    Thread Starter shakoor99

    (@shakoor99)

    Thank you the snippet worked perfectly.

    Hello,

    Thank you for the update! We’re glad to hear that the solution resolved your issue.

    If you have a moment, we would appreciate it if you could share your experience by leaving a review on the plugin. Your feedback helps us continue to improve and assists other users.

    Please don’t hesitate to reach out if you have any more questions.

    Best regards,

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.