Page 1 of 1
Search found 7 matches
Re: extensions download counter?
cool, thnx!
Jump to post- Mon Jan 30, 2012 5:36 pm
- Replies 8
- Views 3595
[RELEASED] Smart Product List (ajax editible product list)
With this extension you get a powerful product - list. inline editing via ajax (just change the value in the textfields and the will be sent to database): *) product name *) quantity *) price (also special price, if there is one) *) weight *) status there also comes a category filter and 'filter &am...
Jump to post- Tue Jan 10, 2012 9:56 pm
- Replies 1
- Views 772
extensions download counter?
is there a way to see how often an extensions is downloaded? i added two extensions and this would be interesting. thnx for any information.
Jump to post- Sat Jan 07, 2012 1:42 am
- Replies 8
- Views 3595
Re: @Developers - OpenCart Global Library Methods [1.4.x]
thank you. this is exactly what i searched for.
Jump to post- Mon Jan 02, 2012 7:59 pm
- Replies 29
- Views 123349
Re: Filter product name problem within admin
open: admin/model/catalog/product.php change lines 348 -358 into: if (!empty($data['filter_name'])) { $sql .= " AND LCASE(pd.name) LIKE '%" . $this->db->escape(utf8_strtolower($data['filter_name'])) . "%'"; } if (!empty($data['filter_model'])) { $sql .= " AND LCASE(p.model) ...
Jump to post- Wed Dec 28, 2011 4:14 pm
- Replies 6
- Views 2248
Re: Filter product name problem within admin
found solution here:
http://forum.opencart.com/viewtopic.php?f=20&t=41428
- Wed Dec 28, 2011 3:54 pm
- Replies 6
- Views 2248
Re: Filter product name problem within admin
same here. is there no bugfix?
Jump to post- Wed Dec 28, 2011 3:53 pm
- Replies 6
- Views 2248
Search found 7 matches