Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

mitrosoft

Новичок
  
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

mitrosoft's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. А можно поподробнее, как удалось решить проблему? Думаю подобная задача подружить 1С и megafilter актуальна для многих. Тоже присматриваюсь к megafiltr'у
  2. По поводу правки в каилоге system/storage/modification/... - ничего глупее придумать не могли,?! Все что в каилоге .../modification/ каждый раз при листке кеша перезаписывается...
  3. У меня это модификтор для SEO Pro 230xУбрал операцию всивки кода с повторным опрегделением getProductMainCategoryId и все нормализовалось.
  4. Решил проблему! Из модификатора SEO Pro 230x, удалил код добавляющий повторное опрегделение функции getProductMainCategoryId Если точнее из модификатора нужно убрать блок кода: <operation> <search><![CDATA[public function getProductRelated($product_id) {]]></search> <add position="before"><![CDATA[ public function getProductMainCategoryId($product_id) { $query = $this->db->query("SELECT category_id FROM " . DB_PREFIX . "product_to_category WHERE product_id = '" . (int)$product_id . "' AND main_category = '1' LIMIT 1"); return ($query->num_rows ? (int)$query->row['category_id'] : 0); } ]]></add> </operation>

×
×
  • 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.