Home Forums Plugin or Theme Compatibility Frontend Store Vendor Administration

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 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #4633
    misterwho
    Participant

    Is there a way for the vendor to add and edit products on the frontend by default it goes to the backedn admin panel of my website.

    Or if not if there’s a nice theme your recommending for the back end panel?

    #4635
    misterwho
    Participant

    Thanks for the alternative help and support I will look forward to your pro version of your plugin thanks!

    #5506
    dej888
    Participant

    Any update on the pro version? Looking forward to it!

    #5508
    WC Vendors Support
    Participant

    No update to announce yet. 😉 When it’s done! I appreciate everyones enthusiasm that’s for sure!

    #5522
    dej888
    Participant

    Thanks Ben! I am really looking forward to it! Please add me to your email list for when the release date will be!! 🙂

    Question:

    With the Vendor Dashboard, I want to remove all links (add new products, edit products, store setting, view store), I only need the vendors sales reports/earnings showing.

    Can you please provide me details on how to do this?

    Thank you so much! Lots of love to the support and the dev team 🙂

    #5524
    WC Vendors Support
    Participant

    You got it! You’re on the list. 😉

    To answer your question regarding removing all links from the Vendor Dashboard, you would accomplish this easily by editing the Vendor Dashboard Templates. First, follow this guide, and copy the /dashboard/links.php file and edit it once it’s copied into your themes folder:

    https://www.wcvendors.com/knowledgebase/changing-vendor-templates/

    From there, then edit the /themes/YOURTHEME/wc-vendors/dashboard/links.php file and remove the links as you see fit!

    Cheers

    Ben

    #5528
    dej888
    Participant

    Thank you!!

    I am using filezilla for FTP and when I copy the link.php file and then try and upload it to the themes template file there is no wc vendor folder to drop it in to? Is this normal?

    I dropped the link.php file in on its own in the theme/template file. Is this correct?

    #5531
    WC Vendors Support
    Participant

    The file should be links.php — not link.php — and yes, you would create the /themes/YOURTHEME/wc-vendors/dashboard/ directory and then place it there 🙂

    #5532
    dej888
    Participant

    Sorry Ben…. I am very new to this stuff, any reading I can do to understand this or other help you can assist with?

    Thank you so much

    #5533
    dej888
    Participant

    I did it!

    Now the question is, how do you remove the links/button from the dashboard?

    I opened up the file to edit it, but do not know how to edit!!

    Thanks for all your support Ben 🙂 and patients 🙂 🙂

    #5534
    WC Vendors Support
    Participant

    Please do not reply as a “Private Reply” unless it contains sensitive information. Your replies so far are just general, and private replies hides it from the public. That means I’ll have to answer this same question again later on, instead of someone being able to simply search the help forums. 😉

    Open up the /themes/yourtheme/wc-vendors/dashboard/links.php in a text editor, and remove the links! 🙂 Give it a try. Dont be shy. It’s just like editing HTML. 😉 I can do this for you, but it’d be $49, so why not try yourself first? Seriously, you’ll be fine! If you mess up, just copy the template file again and start over.

    Ben

    #5535
    dej888
    Participant

    I have tried this and it is not making the changes on the website itself! Does it show up right away?

    DO I remove each section to delete each button – ” class=”button”>Edit Products (delete all of this?)

    Or so I just remove certain parts in the code? I have tried multiple things ben! 🙁

    #5536
    WC Vendors Support
    Participant

    Modifying this file will immediately make changes to your Vendor Dashboard. If not:

    1.) Clear your page cache if you’re using a caching plugin. Does the change show now?

    2.) You followed the KnowledgeBase article incorrectly and have the wrong file in the wrong directory location.

    Try just adding some text. Say “HELLO!” and saving. If you don’t see HELLO, follow step #1 and #2 posted here. 😉

    #5537
    dej888
    Participant

    Fantastic! Clearing the cache worked!!!!! Thank you again for the patience and prompt replies 🙂

    Question about Filters, I see the list of all the different ones on this forum. How do you impletment a filter? I need to change the a couple filters starting with the

    #5538
    WC Vendors Support
    Participant

    starting with the…… your reply was cut short. 😉 Never fear!

    Filters in general are pretty easy. You add them to your themes functions.php file. You can see a ton of sample filters on my gist page @ github:

    gist.github.com/bentasm1

    ….and here’s an easy sample:

    https://gist.github.com/bentasm1/8818d4cbfb71822025d5

    I’m off to bed for the night. 😉

    Cheers

    Ben

    #5539
    dej888
    Participant

    Thank you!!

    Can you please explain more in detail what this does – Override Commission Subtotal: label WC Vendors for the filter?

    #5540
    dej888
    Participant

    Just another note 🙂

    1. On the order received page after checkout is completed, it shows the sold bY: still. I added all proper filters from your git, removed them every where else but not here?

    2. On Vendor Dashboard, how do you change the text for the text link “mark shipped”?

    #5553
    WC Vendors Support
    Participant

    0.) Override “Commission Subtotal:” is for emails, where the email says “Commission Subtotal: $x.xx”. Some members here wanted that to say something else in the emails, so that’s all its for. Simple text change.

    1.) I’m not entirely sure that you can remove it from there. I’ll ask Jamie to chime in on this one.

    2.) “Mark Shipped” can be changed by editing the templates. Particularly /dashboard/orders.php

    #5556
    dej888
    Participant

    Thanks Ben 🙂

    #5560
    Jamie
    Keymaster

    Currently Mark shipped text is a translation string. I’ll add a filter for the next release so you can change that programatically instead of having to change the translation.

    You can follow this issue here:

    https://github.com/wcvendors/wcvendors/issues/157

    cheers,

    Jamie.

    #5562
    Jamie
    Keymaster

    Actually the front end mark as shipped is in the orders.php template for the frontend.

    templates/dashboard/order line 68.

    I’ll still add the filter to fix all other references to mark shipped in the wp-admin.

    cheers,

    Jamie.

    #5628
    dej888
    Participant

    THanks Jamie 🙂

    Couple questions:

    1. Now when vendor selects the mark shipped (i changed to mark complete) there is a message at the top of the page that displays – Order marked shipped.

    How do I change this message to order marked complete?

    2. On vendor dashboard when you select show orders button it goes to the orders page for viewing and export. When you export this file it is showing order details only. My products are bookings and I need the vendor to see the customers booking details along with the order details. Right now it does not show complete details on the export.

    Suggestions?

    Thank you team 🙂

    #5629
    dej888
    Participant

    Additional note.

    On registration signup, when vendor select apply to become a vendor. I have it set so I have to approve each application. Now when vendor registers and admin approves vendor to be on site, No email for confirmation of vendor being allowed on site is being sent?

    Please advise!

    TY

    #5633
    WC Vendors Support
    Participant

    1.) https://github.com/wcvendors/wcvendors/search?utf8=%E2%9C%93&q=+Order+marked+shipped <-- You can search the code for any phrase you want to find where it is! 🙂 2.) Bookings? You have a working solution for a Bookings plugin? Shoot me an email -- [email protected].

    3.) Are the lack of emails coming from version 1.7.4 or 1.7.3?

    #5645
    dej888
    Participant

    y

    #5647
    dej888
    Participant

    Yes lack of emails was coming from older version. Updated it today and it seems to be working with the new version

Viewing 26 posts - 1 through 26 (of 26 total)
  • The forum ‘Plugin or Theme Compatibility’ is closed to new topics and replies.