• Resolved DreamPress

    (@dreampress)


    Hi there,

    Does the Fee and Coupon system work together?

    For example:

    Product $ 100 total ($ 25 is fee)
    Coupon Product discount is $ 90

    Remaing payment is $ 10?
    And what if the fee is tax free? Does the coupon calculate it right?

    I use the Ignite Woo plugin now and it seems to have a strange effect on coupons so remaining amounts after coupon use do not seem correct.

    I am using this to create a tax free Deposit on every product. The deposit is free of tax and can be refunded when people return their product within 3 years. If not returned the amount goes to charity.

    Hope to hear form you!

    https://www.ads-software.com/plugins/woocommerce-product-fees/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Hi DreamPress,

    The fees are added after coupons are applied. This is just how WooCommerce handles fees.

    The same will apply to taxing. It will follow whatever rules WooCommerce has in place.

    Thread Starter DreamPress

    (@dreampress)

    So a discount coupon of 100% (giftcard) will still leave the remaining fee to be paid for the customer?

    Do you know of any plugin that can set a fee AND is able to give a 100% discount with a coupon of GiftCard?

    Hey Caleb,
    First off – thank you for such a great plugin. Absolute love it! I have the same demand as DreamPress so here is a quick question.

    if I coded something on wcpf_after_fee_is_added and added a new meta option to coupon wouldn’t I be able to zero the fee in that case ?

    Plugin Author Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    In theory, you could hook in before the fee is added and check if the cart total is $0 or if a certain coupon has been applied. If either are true, you can make sure the fee isn’t added.

    I’ve opened up an issue here to look into adding a feature of some sort that will help 100% coupons remove fees: https://github.com/WPprodigy/woocommerce-product-fees/issues/14

    Plugin Author Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    This will be resolved in the next update coming soon. There will be a new coupon setting that will allow the coupon to remove fees.

    You can download a pre-release copy of the plugin here until version 1.3.0 is released: https://github.com/WPprodigy/woocommerce-product-fees

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Coupons and fee’ is closed to new replies.