Woocommerce: Change total price on Checkout page
I changed the total price by using this WC()->cart->set_total(123456), but when i pay using a credit card, the amount paid is the normal amount, it should be 12345 but looks like WC()->cart->set_total(12345) only works to change the total price inside…