Search found 1 match

Page 1 of 1

Search found 1 match

Re: Add categories to invoice and cart

Please try to replace product.php function with Below function public function getCategoriesByProduct($product_id) { $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "category c LEFT JOIN " . DB_PREFIX . "category_description cd ON (cd.category_id = c.category_id) LE...

Jump to post
  • Sat Oct 19, 2013 1:56 am
  • Replies 7
  • Views 2138

Page 1 of 1

Search found 1 match