Page 1 of 1
Search found 8 matches
Re: accidentally disabled all users in admin area
Hello! I have the same situation as your are, did you figure it out how? please let me know if you got solution/s, this situation is already driving me knots... I can't open my OpenCart Admin... :( :( :( . I would appreciate any help! thank you.. Hello, I managed to get it fixed, but I don't rememb...
Jump to post- Wed Mar 13, 2013 8:04 pm
- Replies 4
- Views 821
Re: [1.5.x] Coupon History not working with Paypal, etc - FI
nice to hear you guys blame opencart. actually i have found that problems are caused by not translating the order copon language file properly. check under catalog/language/total/coupon and make sure there is (%) in the translation for the total title. the system parses the (%) to get the coupon co...
Jump to post- Fri Nov 23, 2012 12:33 pm
- Replies 24
- Views 19247
Re: Coupon History not working with Paypal, etc - FIXED!
And here is a handy VQMod for those that would like it :) All credit to jolyonr for working out how to fix the problem, I just made it into a VQMod as I have to update lots of client websites with the same changes! This is only tested in v1.5.1.3, but I would imagine it will work with any version >...
Jump to post- Thu Nov 22, 2012 12:26 am
- Replies 24
- Views 19247
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 Nov 22, 2012 12:22 am
- Replies 24
- Views 19247
Re: Can I reset invoice and order numbers in OC 1.5.x?
Run this in your SQL program TRUNCATE `order`; TRUNCATE `order_download`; TRUNCATE `order_history`; TRUNCATE `order_option`; TRUNCATE `order_product`; TRUNCATE `order_total`; this will completely clear the order tables, and also reset them. Can you explain how to do the above? I've very new to all ...
Jump to post- Sat Nov 03, 2012 6:18 pm
- Replies 6
- Views 1582
Re: how to change the order of fields in the checkout page
Thanks! I'll give it a try!
Jump to post- Fri Sep 14, 2012 11:58 pm
- Replies 2
- Views 386
how to change the order of fields in the checkout page
Hi, I need to change the order in which the customer is entering their information in the checkout page. My customer's information is set to display as follows: {lastname} {firstname} {company} {zone_code} {city}{zone} {address_1} {address_2} and I would like to change the order of the fields to be ...
Jump to post- Fri Sep 14, 2012 9:42 am
- Replies 2
- Views 386
accidentally disabled all users in admin area
Hi, I accidentally disabled all users while in the OpenCart admin area. Now I can't log in to OpenCart admin :'( Is there anyway to reset username or bypass this? I went through my host and the phpMyAdmin page, but it seems like I'm just resetting the password there, whereas I need OpenCart to recog...
Jump to post- Sun Sep 09, 2012 7:05 pm
- Replies 4
- Views 821
Search found 8 matches