askvideo Posted August 10, 2010 Posted August 10, 2010 I'm using the latest CCGV and it works great! However I've added 21000 coupons and an bunch of them have been redeemed. So in the coupon_admin.php page you would simply use the pull down menu and select "Redeemed Coupons". Since I have 21000 coupons it still shows " <<< page 1 of 1051 >>> ". If I want to see the 10 that have been redeemed (and lest say they are the last 10) I need to jump to the page where they are. That's 1051 pages to jump through. The redeem query seems to look good: $redeem_query = tep_db_query("select redeem_date from " . TABLE_COUPON_REDEEM_TRACK . " where coupon_id = '" . $cc_list['coupon_id'] . "'"); But I need to kill the pages display and only display the number of Redeemed Coupons. Not the number of Redeemed Coupons plus the Un-Redeemed. Can anyone help with this work around? Thanks, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.