Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

fanatic

Users
  • Posts

    4,905
  • Joined

  • Last visited

Everything posted by fanatic

  1. и что не выводит, первое или второе или оба? а ошибка, потому что store_id, в другой таблице. нужно присоединить таблицу oc_product_to_store
  2. return $query->row['alt_name']; $data['alt_name'] = $this->model_catalog_product->getAltName($product_id);
  3. так а я о чем. если не рисовать дизайн, остальное могу. или все же нужно разрабатывать дизайн?
  4. могу. присматривались к шаблнам? тоже могу(нужны подробности) а это не могу
  5. 100% какой? какие? откуда? какой формат? один раз, или регулярно? а это, вообще ни о чем
  6. можно как то так $data['categories'] = array(); $results = $this->model_catalog_category->getCategories($category_id); // тута if(!$results){ $c_id = array_shift($parts); $results = $this->model_catalog_category->getCategories($c_id); } foreach ($results as $result) { $filter_data = array( 'filter_category_id' => $result['category_id'], 'filter_sub_category' => true ); $data['categories'][] = array( 'name' => $result['name'] . ($this->config->get('config_product_count') ? ' (' . $this->model_catalog_product->getTotalProducts($filter_data) . ')' : ''), 'href' => $this->url->link('product/category', 'path=' . $this->request->get['path'] . '_' . $result['category_id'] . $url) ); }
  7. не знаю как, где вы меняли, но изменений в коде на сайте нет обновите еще раз модификаторы, почистите кеш браузера
  8. могу сделать.(не бесплатно) если что, пишите в личку подробности
  9. а контроллеры, может там собака порылась?
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.