Home Forums WC Vendors Pro Support Adding custom registration fields to wcvendors dashboard

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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65165
    Brendon
    Participant

    Hey support so we have an auction site but for vendors to get paid for their products they need to enter bank details so the payments can be made to them (no paypal in South Africa) so we have setup a few fields on the registration page and would like to be able to add them to the settings/payment page (currently blank because paypal is disbaled sitewide) is this possible to enter some code so it uses the custom fields on that page instead?

    you can see the fields added under registration and they add to the users backend wordpress profile, thats what we want to add to the payments page for clients to edit

    https://majesticpetauctions.co.za/my-account/

    Many thanks

    #65217
    Anna
    Member

    Grendon,
    You’d need to use hooks to add the functions for those fields into the front-end forms and the admin users screen.
    Here is a gist showing how two fields were added as such;
    The hook wcvendors_settings_after_paypal is used for the dashboard settings page (payments tab) and the hook wcvendors_admin_after_commission_due is used for the admin page.

    https://gist.github.com/fervous/6e398122cd43be49ebf71adcb5b0849b

    #65473
    Brendon
    Participant

    you’re a legend Anna thanks Ive added those and the extra fields and its working exactly what we wanted within WCVendors! No we need a page for the accounts department to be bale to see all the users account details to pay them each week is there a way to create a private page only admin can see that will list all users with the details we just created within that payments page?

    #65476
    Anna
    Member

    @mpadmin
    Hmm.. well that page would require some custom coding.
    You can see commissions due by going to wp admin > woocommerce > commissions and even sort by vendor
    Possibly you could custom code a column to that page to show the user_meta for the collected fields you added (banking details).
    At the moment I am not sure of the exact method to do this. But you have all of the info- it would be the matter of programming that meta to display with the associated vendor name.

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