]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-cash_coupon.php
Extension ext-coupon basicly finished, no shortcuts in naming:
[mailer.git] / inc / modules / member / what-cash_coupon.php
index 90280846df88b3def065737e16b1e4f0a7a11d33..ae1938a4281fb0a8e05265930ea41a8f0f86f541 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * Mailer v0.2.1-FINAL                                Start: 28/06/2011 *
- * ===================                          Last change: 28/06/2011 *
+ * Mailer v0.2.1-FINAL                                Start: 06/28/2011 *
+ * ===================                          Last change: 06/28/2011 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-cash_coupon.php                             *
@@ -62,7 +62,7 @@ if (isFormSent()) {
        UNIX_TIMESTAMP(d.`coupon_expired`) AS `coupon_expired`,
        d.`coupon_type`,
        d.`total_created`,
-       d.`total_used`,
+       d.`total_cashed`,
        d.`points`,
        d.`coupon_description`
 FROM
@@ -109,7 +109,7 @@ LIMIT 1",
                        } // END - if
 
                        // Update count as well
-                       SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_coupon_data` SET `total_used`=`total_used`+1 WHERE `id`=%s AND `total_used` < `total_created` LIMIT 1",
+                       SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_coupon_data` SET `total_cashed`=`total_cashed`+1 WHERE `id`=%s AND `total_cashed` < `total_created` LIMIT 1",
                                array(bigintval($content['coupon_id'])), __FILE__, __LINE__);
 
                        // Does it work?
@@ -138,7 +138,7 @@ LIMIT 1",
                        displayMessage(getMaskedMessage('MEMBER_COUPON_CODE_CASHED', $content['points']));
                } else {
                        // No coupon found
-                       displayMessage('{--MEMBER_COUPON_CODE_ALREADY_USED--}');
+                       displayMessage('{--MEMBER_COUPON_CODE_ALREADY_CASHED--}');
                }
 
                // Free the result