python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Apply Coupon on products by Tag in Laravel
I've implemented coupons in my app. Coupon is applying on subtotal of all products in the cart. I want to apply the coupon on specific tag's products. There is many-to-many relationship between produc...
Muhammad Shahzaib
Votes: 0
Answers: 0
Prevent WooCommerce coupon stacking on cart and checkout page
I need to prevent two specific coupons from being used together. I successfully implemented this code, which prevents stacking these coupons on the cart page:
add_action( 'woocommerce_before_cart', 'c...
supernaut
Votes: 0
Answers: 1
Add sorting to "code" column in WooCommerce coupon list
I am trying to alphabetically and numerically sort the coupon code admin column.
I have some coupons that is made up with only numbers and others that is only letters.
I would like to display:
All th...
Schalk Joubert
Votes: 0
Answers: 1
Is it possible to create a coupon code in magento that will apply 2 different percentage discount
Is it possible to create a coupon code in Magento (2.3) that will apply 2 different percentage discount depending on the cart content:
If user have 1 item: X% off the whole cart
If users have 2 or mo...
user1978444
Votes: 0
Answers: 1