Home Forums WC Vendors Pro Support General questions on Order/Checkout flow process

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 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #31333
    Mark
    Participant

    Background, on my site, I am selling “services” instead of a traditional product, so I have no need for “shipping” references and order “status” theoretically should be considered complete on purchase.

    A member pays for Product/service through the cart/checkout process. When the member looks at there “My Account” page, see the first pic below, the Status column is marked as “processing”.

    I went to my vendor dashboard as the member selling that product/service, and looked at the “orders” tab. See second pic attached.

    My two questions are: How does each vendor mark their order “complete” or is there a WooCommerce or WC Vendor option that I can set, that will automatically mark all orders “complete”.

    On the Orders tab, whats the best way to hide the parts I circled in red? Is it possible to modify a WC template to hide or do I use custom CSS to put in my styles file. Im trying to eliminate confusion. Also, just noticed there are several WooCommerce (email tab) generated emails that I should probably disable.

    #31335
    Mark
    Participant

    second pic

    #31340
    Arvid Viderberg
    Participant

    How does each vendor mark their order “complete”
    They can’t. 🙂

    or is there a WooCommerce or WC Vendor option that I can set, that will automatically mark all orders “complete”.
    You can try and use some kind of plugin, like this one.

    #31650
    Mark
    Participant

    How about the second question….

    On the Orders tab, whats the best way to hide the parts I circled in red? See pic above…..Is it possible to modify a WC template to hide or do I use custom CSS to put in my styles file. Im trying to eliminate confusion. Also, just noticed there are several WooCommerce (email tab) generated emails that I should probably disable.

    #31651
    WC Vendors Support
    Participant

    @mtgame21 — In the next release of Pro (v1.4.0) the pro options will have checkboxes for turning each of them off or on, default being all on.

    #31656
    Mark
    Participant

    Are you talking about the items I circled in Red or the woocommerce emails?

    #31658
    WC Vendors Support
    Participant

    We wont add options for WooCommerce emails, you can already edit them in the woocommerce > settings > emails section. I was referring to the circled in red items. 🙂

    #32017
    Mark
    Participant

    In the meantime until v1.4 comes out…

    Is there a way I could rename these links to empty text

    View Order details
    Shipping Label
    Order note
    Tracking Number
    Marked Ship

    or HIDE the whole box for now.

    #32041
    WC Vendors Support
    Participant

    Sure, /public/class-wcvendors-pro-order-controller.php around line #390.

    #32795
    Mark
    Participant

    Hi Ben,
    I found the code you are referencing. If I modify this file, do I put it under my child theme somewhere like when I update a template or just over-right the current file. Also, Im assuming this will just be my temporary fix, until v1.4 comes out.

    Would it hurt anything if I was to comment out this whole section and just leave the “View order details” option

    'print_label'  	=> 
    							array(  
    								'label' 	=> __( 'Shipping Label', 	'wcvendors-pro' ), 
    								'url' 		=> '?wcv_shipping_label='. $order->get_order_number(), 
    								'target' 	=> '_blank' 
    							), 
    					'add_note'  	=> 
    							array(  
    								'label' 	=> __( 'Order Note', 		'wcvendors-pro' ), 
    								'url' 		=> '#', 
    								'custom'	=> array( 
    										'id'			=> 'open-order-note-modal-' . $order->get_order_number(), 
    									),
    							), 
    					'add_tracking'  => 
    							array(  
    								'label' 	=> __( 'Tracking Number', 	'wcvendors-pro' ), 
    								'url' 		=> '#', 
    								'custom'	=> array( 
    										'id'			=> 'open-tracking-modal-' . $order->get_order_number(), 
    									),
    							),
    #32796
    Mark
    Participant

    @Aweponken ,

    Thanks for tip on the Auto Complete plugin. It did exactly what I wanted.

    #32805
    WC Vendors Support
    Participant

    Sure, you can do it any way you like. Try it. 🙂

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