Home Forums WC Vendors Pro Support Shipping Tracking

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
  • #24417
    Helixboardco
    Participant

    I want to change shipping method on add track button on order page with login to vendor. So what can i do ? i used auction inc shipping method so how can i change shipping method on click add track button.?

    For more details i shared screen shot please take a look…

    Thanks!

    #24425
    Arvid Viderberg
    Participant
    #24583
    Helixboardco
    Participant

    Thanks for replay Arvid, But i am using auction inc shipping method so what can i do for this ?

    For example i got only “DHL Express” shipping company so what can i do i passed this shipping company in bellow country array but i can’t got “their-website-for-tracking.com” url suggest me what can i do for this…

    Note : I am using auction inc shipping method

    function custom_shipping_providers( $providers ){ 
    	$providers[ 'Country' ] = array(
    				'Shipping Company #1' => 'http://their-website-for-tracking.com/%1$s',
    				'Shipping Company #2' => 'https://another-website-for-tracking.com/?tracking=%1$s', 
    			); 
    	return $providers;
    }
    add_filter( 'wcv_shipping_providers_list', 'custom_shipping_providers' ); 

    Waiting for your prompt replay.

    Thanks!

    #24591
    Arvid Viderberg
    Participant

    Using a separate shipping provider plugin will be up to you to get it going.
    If I were you, I would consider using the WC Vendors PRO shipping instead. 🙂

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