I have a few lines of code that should make a report about the coupons in OpenCart 1.4.9, but I can't get over this error:
You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use near
'order where coupon_id = 16' at line 1.
$getcouponinfo1 = mysql_query("select * from order where coupon_id = $coupon_id")
or die(mysql_error());
The rest of the code can be found here.