Support » Plugin: WooCommerce Bulk Discount » Discount not calcuated when WC cart totals are calculated twice

  • Hi Rene,

    There is an incompatibility with the woocomerce-payforpayment plugin (which I wrote). pay4pay is adding a fee based on a percentage of the cart totals. In order to apply this fee correctly it has to calculate the cart totals a second time.

    Bulk discount only calculates the discount one time, and then denies doing it again, even when the item prices have been reset. (I understand that this is the safest approach to prohibit double-discounting an item.) I am not quite sure how to handle this, but I would wish for some kind of publicly avaliable interface on the Woo_Bulk_Discount_Plugin_t4m class, so I can offer a satisfiable workaround. It would be enough to assign the Woo_Bulk_Discount_Plugin_t4m instance to a variable.

    Have a nice evening!
    jörn

    https://wordpress.org/plugins/woocommerce-bulk-discount/

  • The topic ‘Discount not calcuated when WC cart totals are calculated twice’ is closed to new replies.