Removing Coupon Display from Items
-
I’m trying to hide the Coupon Code entry for items that the coupon doesn’t apply to. Neither checking the specific boxes that the coupon applies to nor using CSS to target a div with a specific ID works even though a display: none directive works just fine in FireBug.
#fullpage .asp_product_coupon_input_container, #quarterpage .asp_product_coupon_input_container {
display: none !important;
}This site is in development so I can’t share a link.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Removing Coupon Display from Items’ is closed to new replies.