Page 1 of 1
Search found 4 matches
Re: Admin Product Filter By Category[1.4.7 UPDATE]
I`m totaly rebuild this contr. Now works fine in version 1.4.7
Download here:
http://www.opencart.com/index.php?route ... sion_id=37
- Sat May 01, 2010 4:36 pm
- Replies 12
- Views 3703
Re: [MOD]Additional images & related count displayed on tab
Excellent work Q, thanks.
I missed this!
- Tue Apr 06, 2010 6:51 pm
- Replies 10
- Views 4322
Re: [Mod]Displaying something other than $0 if no price is given
however when you have pickup for shipping its show ups as: is there some way to make it apply to everything but the free shipping ? Try this: if ($format && (int)$value == 0) { $trace = debug_backtrace(); if (isset($trace[1]) && $trace[1]['class'] == 'ModelShippingFree') { return &q...
Jump to post- Tue Mar 30, 2010 9:39 am
- Replies 63
- Views 80666
Re: number of products in brackets next to category?
Hi, this is the code modified for v1.4.4. Tested and work. $this->load->model('catalog/product'); $getTotal = '('. $this->model_catalog_product->getTotalProductsByCategoryId($result['category_id']) .')'; if ($this->category_id == $result['category_id']) { $output .= '<a href="' . $this->model_t...
Jump to post- Mon Mar 29, 2010 7:59 am
- Replies 21
- Views 5328
Search found 4 matches