Home Forums WC Vendors Pro Support Removing Method Title

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 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #63716
    Nadav
    Participant

    Hi.
    Is there any way to remove the Method Title and still have Vendor Shipping work?
    There are two reasons to want to do this:
    1) Now that it says [Vendor Name] Shipping next to each vendor’s shipping cost, there is no need for a method title
    2) More importantly: If you use Method Title “Shipping” (for example), then on the payment confirmation screen and in the payment confirmation email – the word repeats itself for every seller. See screenshot for example.

    Thanks.

    #64020
    Nadav
    Participant

    @fervous Any thoughts on this? I think this is a small but very crucial question for Vendor Shipping.

    #64135
    Anna
    Member

    @nshlezinger
    This is only occurring in the emails, correct?
    I will be able to submit an issue for this (my testing sites do not submit emails to me so I need to know if this is only occurring on the emails- I do not see it happening elsewhere).

    #64209
    Nadav
    Participant

    @fervous
    It’s also happening on the order received page right after checkout (see screenshot).

    #64283
    Anna
    Member

    Nadav,
    Ok- thank you. I will report this issue.

    #64323
    Nadav
    Participant

    Thanks @fervous. If possible, it would be great if we were just allowed to keep the Method Title setting blank.

    #65277
    Jamie
    Keymaster

    Hello,

    This will remove the shipping title and make it blank.

    https://gist.github.com/digitalchild/f0c7a077536643e1f477970888dc02ae

    cheers,

    Jamie.

    #65312
    Nadav
    Participant

    @DIGITALCHILD
    Hi Jamie,
    Thanks for this. The problem is actually not with the vendor shipping names, but with the method title. Please see the screenshots for an example: if you have three vendors on the cart, the method title (in this case I’ve set it as “Shipping”) appears next to each one. Then on the payment-received page, and in the order-confirmation email, it says $22.50 via Shipping, Shipping, Shipping.

    If I leave the method title blank, it disables Vendor Shipping.

    So is there a way to remove the method title from the cart, payment-received page and order-confirmation email, and to have everything else stay as is?

    #65395
    Jamie
    Keymaster

    Hello,

    That’s a woocommerce filter not us. The issue you have is that we had a large majority of users want vendor shipping split so that customers can see who charges what. By doing this it creates multiple shipping packages that have their own package name and available shipping method. This is why you get the repeated shipping title.

    However, because our code does this, I feel partially responsible for it so here is the code you need.

    http://docs.wcvendors.com/knowledge-base/remove-shipping-method-title/

    cheers,

    Jamie.

    #65401
    Nadav
    Participant

    @DIGITALCHILD
    I’m one of the users who wanted vendor shipping split, and I have to say it looks great.
    The code you provided worked perfectly, thanks! And I discovered an extra line to remove the repeat mention of shipping on the payment-received page and email.

    add_filter( 'woocommerce_order_shipping_to_display_shipped_via', '__return_empty_string' );

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