Is there a way to display the number of coupons remaining on the sign up template? This way I can set up say 10 coupons, then as they are used, the number will decrease. When it hits zero, the coupon area on the sign up page should disappear, as it does when no coupons are active. From the coupon management page it displays the total number of coupons and the number used, so this should be easy to determine using "total-used=remaining" use_count-used_count=coupon_remaining However, I'm not smart enough to figure out the coding. It would be nice to display all three variables on the sign up template page. 1. Total coupons available. 2. Total coupons used. 3. Coupons remaining. TIA