For questions related to performing discounts on eCommerce transactions.
I am trying to apply a discount to a carts total price, but I can only do it to the …
php wordpress woocommerce discount couponIn 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 couponI have created in WooCommerce two custom coupon types: function custom_discount_type( $discount_types ) { $discount_types['cash_back_fixed'] =__( …
php wordpress woocommerce orders couponBased on other stackoverflow posts, I've been able to use the following code to programmatically generate individual shopping cart price …
magento couponI'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 couponI have previously asked this question however it does not answer the question of how to retrieve data from a …
php wordpress woocommerce couponI need to run a script to check my coupons every time I have a new register, but I can't …
mysql database wordpress woocommerce couponI 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