• Resolved Minhaz Irphan Mohamed

    (@minhazmohamed)


    Hi there,

    We have a requirement where we don’t want the vendor store to appear on our WooCommerce site, which we are able to archive, but in the registration page if we remove the ‘Store URL’ field, it is not allowing a vendor to register.

    Do you guys have an idea of how I could hide the store URL field while allowing vendors to register?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Minhaz,

    The Store URL field must be filled out. You have the option to conceal this field using Custom CSS. However, please note that if you choose to remove this field using Custom CSS, vendors may register without completing the Store URL field. To assist you, I’m providing the Custom CSS code. Please add it by going to WP Dashboard > Appearance > Customize > Additional CSS for your convenience.

    .show_if_seller .form-row:nth-child(3){
    display:none;
    }


    Kindly incorporate the provided custom CSS into the specified location. This action will eliminate the Store URL field from the vendor registration form.

    I hope this information proves helpful.

    Cheers!

    Thread Starter Minhaz Irphan Mohamed

    (@minhazmohamed)

    Hi! I thought it is required that vendors had to have a store URL. Is it optional? Because I hid the input field from the registration form and it didn’t allow the registration to go forward.

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @minhazmohamed

    You are correct that the Shop URL is indeed a required field for vendors during registration. By default, the URL is generated based on the shop name provided by the vendor.

    To hide the Shop URL input field from the vendor registration form, you can indeed apply the CSS shared by @fayeakuzzaman.

    Thanks!

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi?@minhazmohamed

    As we haven’t heard back from you for a while, we’ll consider this topic resolved. If you encounter any further issues, please don’t hesitate to open a new topic.

    Thanks!

    Thread Starter Minhaz Irphan Mohamed

    (@minhazmohamed)

    Hi @tanvirh, my apologies, I missed your earlier reply. I was able to implement a neat solution with AJAX for this. I shall post the solution here soon in case anyone else wants this customization.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Is there way to hide the store url on the vendor registration page’ is closed to new replies.