Search the Community
Showing results for tags 'korsmudak'.
-
Файл simpla/ProductsAdmin.php строка примерно 32: // Текущий бренд $brand_id = $this->request->get('brand_id', 'integer'); if($brand_id && $brand = $this->brands->get_brand($brand_id)) { $filter['brand_id'] = $brand->id; } else { $filter['brand_id'] = ''; } Далее в api/Products.php в двух функциях (get_products и count_products) найдите код: if(!empty($filter['brand_id'])) $brand_id_filter = $this->db->placehold('AND p.brand_id in(?@)', (array)$filter['brand_id']);и поменяйте его на следующий: if(!empty($filter['brand_id'])) { $brand_id_filter =
-
Новый платёжный модуль для симплы. Ознакомится и скачать можно по ссылке http://simpla-addons.org/blog/modules/wayforpay-novyj-platezhnyj-modul-dlya-simpla-cms