Re: Stock changing itself
This is not an issue with a standard OpenCart 3.0.x.x release, more likely it is caused by an extension. What is your exact OpenCart version? And what are your extensions? Web theme? Website URL? - OpenCart version: 3.0.3.6 - Extensions: screenshots attached. - Web theme: https://demo.codezeel.com/...
Jump to post- Thu Aug 05, 2021 12:03 am
- Replies 5
- Views 620
Stock changing itself
Hey everyone, how's it going? Today I changed the stock quantities and after a couple of hours it changed itself to higher numbers. This happens almost every week. There's no error related log at the php error logs, this is one of the last entries that, apparently, has nothing to do with the stock b...
Jump to post- Fri Jul 30, 2021 12:09 pm
- Replies 5
- Views 620
Re: Can't modify placed orders' products
Should I uninstall that module? that would do the trick? Jump to postpaulfeakins wrote: ↑Tue Apr 13, 2021 6:32 pmLooks like an installed extension, perhaps "ModuleNewsletters" is breaking it.
- Thu Apr 15, 2021 3:07 pm
- Replies 4
- Views 807
Can't modify placed orders' products
Hey everyone, how u doing? I'm getting this PHP error (I got it from the "error log") when I try to modify already placed orders' products. It worked before, dunno what happened. [12-Apr-2021 14:21:54 America/Argentina/Buenos_Aires] PHP Fatal error: Uncaught Exception: Error: You have an e...
Jump to post- Tue Apr 13, 2021 2:36 am
- Replies 4
- Views 807
Re: Website down randomly no errors in log
Where are those? hehe Jump to post
- Fri Nov 20, 2020 7:37 am
- Replies 10
- Views 925
Re: Website down randomly no errors in log
Contact your web host. FYI - You shouldn't be using display_errors on a production site. Ensure error reporting is on. My web host insisted that there's an issue with the website since the FTP is working. I only enabled that option now that the website is down. Error reporting is on, the php error ...
Jump to post- Fri Nov 20, 2020 6:26 am
- Replies 10
- Views 925
Re: Website down randomly no errors in log
Besides the php error logs is there any other? Ty Jump to post
- Fri Nov 20, 2020 6:25 am
- Replies 10
- Views 925
Website down randomly no errors in log
Hey, how's it going? :) My website (www.nomadebaker.com) goes blank with no errors when accessing to it (I've activated the "display errors" in the php settings) and there's no errors in the php log. Admin also is down. OC 3.0.3.6 Is there any other error log to check it out? Maybe there's...
Jump to post- Fri Nov 20, 2020 5:38 am
- Replies 10
- Views 925
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
That worked! Thanks a lot man! Jump to post
- Bug Reports
- Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
- Thu Nov 19, 2020 6:50 am
- Replies 38
- Views 23867
Re: Modifications XML (OCMOD) files location?
Pretty obvious.. so silly of me haha.
Thanks! Jump to post
- Thu Nov 19, 2020 1:21 am
- Replies 4
- Views 1659
[SOLVED] Modifications XML (OCMOD) files location?
Hey boys and girls! I hope you are doing great :) I've read there's no way to access the OCMOD files one uploads from the Control Panel but I was wondering, is there any way to find the XML files? I have one mod that I uploaded a while ago and I no longer have the zip file. I'd like to make some min...
Jump to post- Thu Nov 19, 2020 12:17 am
- Replies 4
- Views 1659
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
Any ideas on what's wrong? :) Yes, the two functions you added are incorrectly implemented. public function transfer_items_to_new_customer ($customer_id) { ..} public function renew_session_id_old_items ($customer_id) { ..} Your formatting is messed up, these should go into the class not the __cons...
Jump to post- Bug Reports
- Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
- Wed Nov 18, 2020 11:09 pm
- Replies 38
- Views 23867
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
I'm having the same issue as the guy that posted while ago, a HTTP 500 ERROR. 500 error can be caused by a lot of things. Whats the full error being reported in your server error log? Maybe PM the member who wrote it for support, clearly the errors being posted are due to improper implementation. P...
Jump to post- Bug Reports
- Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
- Wed Nov 18, 2020 11:26 am
- Replies 38
- Views 23867
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
You missed step 1 & 2 .. Note the cart class changes... https://forum.opencart.com/viewtopic.php?f=201&t=211273#p789630 I'm having the same issue as the guy that posted while ago, a HTTP 500 ERROR. I've placed it after "private $data" like you said and it's inside the "__cons...
Jump to post- Bug Reports
- Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
- Wed Nov 18, 2020 10:12 am
- Replies 38
- Views 23867
Re: Login error cart checkout
I've posted the error there, I don't know what I did wrong. Looks a quite simple modification.
viewtopic.php?f=201&t=211273&p=804304#p804304 Jump to post
- Thu Nov 05, 2020 9:25 pm
- Replies 7
- Views 2078
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
3) call these functions in register and login controllers 2 function calls for login, giving the current session id to possible old customer items and merging the current guest items 1 function call for register as there cannot be any old customer items so just merging the current guest items in ca...
Jump to post- Bug Reports
- Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)
- Thu Nov 05, 2020 9:24 pm
- Replies 38
- Views 23867
[SOLVED] Website went off out of the blue
/edit: Was a host error. Thanks! :) - Hey children! How's it going? So.. I was checking out some orders and the website died. I wasn't modifying any files at all, not even tweaking anything in particular. If I wanna access (admin or website), there's no errors, just a blank page. PHP error log file ...
Jump to post- Mon Nov 02, 2020 2:59 pm
- Replies 3
- Views 414
Re: Inventory management software w/ opencart integration
To be honest there are easy to use and if you’re already managing inventory in spreadsheets either Excel or Google sheet, you can import your stock levels straight to the software to quickly set-up your business. I suggest you prioritize and manage your orders and production responsibilities of tea...
Jump to post- Thu Oct 29, 2020 10:36 am
- Replies 12
- Views 13701
Re: Delete orders from DB if I delete them on backoffice
Then both local databases might not be synched. What "both"? There's only one in php. I mentioned both since you addressed on the above that you're also using PostGRE SQL . It doesn't have to be both in the same programming language to sync multiple databases in this case. Have you also l...
Jump to post- Thu Oct 29, 2020 1:40 am
- Replies 17
- Views 2168
Re: Export doesn't re-write the Spreadsheet file
Should I ask for a refund and try to find something else? Jump to post
- Thu Oct 29, 2020 1:40 am
- Replies 3
- Views 455