Home Forums WC Vendors Pro Support Vendor Dashboard – Orders management

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 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52709
    Marc Bovet
    Participant

    Hello,

    I would like to change a little the vendor dashboard

    Vendor Dashboard – Front :

    1. Instead of Recent Orders I would like to display only the orders to be delivered. How to filter the displayed orders ?

    Vendor Dashboard – Front – Orders :

    2. How to hide the export Orders button ?

    3. How to allow the user to click anywhere on a row to view the Order Details ? Instead of using the “View order details” hover ?

    Vendor Dashboard – Front – Order details

    4. How to add action buttons (Mark as shipped – Order Note). Because the “hover” on the orders page in not very user friend especially on tablets

    5. Is it possible to have pre-configured Notes buttons in the order details ? For example, “Your order has been viewed and is accepted ?”.

    Vendor Dash Board Commission.

    6. When payment is “Cash ON Delivery ” how to make the commission as paid when the order is marked as paid ?

    Thank you for helping,

    Cheers,

    #53323
    Marc Bovet
    Participant

    any tip or snippet to help to get started ?

    marc

    #53367
    Anna
    Member

    Hi Marc,
    1. I am not sure on this one; You would need to look into the orders-overview and orders-reports code and see what could be done… I am sorry I d not have the time right now to get into this custom coding. 🙁

    2. go to: wp admin > woocommerce > wc vendors > capabilities… un-check Export a CSV file of orders for a product

    3. put this in your theme/child theme style.css:

    https://gist.github.com/fervous/ea3a2d2581370bd530a40017a8934aa2

    4. put this in your theme/child theme style.css:

    .wcv-grid table .row-actions-order a {
        border: 1px solid#333;
        padding: 4px;
        margin: 4px;
        color: #fff;
        background-color: #777;
    }
    .wcv-grid table .row-actions-order a:hover {
        opacity:.65;
    }

    5. I do not know this answer at this time… Likely this code alteration would involve WooCommerce..

    6. Manually.. go to wp admin > woocommerce > commissions and mark that order as PAID rather than due.

    #53385
    Marc Bovet
    Participant

    @fervous,

    Hi Anna,

    Thank you for your reply.

    2. export to CSV, option is unchecked in the backend but the button is displayed ?

    Regards,

    Marc

    #53386
    Marc Bovet
    Participant

    6. Manually.. go to wp admin > woocommerce > commissions and mark that order as PAID rather than due.

    This should be done automatically by WC Vendors when the payment method is Cash on Delivery. I’ll not have the time to manage this manually.

    Could be done via code ? Where to start ? Any documentation ?

    Marc

    #53472
    Anna
    Member

    Marc,

    2. export to CSV, option is unchecked in the backend but the button is displayed ?

    What theme? Is the button designed by the theme?

    Could be done via code ? Where to start ? Any documentation ?

    I am sure it can, Marc, but if the COD is not showing commissions as paid when the order is marked as paid, other than manually marking them as paid I do not know how at this time to make sure that the COD paid orders are automatically marked as paid in commissions. I will see if I can get an answer to where you would need to start with this; this will definitely be custom work you will need to code in.

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