Home Forums WC Vendors Pro Support Add a dashboard site and a payment Option

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!

 

  • This topic has 1 reply, 2 voices, and was last updated 7 years ago by Anna.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #60532

    I am really happy with WC Vendors Pro, but i have to add 2 more things before i can add the first vendors.

    1. Add a new Site in the Pro Dashboard like Vendors FaQ, where i can make explanation videos for the new vendors

    2. Add a new Payment Method under Settings > Payment . Like “Payza” , Enter your Payza Wallet Id to get commission

    Thank you for your help 🙂

    #60541
    Anna
    Member

    @irongenetics
    1. You can create a page on your website with these FAQ’s and videos.
    Then, to add a link to the vendor’s Pro Dashboard menu that leads to this page you have created, use this code, replacing the URL with the page you have made. This code would go in your theme/child theme functions.php file:
    https://gist.github.com/fervous/b8ae64ce63f2011164b990be3df17d56

    2. You can add fields to the store-settings.php template.
    First, you need to create the field(s). The Gist I give below shows the creation of two fields- one for bank name and one for bank account numbers.
    You can use this code as an example of how you would create your field for the Payza.
    https://gist.github.com/fervous/6e398122cd43be49ebf71adcb5b0849b

    After using the code below in your theme/child theme functions.php to create the fields for the collected info, you then also need to modify the store-settings.php template to show the fields for the vendors on the store settings front-end form. I give those instructions at the top of the Gist.

    You’d modify this template: wp-content/plugins/wcvendors-pro/templates/dashboard/store-settings.php
    PLEASE read this article about modifying templates first so you know how to correctly copy & move the template:
    https://www.wcvendors.com/kb/changing-vendor-templates/

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