Page 1 of 1
Search found 14 matches
Re: Problems with SSL Installation
At a guess, it looks like the paths in the admin config.php file are wrong, the Admin is trying to load classes from the catalog.
Does it say this?
Code: Select all
define('DIR_APPLICATION', '/home/x/public_html/admin/');
Code: Select all
define('DIR_APPLICATION', '/home/x/public_html/catalog/');
- Thu Sep 05, 2013 10:08 am
- Replies 5
- Views 2846
Re: Simplify & Cleanup SQL
(Replying to response from opencarthelp) Replacing the database prefix constant adds another layer of complexity and possible complications to something that's not very difficult in the first place. I don't really see a big need for it. I disagree with you on input sanitation. It should definitely b...
Jump to post- Mon Nov 12, 2012 8:57 am
- Replies 2
- Views 3851
Simplify & Cleanup SQL
(Reposted from GitHub) As a vqMod developer, one of the more annoying things in OpenCart are the SQL statements, for the following reasons: They're almost always on one long line The DB_PREFIX is messy and makes the SQL harder to read Instead of assigning and passing PHP variables to SQL, they are ...
Jump to post- Mon Nov 12, 2012 8:55 am
- Replies 2
- Views 3851
Re: need to make OpenStock not use std image manager
We did this, it was two changes: (Make sure you backup both XML files first). Open the vqmod XML for the file browser plugin ( vqmod_admin_elfinder.xml ). Around line 519, inside the addSingleImage() function, change the row to this: $('#' + field).replaceWith('<input type="hidden" id=&quo...
Jump to post- Tue Oct 30, 2012 12:43 pm
- Replies 2
- Views 1370
Re: New Office Pictures
The new office looks great! It's amazing how much a nice place to work will boost your motivation and productivity :) I need to boost the amount of money opencart is making before hiring more than 2 developers. Having some help with developing is definitely going to make your life easier, everyone c...
Jump to post- Thu May 24, 2012 11:23 pm
- Replies 44
- Views 55429
Re: How to Contribute Code back to the OpenCart Project?
Don't hold your breath then, my understanding is this is a real tight group and they don't look kindly to strangers trying to tell them the way they operate is less than desirable. Bad code, not standards, non-existent and out of date documentation... Well the code is a little messy and inefficient...
Jump to post- Wed Apr 04, 2012 11:00 am
- Replies 6
- Views 3324
Re: How to Contribute Code back to the OpenCart Project?
Offers like this is what makes a community work. I would suggest contacting Daniel directly to make your offer: http://forum.opencart.com/memberlist.php?mode=viewprofile&u=3414 I always prefer not to direct message people who have giant inboxes full of mail ("Help me! My site doesn't work!...
Jump to post- Tue Apr 03, 2012 1:27 pm
- Replies 6
- Views 3324
Re: WEBSTORE NOT LOADING!!!
No, it's all good, I think maybe when you unzipped the files or tried to FTP them to your server it didn't work. Try downloading OpenCart again and doing the same thing, you won't even have to re-do the installation. Just make sure you don't overwrite /config.php and /admin/config.php (or back them ...
Jump to post- Tue Apr 03, 2012 12:28 pm
- Replies 4
- Views 814
Re: WEBSTORE NOT LOADING!!!
It looks like it can't find some files, maybe something didn't upload correctly?
That error happens when it can't find a file, so that means that:
/catalog/model/design/layout.php is missing (or it can't read it).
- Tue Apr 03, 2012 12:11 pm
- Replies 4
- Views 814
How to Contribute Code back to the OpenCart Project?
Hi there, We're using OpenCart for a whole range of client stores, and we're very happy with the way it's been going. However there's quite a few places in the code where I'd really like the opportunity to clean things up, make everything more robust and flexible. The actual structure of the code is...
Jump to post- Tue Apr 03, 2012 11:53 am
- Replies 6
- Views 3324
Re: OpenCart 1.6.0 Roadmap
They said they're going to integrate PayPal Express in 1.6.0 into the core. Jump to postonlinemarketer wrote:Do you mean the PayPal express mod by Q or in the core?bbcentral wrote: Oh, and thankyou for integrating PayPal Express!
- Wed Mar 28, 2012 10:09 am
- Replies 538
- Views 279089
Re: OpenCart 1.6.0 Roadmap
The one feature we feel is missing since switching from VirtueMart to OpenCart is a better discounts system. Our clients run sales, which may run for a few weeks to a few months. Some of our real life scenarios: All Products in Category X are 20% off until May 30th All Products by Manufacturer Y are...
Jump to post- Thu Mar 22, 2012 7:58 am
- Replies 538
- Views 279089
[REQUEST] 'Friendly' Database Errors
When an OpenCart store is having MySQL connection issues (such as too many connections etc), this causes visitors to see unfriendly error messages. By default, in: /system/database/mysql.php if the MySQL connection fails, it simply runs this code: public function __construct($hostname, $username, $p...
Jump to post- Thu Mar 22, 2012 7:44 am
- Replies 1
- Views 980
PNG Banner Transparency
We're using the banner module to have large PNG banners on our Opencart homepage (OpenCart 1.5.1.3). The banners are transparent PNGs with rounded edges, but Opencart is losing the transparency before saving them to the cache folder. It works perfectly if the banners are resized/shrunk (the 100x100 ...
Jump to post- Wed Dec 07, 2011 9:37 am
- Replies 6
- Views 3083
Search found 14 matches