ritefrederico
Forum Replies Created
-
Hi Josh,
Thanks for getting back to me on this – I don’t think I made myself clear.
Creating the coupons is not a problem, I was making up a hypothetical situation where I had those two coupons enabled.
My main question is – how can I have two coupons to apply simultaneously, but without applying on the same products? And that’s the example I was giving:
This is a hypothetical situation:
Let’s assume I have two coupons:
– Coupon A: Gives 10% discount on Product A and Product B
– Coupon B: Gives 5% discount on the whole cartThey can both be used in conjunction, so if I apply both coupons and I have Product A and Product B, and a Product Z in the cart the discounts will look as follows:
– Product A will have a 15% Discount (Coupon A + B)
– Product B will have a 15% Discount (Coupon A + B)
– Product Z will have a 5% Discount (Coupon B only)My question for this situation is:
How can I have the coupons not apply to a product that’s already affected by another coupon? But still affect all the other items that don’t have a coupon applied to them?In other words – how can I make my cart go from the example I gave above, to:
– Product A will have a 10% Discount (Coupon A only – Coupon B won’t be applied because A is already being used)
– Product B will have a 10% Discount (Coupon A only – Coupon B won’t be applied because A is already being used)
– Product Z will have a 5% Discount (Coupon B only)I don’t think this is possible, but I was just wondering if it is.
Forum: Fixing WordPress
In reply to: Change Checkout Button WidthThanks @gappiah . That worked perfectly. Yeah, I meant to say left (mild dyslexia).
Adding any of those snippets to Advanced > Custom CSS worked perfectly.
And thanks for explaining why it didn’t work the first time, I’ll know what to look for next time. Thanks again!
Forum: Plugins
In reply to: [WooCommerce] Add background/highlight to Global Error messagesThat’s exactly it! It worked perfectly – really appreciate your help a11n!