Home Forums WC Vendors Pro Support How do we change the Vendor Registration field labels?

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 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #11748
    Karen Thomas
    Participant

    Hi both,

    Is there a way I can change the form labels/titles on the Vendor Sign up form?

    Do I copy vendor-signup-form.php to my themes then create Filters in my functions.php? If so, is there a guide on how to write filters for us none techie peeps?

    Many thanks,

    Karen

    #11753
    WC Vendors Support
    Participant

    That’s much easier than the add/edit product template. 😉

    copy /plugins/wc-vendors-pro/templates/dashboard/store-settings.php to /yourtheme/wc-vendors/dashboard/store-settings.php

    and edit the PHP! 🙂

    Let’s say you want to change the name of the “Store Icon” to something else. Change:

    to

    #11763
    Karen Thomas
    Participant

    Yay I thought it might be that but was too scared to try without u holding my hand! Brilliant I’ll have a go in the morning can’t wait to play 😀

    Thanks again!

    #11958
    Karen Thomas
    Participant

    This is working a treat thank you so much ben 😀

    #11967
    Karen Thomas
    Participant

    Hiya spoke a bit too soon!

    I edited the labels in
    /yourtheme/wc-vendors/dashboard/store-settings.php

    eg I changed Seller info to ‘Your health and craft story (see Meet the Crafties page for inspiration)’:

    <!-- Seller Info -->
    <label>Your health and craft story (see Meet the Crafties page for inspiration)</label>
    <?php WCVendors_Pro_Store_Form::seller_info( ); ?>

    And this works really well when testing existing vendors accounts in settings 🙂

    But it hasn’t changed the same form fields on the registration form unfortunately.

    What am I doing wrong? Is there a different template for the registration form?

    Many thanks,

    Karen

    #12123
    WC Vendors Support
    Participant

    Yup!

    /templates/front/vendor-signup-form.php

    #12127
    Karen Thomas
    Participant

    Hi Ben I had played around with Vendor-sign-up.php form, but it didn’t work.

    I realise were I went wrong though. I had copied it to:
    /public_html/wp-content/themes/deli/wc-vendors/dashboard/vendor-signup-form.php

    rather than creating a new folder for ‘front’:
    /public_html/wp-content/themes/deli/wc-vendors/front/vendor-signup-form.php

    Works a treat now thanks!

    Karen

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