Top "Coupon" questions

For questions related to performing discounts on eCommerce transactions.

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
Get coupon data from WooCommerce orders

I have created in WooCommerce two custom coupon types: function custom_discount_type( $discount_types ) { $discount_types['cash_back_fixed'] =__( …

php wordpress woocommerce orders coupon
Coupon code generation

I would like to generate coupon codes , e.g. AYB4ZZ2. However, I would also like to be able to …

c# algorithm hash coupon
Programmatically create auto generated coupon codes in Magento?

Based on other stackoverflow posts, I've been able to use the following code to programmatically generate individual shopping cart price …

magento coupon
Run PHP code after button click but without refreshing page

I have a form in HTML to apply a Discount Coupon to a current shopping cart. I would like the …

php jquery forms button 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
Retrieve coupon details from coupon code WooCommerce

I have previously asked this question however it does not answer the question of how to retrieve data from a …

php wordpress woocommerce coupon
How WooCommerce Coupons are stored in Database?

I need to run a script to check my coupons every time I have a new register, but I can't …

mysql database wordpress woocommerce coupon
GET a coupon code via URL and apply it in WooCommerce Checkout page

I have a WooCommerce website and when customer add-to-cart a product, it is get redirected to checkout page, so cart …

php wordpress woocommerce cart coupon