• Resolved frischi

    (@frischi)


    Hello,
    I have a problem with my custom checkout form.

    I hided some form fields if the customer chooses a local pickup as shipping method. And then the input fields are not required. I had to hide and un-require it this way, because woocommerce made problems only deleting the fields.
    I made it this way:

    https://stackoverflow.com/questions/50498391/remove-selected-checkout-fields-with-woocommerce-depending-on-shipping-method/50500262#50500262

    Without your plugin everything works fine. But your plugin still assumes required input fields and then it warns because of missing required inputs when submitting the form. I still use the popup for validating the phone number in the checkout page. I tried the verification in the form directly and it did not work, either.

    Do you have a solution for that? Because I need to hide the address form fields at local pickup shipping method.

    • This topic was modified 3 years, 11 months ago by frischi.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author miniOrange

    (@cyberlord92)

    Hello @frischi,

    Thanks for reaching out to us.

    Correct, this is happening because our plugin provides security so it checks if all the fields are filled or not before letting the user place an order.

    We can do some changes for you if you would like as per your use case.
    Could you please provide us more information on this so that we can provide a solution for you? I would like to know what is the id of that of the fields which you are hiding.

    You can also always reach out to us through our plugin’s Need Help button.

    Let us know how should we help you with this.

    Thread Starter frischi

    (@frischi)

    Thanks for your help. It works now!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Phone Verification Checkout with custom form’ is closed to new replies.