Page 1 of 1
Search found 9 matches
Re: How to remove Category COUNTERS ??
Hello Go to catalog/controller/product/ and edit category.php file find this ( its around line 136) $this->data['categories'][] = array( 'name' => $result['name'] . ' (' . $product_total . ')', 'href' => $this->url->link('product/category', 'path=' . $this->request->get['path'] . '_' . $result['cate...
Jump to post- Sun Sep 04, 2011 5:10 am
- Replies 11
- Views 1812
Re: How to remove Category COUNTERS ??
Well i forgot for parent :) but here is in catalog/controller/module/category.php find this ( around line 60 ) $this->data['categories'][] = array( 'category_id' => $category['category_id'], 'name' => $category['name'] . ' (' . $product_total . ')', 'children' => $children_data, 'href' => $this->url...
Jump to post- Tue Aug 30, 2011 3:25 pm
- Replies 11
- Views 1812
Re: How to remove Category COUNTERS ??
You need to edit controller for category module open catalog/controller/module/category.php in editor ( notepad++ or similar ) then find this (around line 48) $children_data[] = array( 'category_id' => $child['category_id'], 'name' => $child['name'] . ' (' . $product_total . ')', 'href' => $this->ur...
Jump to post- Sun Aug 28, 2011 3:56 am
- Replies 11
- Views 1812
Re: GIFT LIST MODULE - URGENT!!!
I send you PM
Jump to post- Sat Aug 27, 2011 10:45 pm
- Replies 1
- Views 520
Re: 1.5.1.1. - model order - strange foreach loop
yes i know that foreach ($data['order_product'] as $order_product ) { But inside this loop there is a lot $return_product , don't have at any place $order_product And that is what i seems strange since i didn't find any of $return_product declared in whole of admin/model/sales/order.php, if i use so...
Jump to post- Sat Aug 27, 2011 10:39 pm
- Replies 2
- Views 450
1.5.1.1. - model order - strange foreach loop
Hello I start to write some modification for dealing with customer orders and i bumped on this foreach ($data['order_product'] as $order_product) { $this->db->query("INSERT INTO " . DB_PREFIX . "order_product SET order_id = '" . (int)$order_id . "', product_id = '" . (i...
Jump to post- Sat Aug 27, 2011 9:24 am
- Replies 2
- Views 450
Re: OpenCart 1.5.1.1 Bug Thread
When i opened product detail page in IE6 i get Operation Aborted
I tested on several computers ( windows 2k, Windows XP, ) with IE 6 SP2
also i opened demo page in IE6 ( Product Page: product id 42 Apple cinema display ) and i get same error
Image attached
- Wed Aug 24, 2011 7:21 pm
- Replies 301
- Views 108918
Grouping products in one product
Hello Is it possible to group several products into one product for example i have one package and this package contains 24pcs of item1, 36pcs of item2, 24pcs item3. each item1, item2, item3 may be sold separately, but also can be sold as package when user buy item1 and quantity is below needed quan...
Jump to post- Sat Aug 20, 2011 9:56 pm
- Replies 2
- Views 620
Re: OpenCart 1.6.0 Roadmap
Hello to all This is my first post, but first i'll like to thanks Daniel for opencart project. Here is some of my idea and maybe future features most of them are related to admin part of opencart, 1) Language & localization - Database driven language and phrase management ( edit, add - only in d...
Jump to post- Tue Aug 16, 2011 5:10 pm
- Replies 538
- Views 287196
Search found 9 matches