Search found 34 matches

Search found 34 matches

NEW DATABASE DRIVER WITH QUERY AUTOFIX!

This's a driver for CuBrid a database that use the non-standart connect by prior query just like oracle, the INCRement function that avoid the soo expensive update query to increment views, it's fast and easy to deploy. NOTE: each fixed query will be saved in cubrid.query.fixed.log at log directory....

Jump to post
  • Tue Jun 25, 2013 4:49 am
  • Replies 3
  • Views 772
Re: OpenCart 1.5.1.3 Bug Thread

There is an error on order's page in admin, the product don't appear if you delete it from the catalog, to fix this, move the line 1022 outside of the "if" in line 1015 on opencart 1.5.1.3

Jump to post
  • Thu Jan 19, 2012 5:12 am
  • Replies 599
  • Views 274985
Re: Suggestion for Cluster Scaleout

Well i develop a class that wrapper the ftp into a new scheme, you just only need to add the word cdn: in front of your paths in the config file: <?php defined('VERSION') OR die('Direct Access Denied!'); /** * CDN is a new wrapper * * @version 0.01 */ class CDN { /* * @protected */ static protected ...

Jump to post
  • Wed Dec 14, 2011 3:02 am
  • Replies 1
  • Views 846
Re: PCI Compliance?

if (isset($this->request->post['redirect'])) {                 if(strpos($this->request->post['redirect'], HTTP_SERVER) === false){                     $redirect_error = true;                 } elseif(strpos($this->request->post['redirect'], HTTPS_SERVER) === false) {                     $redirect_...

Jump to post
  • Tue Nov 22, 2011 6:45 am
  • Replies 85
  • Views 59012
Re: Sub Category

yes, next time i'll be more specific, sorry.

Jump to post
  • Wed Sep 14, 2011 7:19 am
  • Replies 3
  • Views 765
Sub Category

In line 96 on ModelCatalogProduct should be

Code: Select all

$implode_data[] = "p2c.category_id = '" .$data['filter_category_id']."'";
right?

Jump to post
  • Mon Sep 12, 2011 12:03 pm
  • Replies 3
  • Views 765
Re: OpenCart 1.5.1 Bug Thread

sorry, i haven't a google code account and is too saturday to create one.

There is an issue with returned items, you can request multiple return requests for the same product in the same order, there is no control about the products that has requested reimbursement/return.

Jump to post
  • Sun Jul 17, 2011 7:45 am
  • Replies 211
  • Views 82131
Re: Add solr to OpenCart

Hi Simon,

No, but I'll contact him.

Thank for the advice

Jump to post
  • Wed Jun 22, 2011 11:10 am
  • Replies 4
  • Views 2361
Add solr to OpenCart

I looking for someone to integrate solr into opencart with search suggest and facets.

Please pm with your quote or question.

if you have a ready to use module much better

Thank.

Jump to post
  • Wed Jun 15, 2011 2:18 pm
  • Replies 4
  • Views 2361
Re: Opencart x.xxx with Steroids! Don't loose your code agai

In this particular case is just an approach, the true is that i not overloaded templates, i just overload controller, models and "language", it's a big problem as you said have 100 mods with 100 pieces of templates spread for everywhere, so I have been changed the template in its original ...

Jump to post
  • Sun Jun 05, 2011 2:25 am
  • Replies 7
  • Views 3937
Re: Opencart x.xxx with Steroids! Don't loose your code agai

Just for you my friend: This's /system/engine/action.php on 1.5.0: <?php final class Action { protected $file; protected $class; protected $method; protected $overloaded; protected $args = array(); public function __construct($route, $args = array()) { $path = ''; $parts = explode('/', str_replace('...

Jump to post
  • Sat Jun 04, 2011 1:58 pm
  • Replies 7
  • Views 3937
Re: Opencart x.xxx with Steroids! Don't loose your code agai

Overall the idea was good but still leaves the issue of 2 mods that affect the same file. Thank Q as always your opinion are welcome, i hope it help me to change to any future version without worry about, touch any file, regarding the 2 mods that affect the same file i was thinking off create a fol...

Jump to post
  • Sat Jun 04, 2011 1:18 pm
  • Replies 7
  • Views 3937
Opencart x.xxx with Steroids! Don't loose your code again!!

This is a ultra alpha modification that i made to save me future recode, it just overload the original method an leave you the power of any change. Change config.php and admin/config.php, add the next code below DIR_APPLICATION define('DIR_APPLICATION_EXTENDED', dirname(__FILE__).'/etc/catalog/'); /...

Jump to post
  • Sat Jun 04, 2011 12:38 pm
  • Replies 7
  • Views 3937
portability for Q

Q, Daniel has created a very easy api, unfortunately if you want to add some function to the code, automatically lose portability.

It might be possible that you create a folder where I can extend classes and overload the original methods?

Jump to post
  • Tue Mar 29, 2011 6:55 am
  • Replies 1
  • Views 492
Re: Sneak Peek: OpenCart 1.5.0 *ALPHA*

Q look at OC 1.5 folder, click on right button, compress it , change name to dev-only-oc-1.5.0-not-ready-to-use-for-you.zip and upload to google code.. >:D

$Q = sqrt(pow(`perl -e "print -10 ** 100;"`,2))) votes for release it this week!

Jump to post
  • Tue Jan 18, 2011 1:17 pm
  • Replies 647
  • Views 187508
Re: Sneak Peek: OpenCart 1.5.0 *ALPHA*

i will show you how i just improved it. you can upload multiple pictures in one click! as in Magento. and you can also add a main image, you can crop it as you like with fixed aspect ratio so all my thumbnails will have exactly the same dimensions. The best of you comment are the girls! ;) Naa, Hav...

Jump to post
  • Sun Jan 16, 2011 11:39 pm
  • Replies 647
  • Views 187508
Re: Sneak Peek: OpenCart 1.5.0 *ALPHA*

Qphoria wrote:...will release the code shortly ...
Too much time Q! Too much time!.... and don't tell Daniel but I like the original template with orange and yellow buttons, do you have it? in such case, include in it! O0

Jump to post
  • Sat Jan 15, 2011 4:00 am
  • Replies 647
  • Views 187508
Re: InnoDB vs MyISAM Discussion

Well, there's a simple way to add transaction, you just start a transaction when detect an "insert or delete or update" and end it when you change the called method or when you finish, all you need is add 3 or 4 line of code in the "driver" class. Simple like a pancake! No pretty...

Jump to post
  • Tue Jan 04, 2011 7:26 am
  • Replies 81
  • Views 23165
Re: Progress Towards 1.5.0

Great look and feel, i love it! i saw more subcategories, are you using modified preorder tree traversal? don't forget IE9, just in case. Thank

Jump to post
  • Thu Sep 23, 2010 8:41 am
  • Replies 908
  • Views 237237
Re: Post any OpenCart 1.4.7 Bugs here!

Good to know info with that nginx.. tho with this many problems I think it is nginx that should be fixing their bugs to handle the standards More or less, its a fastcgi issue but framework like kohana or Zend always use absolute path instead relative and i think, it could be a good practice Out of ...

Jump to post
  • Wed Apr 21, 2010 4:58 am
  • Replies 242
  • Views 104336

Search found 34 matches