SELECT storefronts.* FROM cscart_storefronts AS storefronts WHERE 1 = 1 AND (storefronts.url = 'edev.sms-refactory.com' OR storefronts.url = 'www.edev.sms-refactory.com' OR storefronts.url LIKE 'www_.edev.sms-refactory.com' OR storefronts.url LIKE 'edev.sms-refactory.com/%' OR storefronts.url LIKE 'www.edev.sms-refactory.com/%' OR storefronts.url LIKE 'www_.edev.sms-refactory.com/%') GROUP BY storefronts.storefront_id ORDER BY storefronts.url = 'edev.sms-refactory.com' DESC, storefronts.url = 'www.edev.sms-refactory.com' DESC, storefronts.url LIKE 'www_.edev.sms-refactory.com' DESC, storefronts.url LIKE 'edev.sms-refactory.com/%' DESC, storefronts.url LIKE 'www.edev.sms-refactory.com/%' DESC, storefronts.url LIKE 'www_.edev.sms-refactory.com/%' desc
|
1 |
0.00005 |
0.00005 |
0.00005 |
SELECT cscart_bm_snapping.grid_id as grid_id,cscart_bm_snapping.block_id as block_id,IFNULL(dynamic_object_content.content, default_content.content) as content,IFNULL(dynamic_object_content.object_id, default_content.object_id) AS object_id,IFNULL(dynamic_object_content.object_type, default_content.object_type) AS object_type,cscart_bm_block_statuses.object_ids as object_ids,cscart_bm_snapping.*,cscart_bm_blocks.*,cscart_bm_blocks_descriptions.* FROM cscart_bm_snapping LEFT JOIN cscart_bm_blocks ON cscart_bm_blocks.block_id = cscart_bm_snapping.block_id LEFT JOIN cscart_bm_block_statuses ON cscart_bm_snapping.snapping_id = cscart_bm_block_statuses.snapping_id AND cscart_bm_block_statuses.object_type LIKE '' LEFT JOIN cscart_bm_blocks_descriptions ON cscart_bm_blocks.block_id = cscart_bm_blocks_descriptions.block_id LEFT JOIN cscart_bm_blocks_content AS default_content ON cscart_bm_blocks.block_id = default_content.block_id AND cscart_bm_blocks_descriptions.lang_code = default_content.lang_code AND default_content.snapping_id = 0 AND default_content.object_id = 0 AND default_content.object_type like '' LEFT JOIN cscart_bm_blocks_content AS dynamic_object_content ON cscart_bm_blocks.block_id = dynamic_object_content.block_id AND cscart_bm_blocks_descriptions.lang_code = dynamic_object_content.lang_code AND dynamic_object_content.object_id = 0 AND dynamic_object_content.object_type like '' WHERE cscart_bm_snapping.grid_id IN (1, 2, 3, 4, 5, 6, 9, 7, 8, 12, 15, 20, 13, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29) AND cscart_bm_blocks_descriptions.lang_code='ja' ORDER BY cscart_bm_snapping.order, cscart_bm_snapping.block_id
|
1 |
0.00005 |
0.00005 |
0.00005 |
SELECT * FROM cscart_bm_containers as c LEFT JOIN cscart_bm_grids as g ON g.container_id = c.container_id WHERE 1 AND g.container_id IN (1, 2, 7, 4) ORDER BY g.order, g.parent_id, g.grid_id ASC
|
1 |
0.00004 |
0.00004 |
0.00004 |
SELECT c.*, IF (c.location_id != 2, 0, 1) as `default` FROM cscart_bm_containers as c INNER JOIN cscart_bm_locations as l ON c.location_id = l.location_id AND l.is_default = 1 AND l.layout_id = 1 WHERE 1 AND c.position IN ('TOP_PANEL', 'HEADER', 'FOOTER') AND c.company_id = 0
|
1 |
0.00002 |
0.00002 |
0.00002 |