Home Forums WC Vendors Pro Support discount coupons for sellers

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!

 

  • This topic has 6 replies, 2 voices, and was last updated 7 years ago by Anna.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #58086
    IGNACIO
    Participant

    Good morning, when I enable discount coupons for sellers they allow the option of selecting free shipping. How do I remove this option from the sellers screen?

    #58159
    Anna
    Member

    Ignacio,
    You can do this by editing the template: shop_coupon-edit.php

    The template is located here: wp content/plugins/wcvendors-pro/templates/dashboard/shop_coupon-edit.php

    Here s instructions on how to move & modify templates: https://www.wcvendors.com/kb/changing-vendor-templates/

    You need to comment out approx. line 59, which looks like this:
    <?php WCVendors_Pro_Coupon_Form::free_shipping( ( array_key_exists( 'free_shipping', $coupon_meta ) ) ? $coupon_meta[ 'free_shipping' ] : '' ); ?>

    To comment out the line, do this:
    <?php // WCVendors_Pro_Coupon_Form::free_shipping( ( array_key_exists( 'free_shipping', $coupon_meta ) ) ? $coupon_meta[ 'free_shipping' ] : '' ); ?>

    #58279
    IGNACIO
    Participant

    Hi, I have a problem. The seller discount I just want it to apply to the seller’s commission not to the entire product. If a seller receives a commission of € 5 and creates a 50% discount that applies only to his commission (€ 2.5 discount on his commission). It would be well to create the same tool for the administrator and to be able to apply discounts for certain sellers or products and apply to the total of the product and affect equally the commissions. Since coupons woocommerce discounts do not work … Is it possible?

    #58289
    Anna
    Member

    Hello,
    I do not believe the configuration you are seeking is possible at the time, no. I think I understand what you are asking.
    Coupons will be worked on at some point in the future, for now, there are limitations to the coupon structure.

    #58298
    IGNACIO
    Participant

    Ok, please take it into account. It would be important for us that the issues that have remained pending for a future are resolved. We produce products in collaboration with the sellers, therefore we have production costs that can not be altered by the discounts that the sellers decide. Regretting our stores are going to have limitations.Thanks

    #58299
    IGNACIO
    Participant

    I have another query regarding the woocomerce rebates. They are misapplied on commissions of sellers. Can you edit the commissions in the commission tab?

    #58322
    Anna
    Member

    Hello,
    WooCommerce rebates? Is this a separate plugin you are using?
    No, you cannot edit the commissions.

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