Search found 4 matches

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

Jump to post
  • Sat May 01, 2010 4:36 pm
  • Replies 12
  • Views 3703
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

Page 1 of 1

Search found 4 matches