Page 1 of 1
Search found 7 matches
Re: Instalacion opencart 1.5.0.5
Quizá no sea su caso pero yo antes usaba hosting gratuito y todo bien, pero mejoró muchísimo cuando me cambié a hosting pago. Ahora para cualquier problema tengo soporte.
- Sat Jul 02, 2011 12:21 am
- Replies 22
- Views 3109
Pregunta Desactivar clientes OC 1.5
Es que tengo un cliente que puso datos falsos y no sé si desactivarlo o si se puede bloquear la IP o que hacen ustedes en ese caso?
Gracias por cualquier dato que puedan dar al novato del foro.
- Sat Jul 02, 2011 12:13 am
- Replies 2
- Views 479
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.
- Sat Jun 18, 2011 6:09 am
- Replies 344
- Views 89551
Re: Remove category count
Remove Sub category count:
/catalog/controller/product/category.php
Find
Code: Select all
'name' => $result['name'] . ' (' . $product_total . ')',
Code: Select all
'name' => $result['name'],
- Fri Jun 17, 2011 11:02 pm
- Replies 34
- Views 35272
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 35272
Re: Ya esta la Traduccion al español OC 1.5.x
Gracias, aunque hay algunas faltas ortográficas.
- Fri Jun 17, 2011 3:12 am
- Replies 10
- Views 1315
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.
- Wed Jun 15, 2011 6:25 am
- Replies 143
- Views 63550
Search found 7 matches