Home Forums WC Vendors Pro Support Accept Terms for Regular Registration

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 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26401
    Kelly
    Participant

    I know to register or apply as a vendor you can activate the checkbox to agree to terms. Is there a way to activate a terms agreement for users during regular sign up? Like general site terms?

    Thanks!

    #26412
    WC Vendors Support
    Participant

    Hi Kelly!

    Good question! Not sure I know the answer, though. You’d want to search google for something like “WooCommerce My Account Terms & Conditions”

    Or, since it’s really pretty easy to just add some text there, I wrote this bit of code for you right now that would provide a link to your Terms page on the My Account page — Just add to your theme’s functions.php file and change the text/link to whatever you like.

    https://gist.github.com/bentasm1/4b3dd4e5e0b9e5fbbb30

    #26420
    Kelly
    Participant

    You ROCK!!!! Thank you so much!! Works perfectly and only took a minute to implement. 🙂 So happy!

    #26421
    WC Vendors Support
    Participant

    You’re welcome! Have fun. 🙂

    #59244
    Aaron Roessler
    Participant

    This is almost what I need 🙂 Maybe you can help tweak this a bit. My Register form has a checkbox for Terms and Conditions but it only shows up when the user checks a box “CHECK THIS TO SELL ON REUSESB”. I would like the Terms and Conditions checkbox to always be visible and be required by both regular non-vendor signups and vendors.

    I have this code in my functions that displays the first checkbox “CHECK THIS TO SELL ON REUSESB”

    add_filter( 'wcvendors_vendor_registration_checkbox', 'custom_wcvendors_vendor_registration_checkbox', 10, 1 );
    function custom_wcvendors_vendor_registration_checkbox( $message ) {
        $message = ' <i class="fa fa-hand-o-left fa-lg" ></i>  CHECK THIS TO SELL ON REUSESB';
        return $message;
    }

    MY PAGE HERE… https://reusesb.com/my-account/

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