Home Forums WC Vendors Pro Support Notify Vendor Email

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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #73346
    Malavika Gupta
    Participant

    1) How can we remove the word ‘subtotal’ from ‘shipping subtotal’ in New order email to vendor?
    2) How can we add Total Amount and the Payment method in New order email to Vendor? The New order email to admin contains these fields.

    Thanks

    #73373
    Anna
    Member

    Hello,
    1) There is no filter for this, so it would require modifying a core file. this would have to be done again with each WC Vendors (free) update.
    The file to modify:
    plugins/wc-vendors/classes/admin/emails/class-wc-notify-vendor.php
    line 121:

    $return[ 'shipping' ]['label']   = __( 'Shipping Subtotal:', 'wcvendors' );
    

    2) Hmm.. this one I do not know.
    I am not sure how this needs to be done at the moment, I will need to look into how this is implemented for the admin email and if the same method can be used for the vendors emails– likely not, so I will work on it when I can.

    #77009
    Malavika Gupta
    Participant

    The reason I was asking for to add Payment Method in New Order email is because there is no mentioning of Payment Method either in the email or anywhere in the Order/Order Details. If there are more than one Payment system in the marketplace, there is no way for the Vendors to know which account is the amount getting deposited for that order – is it paypal or stripe. Also if they have to issue a refund, they would have to go and search in both the accounts.
    Is there a way to add the Payment Method in the Order or Order Detail somewhere?

    Thanks

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