Search found 4 matches

Page 1 of 1

Search found 4 matches

Re: OpenCart 1.5.0.5 Bug Thread

Has anyone noticed that the filter in administration section (catalog>product) is not working well.

For example I type Samsung, it appears Samsung Galaxy Tab, but then I type galaxy or tab and have no results. ???

Jump to post
  • Sat Jun 18, 2011 6:09 am
  • Replies 344
  • Views 112336
Re: Remove category count

Remove Sub category count:

/catalog/controller/product/category.php

Find

Code: Select all

'name'  => $result['name'] . ' (' . $product_total . ')',
Replace with

Code: Select all

'name'  => $result['name'],

Jump to post
  • Fri Jun 17, 2011 11:02 pm
  • Replies 34
  • Views 38220
Re: Remove category count

My file @ /catalog/controller/module/category.php only shows that line 1 time, should I edit another category.php file? /catalog/controller/module/category.php 1.Search 'name' => $child['name'] . ' (' . $product_total . ')', Replace with 'name' => $child['name'], 2.Search 'name' => $category['name'...

Jump to post
  • Fri Jun 17, 2011 10:56 pm
  • Replies 34
  • Views 38220
Re: [BETA] Upgrade Script for 1.4.x to 1.5.x (NO OPTIONS)

Upgraded successfully from 1.4.9.3 (spanish lang+theme village) to 1.5.0.5 but I had to set my theme to default before upgrading, it didn´t work the other way around. :(

Jump to post
  • Wed Jun 15, 2011 6:25 am
  • Replies 143
  • Views 87732

Page 1 of 1

Search found 4 matches