Could it be possible to add transparency to already used coupons in “Coupons received”?
And for same usage, remove the transparency from “used” section for same coupon?
This way, when a user has used a coupon, it would appear as transparent in the “received coupons” (as he can’t use it anymore”) and this same coupon would appear as “not transparent” in the “used coupons, where it really belongs?
Or it you prefer, just add a “.used ” class (and we could change what we want, even add display:none)
‘#invalid_coupons_list .coupon-container.used {
opacity: 1 !important;
}
‘#all_generated_coupon .coupon-container.used {
opacity: 0.5 !important;
}
Thx!
Edit: I added a ‘ before # to avoid the heading style
Open
Last updated: December 18, 2019
0 comments
Log in to comment on this feature request.