Top "Discount" questions

Get woocommerce carts total amount

I am trying to apply a discount to a carts total price, but I can only do it to the …

php wordpress woocommerce discount coupon
Apply a coupon programmatically in Woocommerce

In Woocommerce I'm trying to find a way to apply a 10% discount to an entire customer's order if the weight …

php wordpress woocommerce discount coupon
How to programmatically remove applied discount coupons in Woocommerce?

I've been searching for a while but I can't find how to remove woocommerce coupons programmatically. I'm trying to make …

wordpress woocommerce discount coupon
Add a discount programmatically to an Order in Woocommerce 3.2+

In woocommerce, we can add a discount to any order using Coupons feature (fixed amount, percent amount…). Is it possible …

php wordpress woocommerce discount
Magento - Dynamically change discount cost in cart

In my magento store how can i go about changing the discount total in my shopping cart dynamically? I'm able …

magento cart discount
How can get Final Price, with applied price rule in Magento

For example $_producte = Mage::getModel('catalog/product')->load(2974); echo $_producte->getFinalPrice(); I can get in frontend when …

magento discount