Re: Options to Product Module
Contact qphoria to make it happened. Otherwise, you could create a new service request in the Commercial Support section of the forum to get this done as a custom job.
Jump to post- Thu Apr 22, 2021 8:38 pm
- Replies 2
- Views 105
Re: I want to replace "MY ACCOUNT" with "Welcome first name"
OC version. Wrong forum section.
Jump to post- Thu Apr 22, 2021 8:36 pm
- Replies 1
- Views 37
Re: IF ELSE admin is logged in in the header
This tactic still won't prevent CSRF attackers to know in-between your forms since it makes no difference for those scripts. I would rather suggest you use an extension to prevent CSRF attacks.
Jump to post- Thu Apr 22, 2021 8:32 pm
- Replies 3
- Views 72
Re: [SOLVED] Website down..all of a sudden
Hi Light, If I may ask one last question.. Glad to nailed out the root cause regarding a server resource issue rather than an actual bug. IS my server resources available so thinned out that a slight (or not so slight) increase in the SQL load will lead to a website drown.. Do you suggest upgrading...
Jump to post- Wed Apr 21, 2021 9:07 pm
- Replies 14
- Views 387
Re: Website down..all of a sudden
Hi All, This problem is solved and its my duty to inform all what the problem creator was and the solution. This should be an eye opener for store owners and developers alike.. Under settings there is an option which says, "Category Product Count? Yes/No" There was a ? attempting to explain what it...
Jump to post- Wed Apr 21, 2021 8:05 pm
- Replies 14
- Views 387
Re: Square Syncing Inventory Issues
Hello there, I am working with a client, who uses the Square Point Of Sale Software in their Brick N Mortar Store. However, they want Square to manage their inventory for the in store and online store portions. I've seen the option for openCart > Square, is able to work. But, not the other way arou...
Jump to post- Wed Apr 21, 2021 8:03 pm
- Replies 1
- Views 131
Re: Website down..all of a sudden
Hi, We took professional help of a company that specialises in Migrations. I suppose they would have done a fresh install and then migrated the databases/tables one by one. Thanks, Niraj Not a bug, in this case. If this upgrade process was done professionally, and ending up in a critical state with...
Jump to post- Wed Apr 21, 2021 7:58 pm
- Replies 14
- Views 387
Re: PHP error 'undefined index' is filling error log
Please use [ code ] and [ /code ] (without spaces) instead of code: and End of Code.
Jump to post- Wed Apr 21, 2021 7:55 pm
- Replies 11
- Views 226
Re: Editing layout of Invoice.
OC version. This can be accomplished by using an Event. However, if using lower version than 3.0.3.7, ensure to patch your system/modification.xml file before working on admin template files. Jump to postru-lefthanded wrote: ↑Wed Apr 21, 2021 1:18 amHi
Did you manage to fix this? - am looking to do exactly the same![]()
- Wed Apr 21, 2021 7:52 pm
- Replies 3
- Views 1946
Re: google shopping: "Maximum number of subaccounts reached"
Google Shopping from the core is no longer supported. I would suggest to look on the Marketplace for an up-to-date version.
Jump to post- Tue Apr 20, 2021 9:10 pm
- Replies 2
- Views 106
Re: MPN field at order
You could always create a new service request in the Commercial Support section of the forum to get this done as a custom job. Jump to post
- Tue Apr 20, 2021 9:09 pm
- Replies 4
- Views 223
Re: Opencart API Acces to allow multi-channel selling
OC version. For automated updates, you either need a service or an API to accomplish automated front-end updates.
Jump to post- Tue Apr 20, 2021 9:07 pm
- Replies 8
- Views 215
Re: Sign out automaticly after buying
Hello everyone, I am useing 3.0.3.2, today I found a problem, when I finish buying by paypal and click "return back" button on paypal page, then the page go to my store. BUT, the buyer account sign out automaticly, I must login again. BUT when I login again, I can see the shopping cart is not clear...
Jump to post- Tue Apr 20, 2021 9:04 pm
- Replies 4
- Views 197
Re: Mail sending from fresh install - error code 500
I checked all logs from my Cpanel and prom Opencart admin, I can't find any information about this issue, this just not exist at log files. :( Since you're using cPanel, I would suggest to check in your root FTP > logs folder for tar.gz files (most recent ones) and look at your error logs in there....
Jump to post- Mon Apr 19, 2021 10:07 pm
- Replies 6
- Views 261
Re: MPN field at order
You'd need to make sure this field is also added in your admin/model/sale/order.php model in the getOrder method.
Jump to post- Mon Apr 19, 2021 10:02 pm
- Replies 4
- Views 223
Re: Customer can't select country
Opencart does not restrict country selection out-of-the-box. It may probably be caused by an installed extension or might be specifically related to a custom theme you're using. However, ensure to use the Developers Kit (F12) and test your country list noticing error messages on the browser. Also re...
Jump to post- Mon Apr 19, 2021 9:59 pm
- Replies 3
- Views 174
Re: billing and shipping address separately in customer account
Redundancy.
Jump to post- Mon Apr 19, 2021 9:19 pm
- Replies 3
- Views 189
Re: Want help on removing category urls from product urls
OC version.
Jump to post- Sat Apr 17, 2021 1:16 am
- Replies 7
- Views 195
Re: Problem when editing Description field
Or, if the CKEditor is specifically implicit in an extension you have downloaded from the Marketplace, or from a 3rd party website, contact the extension developer to resolve this issue.
Jump to post- Sat Apr 17, 2021 1:14 am
- Replies 16
- Views 341
Re: CheckOut -- confirmation email
When OpenCart 3.x processes an order, it spawns an email confirmation --- You have received an order etc etc Which php module is controlling that process? Thanks Dave catalog/controller/mail/order.php file launched by an Event from the database in the event table before or after the catalog/model/c...
Jump to post- Sat Apr 17, 2021 1:12 am
- Replies 3
- Views 184