Re: Linux Compatible Printers, Computers, etc
actually I like the design so much I used it on my newest site for Linux printers (believe it or not).
Jump to post- Thu Mar 17, 2011 10:46 am
- Replies 2
- Views 1312
Re: eBay integration
Just make it an even $1000; any successful merchant would gladly pay for the convenience.
Jump to post- Thu Aug 05, 2010 10:31 am
- Replies 96
- Views 24037
Re: eBay integration
Hello, any news on this? I'm waiting with much anticipation!
Thank you
- Mon Jul 12, 2010 8:36 am
- Replies 96
- Views 24037
Re: Upload problem with 25 mb file
Thanks, setting upload_max_filesize = 999M worked for me. Jump to postcarlos001 wrote:SOLUTION!! upload problem
PHP.ini change to =>
.....
- Mon Jul 12, 2010 8:35 am
- Replies 14
- Views 4880
Re: favicon
My problem is a bit different. I think it's great that OpenCart makes it so easy to install...but my favicon is an .ico file (as are all of them). My admin panel says to upload a .png and won't accept an .ico. Anybody have any suggestions? I'd always thought it was enough to upload the favicon to m...
Jump to post- Fri Jun 11, 2010 12:04 pm
- Replies 5
- Views 1643
Re: Post any OpenCart 1.4.7 Bugs here!
This is more of a feature than a bug Jump to postmalinaboy wrote:I don't know really it is a Bug, but I think that shop in admin panel should stop and show warning if user add a product without selecting a category.
It will help extensions like: "Product filter by category in admin section"
- Sun Jun 06, 2010 5:53 am
- Replies 242
- Views 94854
Re: Compare products module for opencart v 1.x
YAYwebaccent wrote:I'm going to make new release of the module for OpenCart 1.4.7 the next week.

- Wed Jun 02, 2010 6:34 am
- Replies 49
- Views 21570
Re: Can you block someone viewing your site?
Did you port it from an oscommerce add-on? Jump to postSteveSherry wrote:linuxaisle wrote: Post here when you finish it? Please?
I've uploaded it to the extensions catalog http://www.opencart.com/index.php?route ... _type_id=8
- Tue Jun 01, 2010 8:22 am
- Replies 11
- Views 1983
Re: Sanitize database input
Thank you!
I am working on a visitor tracker module, that I will release upon completion.
- Sat May 29, 2010 12:43 am
- Replies 4
- Views 1480
Re: Can you block someone viewing your site?
Post here when you finish it? Please? Jump to postSteveSherry wrote:I'm currently working on something similar, I aim to have it released this weekend,
basically it'll allow you to add IP addresses to a txt file and it'll automatically redirect the user to an error page (and can also email the store owner)
- Fri May 28, 2010 5:48 pm
- Replies 11
- Views 1983
Re: eBay integration
This is fantastic!
Ideas: Subtracting stock from ebay sales and also including ebay sales in the OC dashboard would be useful.
- Fri May 28, 2010 5:46 pm
- Replies 96
- Views 24037
Sanitize database input
What functions are best to properly sanitize database input in OpenCart? $referer = addslashes(urldecode($_SERVER['HTTP_REFERER'])); $this->db->query("INSERT INTO " . DB_PREFIX . "mytable SET referer = '" . $referer . "'"); Is this sufficient? The last thing I want is to introduce a vulnerability. ...
Jump to post- Fri May 28, 2010 5:07 pm
- Replies 4
- Views 1480
Re: Mail problem,when i make a order,how can i receive a mai
admin > system > settings > mail > alert mail yes
Jump to post- Sat May 22, 2010 2:20 pm
- Replies 2
- Views 477
Re: [RELEASED] Fido-X Modules for OC 1.4.7
Sorry to bother you, but I found a real bug this time. Line 316 of /admin/controller/module/news.php limits the title to 32 characters instead of 64. This is also exactly what I wanted for creating articles! Awesome! http://www.linuxaisle.com/index.php?route=information/article Just need to add some...
Jump to post- Sat May 22, 2010 11:44 am
- Replies 23
- Views 6079
Re: Leave the core, plug and play modules
I agree!
Community contributions are also important and it would be nice if users could improve on the modules in the extensions area and upload them there.
- Sat May 22, 2010 5:19 am
- Replies 4
- Views 2243
Re: [RELEASED] Fido-X Modules for OC 1.4.7
My mistake, I didn't change the setting to homepage. Wasn't in the readme.
Thanks again
- Sat May 22, 2010 4:15 am
- Replies 23
- Views 6079
Re: [RELEASED] Fido-X Modules for OC 1.4.7
If commenting out references to the language file fixes your problem, then there is something wrong with how you've got your system set up that goes a lot deeper than the news module. No doubt about that. I'll be looking for a new server as soon as I start making some money. Since this is a free mo...
Jump to post- Fri May 21, 2010 4:18 pm
- Replies 23
- Views 6079
Re: [RELEASED] Fido-X Modules for OC 1.4.7
One more thing, the news.tpl does not detect whether it is on the home page or on the side.
Jump to post- Fri May 21, 2010 1:49 pm
- Replies 23
- Views 6079
Re: Content management / site news
Thanks for the suggestions again.
The news add-on is just what I wanted!
I think I'll have to develop my own article manager. Should be fairly easy.
Peace
- Fri May 21, 2010 12:57 pm
- Replies 4
- Views 1081
Re: [RELEASED] Fido-X Modules for OC 1.4.7
OK, it was faster than I thought... I commented out line 8 in /admin/controller/module/news.php // $this->load->language('module/news'); and it loads now. Had to comment out line 20 and 32 to be able to add news and update news. The only language I see missing are the page titles and text_success up...
Jump to post- Fri May 21, 2010 12:27 pm
- Replies 23
- Views 6079