`properties`.*
FROM `properties`
INNER JOIN `shop_item_properties` ON `properties`.`id` = `shop_item_properties`.`property_id`
INNER JOIN `shop_item_property_for_groups` ON `shop_item_property_for_groups`.`shop_item_property_id` = `shop_item_properties`.`id`
WHERE `shop_item_properties`.`shop_id` = 14 AND `shop_item_property_for_groups`.`shop_id` = 14 AND `shop_item_property_for_groups`.`shop_group_id` IN (1052, (1079,1052), (1055,1052), (1053,1052), (1054,1052), (1057,1052), (1056,1052), (1079,1052), (1055,1052), (1053,1052), (1054,1052), (1057,1052), (1056,1052)) AND `properties`.`deleted` = 0
GROUP BY `properties`.`id`
ORDER BY `properties`.`sorting` ASC
modules/core/database/pdo.php:679 Core_Exception->__construct
modules/core/querybuilder/statement.php:87 Core_DataBase_Pdo->query
modules/core/orm.php:551 Core_QueryBuilder_Statement->execute
modules/core/entity.php:620 Core_ORM->findAll
modules/shop/item/property/list/model.php:191 Core_Entity->findAll
modules/shop/controller/show.php:2231 Shop_Item_Property_List_Model->getPropertiesForGroup
modules/asmp/shop/controller/show.php:1242 Shop_Controller_Show->_itemsProperties
hostcmsfiles/lib/lib_201/lib_201.php:86 ASMP_Shop_Controller_Show->show
modules/lib/model.php:277 include
modules/core/page.php:176 Lib_Model->execute
templates/template395/template.htm:61 Core_Page->execute
modules/template/model.php:107 include
modules/core/page.php:176 Template_Model->execute
templates/template391/template.htm:602 Core_Page->execute
modules/template/model.php:107 include
modules/core/page.php:176 Template_Model->execute
modules/core/command/controller/default.php:621 Core_Page->execute
modules/core/router/route.php:195 Core_Command_Controller_Default->showAction
index.php:379 Core_Router_Route->execute