Home Forums WC Vendors Pro Support Apply to Become a Vendor twice?

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54529
    Scott
    Participant

    Hello,

    I’ve decided to use the Storefront theme and I’ve added the Terms page and Saved the Permalinks so it’s showing up when registering. However, when I Register (username, email, password) and select Apply to become a Vendor? The check box with the I have read and accepted the terms and conditions appears that I agree to (Register), so now the user has applied to become a vendor. But the next screen, the Vendor Application also has a checkbox asking if I have Read and Accepted the Terms and Conditions. How can I remove the 2nd I have Read and Accepted the Terms and Conditions checkbox on the Vendor Application page?

    #54578
    Anna
    Member

    @sbeaver
    You’ll need to edit the vendor-signup-form.php

    wp-content/plugins/wcvendors-pro/templates/front/vendors-signup-form.php

    Move it to:
    wp-content/themes/your-child-theme/wc-vendors/front/vendor-signup-form.php

    Approximately line 102 you will see:

    <!-- Terms and Conditions -->
    		<?php WCVendors_Pro_Store_Form::vendor_terms(); ?>

    Remove <?php WCVendors_Pro_Store_Form::vendor_terms(); ?>

    That should do it.
    Practice registering a few vendors to make sure it allows them to register without checking that terms … it should, since it is not there any more in the template. 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.