Page 1 of 1
Search found 6 matches
Re: REMOVE REQUIRED REGISTRATION FIELDS
Well even though there was no help provided i was able to fix this on my own. I will be uploading the files as a MOD file .
Jump to post- Fri Oct 12, 2012 9:05 am
- Replies 3
- Views 1340
Re: Coupon History not working with Paypal, etc - design fla
Yes, that fixes it. So to fix the coupon system, do this: in catalog/model/checkout/coupon.php chage public function getCoupon($code) { to public function getCoupon($code,$noverify=0) { AND change if ($status) { return array( to if (($status)||($noverify)) { return array( Next, in catalog/model/tot...
Jump to post- Thu Oct 04, 2012 2:57 pm
- Replies 24
- Views 22323
Re: OpenCart 1.5.4 Bug Thread [FIXED]
When I try to run a report for coupons that have been used it says No Results - however my customers are using the coupons successfully. I have tried filtering by date but when i do that it just redirects to the sales page. Are there any fixes for this? UPDATE: PLEASE GO TO http://forum.opencart.com...
Jump to post- Thu Oct 04, 2012 10:43 am
- Replies 199
- Views 189291
ERROR WHEN USING COUPONS/VOUCHERS/REWARD POINTS
I am trying to get a coupon to work - initially when the customer enters the coupon it will say that it has been expired or overused - i changed the amount of times to be used to 999 and per customer 999 - i tried the coupon again same error - i signed out of the account then back in - the coupon wa...
Jump to post- Sat Sep 15, 2012 2:16 am
- Replies 0
- Views 122
ERROR WHEN USING COUPONS/VOUCHERS/REWARD POINTS
I am trying to get a coupon to work - initially when the customer enters the coupon it will say that it has been expired or overused - i changed the amount of times to be used to 999 and per customer 999 - i tried the coupon again same error - i signed out of the account then back in - the coupon wa...
Jump to post- Fri Sep 14, 2012 10:14 am
- Replies 0
- Views 286
REMOVE REQUIRED REGISTRATION FIELDS [ FIXED]
Is there a way to remove required information in the registration fields from the admin area. I sell digital items so I do not need the Address. Only name and email.
THIS HAS BEEN FIXED WITH NO HELP PROVIDED BY ANY ADMINS OR MODS EVEN THOUGH I PMD A BUNCH
- Tue Sep 11, 2012 3:14 am
- Replies 3
- Views 1340
Search found 6 matches