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 (
    842, 843, 844, 845, 846, 847, 848, 849, 
    850, 851, 862, 865, 866, 868, 869, 870, 
    879, 1272, 1280, 1284, 1288, 1292, 1297, 
    1344, 880, 1255, 1281, 1285, 1289, 1293, 
    1345, 863, 1253, 1256, 1282, 1286, 1290, 
    1294, 1346, 1257, 864, 1258, 1259, 1279, 
    1260, 1261, 1295, 1262, 1263, 1283, 
    1264, 1265, 1343, 1266, 1267, 871, 1268, 
    1269, 1287, 1270, 867, 872, 874, 1273, 
    873, 1254, 875, 876, 877, 1296, 878, 
    1291, 1274, 1347, 1348, 1353, 1352, 
    1349, 1354, 1350, 1351, 1356, 1355
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'en' 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00565

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "56337.66"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "41265.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_bm_snapping",
            "access_type": "range",
            "possible_keys": [
              "grid_id"
            ],
            "key": "grid_id",
            "used_key_parts": [
              "grid_id"
            ],
            "key_length": "4",
            "rows_examined_per_scan": 131,
            "rows_produced_per_join": 131,
            "filtered": "100.00",
            "index_condition": "(`s2cart`.`cscart_bm_snapping`.`grid_id` in (842,843,844,845,846,847,848,849,850,851,862,865,866,868,869,870,879,1272,1280,1284,1288,1292,1297,1344,880,1255,1281,1285,1289,1293,1345,863,1253,1256,1282,1286,1290,1294,1346,1257,864,1258,1259,1279,1260,1261,1295,1262,1263,1283,1264,1265,1343,1266,1267,871,1268,1269,1287,1270,867,872,874,1273,873,1254,875,876,877,1296,878,1291,1274,1347,1348,1353,1352,1349,1354,1350,1351,1356,1355))",
            "cost_info": {
              "read_cost": "66.61",
              "eval_cost": "13.10",
              "prefix_cost": "79.71",
              "data_read_per_join": "101K"
            },
            "used_columns": [
              "snapping_id",
              "block_id",
              "grid_id",
              "wrapper",
              "user_class",
              "order",
              "status"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_block_statuses",
            "access_type": "ref",
            "possible_keys": [
              "snapping_id"
            ],
            "key": "snapping_id",
            "used_key_parts": [
              "snapping_id"
            ],
            "key_length": "4",
            "ref": [
              "s2cart.cscart_bm_snapping.snapping_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 131,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(cscart_bm_block_statuses), ((`s2cart`.`cscart_bm_snapping`.`snapping_id` = `s2cart`.`cscart_bm_block_statuses`.`snapping_id`) and (`s2cart`.`cscart_bm_block_statuses`.`object_type` like '')), true)",
            "cost_info": {
              "read_cost": "32.75",
              "eval_cost": "13.10",
              "prefix_cost": "125.56",
              "data_read_per_join": "15K"
            },
            "used_columns": [
              "snapping_id",
              "object_ids",
              "object_type"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_blocks",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "s2cart.cscart_bm_snapping.block_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 131,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "32.75",
              "eval_cost": "13.10",
              "prefix_cost": "171.41",
              "data_read_per_join": "28K"
            },
            "used_columns": [
              "block_id",
              "type",
              "properties",
              "company_id",
              "storefront_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_blocks_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id",
              "lang_code"
            ],
            "key_length": "10",
            "ref": [
              "s2cart.cscart_bm_snapping.block_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 131,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "32.75",
              "eval_cost": "13.10",
              "prefix_cost": "217.26",
              "data_read_per_join": "26K"
            },
            "used_columns": [
              "block_id",
              "lang_code",
              "name"
            ]
          }
        },
        {
          "table": {
            "table_name": "default_content",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id",
              "snapping_id",
              "lang_code",
              "object_id"
            ],
            "key_length": "18",
            "ref": [
              "s2cart.cscart_bm_snapping.block_id",
              "const",
              "s2cart.cscart_bm_blocks_descriptions.lang_code",
              "const"
            ],
            "rows_examined_per_scan": 9,
            "rows_produced_per_join": 1179,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(default_content), (`s2cart`.`default_content`.`object_type` like ''), true)",
            "cost_info": {
              "read_cost": "294.75",
              "eval_cost": "117.90",
              "prefix_cost": "629.91",
              "data_read_per_join": "257K"
            },
            "used_columns": [
              "snapping_id",
              "object_id",
              "object_type",
              "block_id",
              "lang_code",
              "content"
            ]
          }
        },
        {
          "table": {
            "table_name": "dynamic_object_content",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "s2cart.cscart_bm_snapping.block_id"
            ],
            "rows_examined_per_scan": 35,
            "rows_produced_per_join": 41265,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(dynamic_object_content), ((`s2cart`.`dynamic_object_content`.`object_id` = 0) and (`s2cart`.`dynamic_object_content`.`lang_code` = `s2cart`.`cscart_bm_blocks_descriptions`.`lang_code`) and (`s2cart`.`dynamic_object_content`.`object_type` like '')), true)",
            "cost_info": {
              "read_cost": "10316.25",
              "eval_cost": "4126.50",
              "prefix_cost": "15072.66",
              "data_read_per_join": "8M"
            },
            "used_columns": [
              "object_id",
              "object_type",
              "block_id",
              "lang_code",
              "content"
            ]
          }
        }
      ]
    }
  }
}

Result

grid_id block_id content object_id object_type object_ids snapping_id wrapper user_class order status type properties company_id storefront_id lang_code name
844 5 0 997 top-logo 0 A template a:1:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";} 0 1 en Logo
1353 19 0 1708 0 D template a:1:{s:8:"template";s:41:"blocks/static_templates/payment_icons.tpl";} 0 1 en Payment icons
1272 23 a:1:{s:5:"items";a:1:{s:7:"filling";s:3:"all";}} 0 1616 blocks/wrappers/sidebox_important.tpl 0 D vendors a:6:{s:8:"template";s:49:"blocks/vendor_list_templates/featured_vendors.tpl";s:17:"number_of_columns";s:1:"6";s:13:"show_location";s:1:"Y";s:19:"show_products_count";s:1:"Y";s:11:"show_rating";s:1:"Y";s:17:"displayed_vendors";s:1:"6";} 0 1 en Featured Vendors
843 50 0 994 top-languages 0 A languages a:3:{s:8:"template";s:20:"blocks/languages.tpl";s:6:"format";s:4:"name";s:14:"dropdown_limit";s:1:"0";} 0 1 en Languages
1356 84 0 1715 blocks/wrappers/footer_general.tpl 0 A template a:1:{s:8:"template";s:53:"blocks/static_templates/my_account_links_advanced.tpl";} 0 1 en Your Order
1354 86 a:1:{s:7:"content";s:1112:"<div class="th_social-link facebook"> <a href="http://www.facebook.com" target="_blank"><i class="icon-tt-facebook-squared"></i></a> </div> <div class="th_social-link twitter"> <a href="https://twitter.com" target="_blank"><i class="icon-tt-twitter"></i></a> </div> <div class="th_social-link instagram"> <a href="https://instagram.com" target="_blank"><i class="icon-tt-instagram"></i></a> </div> <div class="th_social-link skype"> <a href="https://skype.com" target="_blank"><i class="icon-tt-skype"></i></a> </div> <div class="th_social-link snapchat"> <a href="https://snapchat.com" target="_blank"><i class="icon-tt-snapchat-ghost"></i></a> </div> <div class="th_social-link youtube"> <a href="https://youtube.com" target="_blank"><i class="icon-tt-youtube-play"></i></a> </div> <div class="th_social-link apple"> <a href="https://apple.com" target="_blank"><i class="icon-tt-apple"></i></a> </div> <div class="th_social-link android"> <a href="https://android.com" target="_blank"><i class="icon-tt-android"></i></a> </div>";} 0 1712 blocks/wrappers/footer_general.tpl 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Connect with us
1280 138 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:41:"3252,3255,952,2346,3269,3315,849,2372,891";}} 0 1571 blocks/wrappers/footer_general.tpl subcategories mach_subcat 0 A categories a:1:{s:8:"template";s:43:"blocks/categories/categories_text_links.tpl";} 0 1 en Trending
1281 139 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:14:"9384,9385,9386";}} 0 1572 0 A banners a:3:{s:8:"template";s:34:"addons/banners/blocks/carousel.tpl";s:10:"navigation";s:1:"D";s:5:"delay";s:1:"3";} 0 1 en banner 2
1295 143 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:65:"118777,54344,255644,274922,274940,254594,255504,54135,54100,54092";}} 0 1602 blocks/wrappers/footer_general.tpl 0 A products a:4:{s:8:"template";s:41:"blocks/products/products_multicolumns.tpl";s:11:"item_number";s:1:"N";s:17:"number_of_columns";s:1:"4";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en DEAL OF THE DAY
1284 144 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:31:"864,870,871,872,874,875,876,880";}} 0 1576 blocks/wrappers/footer_general.tpl subcategories mach_subcat 0 A categories a:1:{s:8:"template";s:43:"blocks/categories/categories_text_links.tpl";} 0 1 en Electrical
1282 146 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:11:"52275,52035";}} 0 1573 0 A products a:11:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"2";s:15:"thumbnail_width";s:2:"70";s:18:"outside_navigation";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en product 3
1288 149 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:33:"885,921,926,938,1030,3476,886,888";}} 0 1586 blocks/wrappers/footer_general.tpl subcategories mach_subcat 0 A categories a:1:{s:8:"template";s:43:"blocks/categories/categories_text_links.tpl";} 0 1 en Electronics
1290 152 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:13:"156373,158758";}} 0 1589 0 A products a:11:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"2";s:15:"thumbnail_width";s:2:"70";s:18:"outside_navigation";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en product sale
1289 154 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:14:"9391,9392,9393";}} 0 1588 0 A banners a:3:{s:8:"template";s:34:"addons/banners/blocks/carousel.tpl";s:10:"navigation";s:1:"D";s:5:"delay";s:1:"3";} 0 1 en bannerslder3
1286 159 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:13:"148994,151047";}} 0 1581 0 A products a:11:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"2";s:15:"thumbnail_width";s:2:"70";s:18:"outside_navigation";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en product 9
1294 160 a:1:{s:5:"items";a:3:{s:7:"filling";s:7:"on_sale";s:5:"limit";s:1:"2";s:3:"cid";s:0:"";}} 0 1598 0 A products a:11:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"2";s:15:"thumbnail_width";s:2:"70";s:18:"outside_navigation";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en product 10
1292 161 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:39:"3421,3422,3424,3425,3427,3451,3452,3420";}} 0 1596 blocks/wrappers/footer_general.tpl subcategories mach_subcat 0 A categories a:1:{s:8:"template";s:43:"blocks/categories/categories_text_links.tpl";} 0 1 en Mechanical
1273 171 a:1:{s:7:"content";s:70:"<h4 class="home-content prd-widgets-heading">TOP SELLING PRODUCTS</h4>";} 0 1558 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Top selling product
873 172 a:1:{s:5:"items";a:3:{s:7:"filling";s:7:"on_sale";s:5:"limit";s:1:"8";s:3:"cid";s:0:"";}} 0 1560 blocks/wrappers/abt__ut2__mainbox_general.tpl 0 A products a:4:{s:8:"template";s:41:"blocks/products/products_multicolumns.tpl";s:11:"item_number";s:1:"N";s:17:"number_of_columns";s:1:"4";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en selling product
1255 173 a:1:{s:7:"content";s:840:"<h4 class="Test_Measure"><img src="/testing/images/Screenshot_1.jpg">Test & Measure</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Measuring &amp; Layout Tools</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Electrical Power Testing</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1538 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 1
1256 174 a:1:{s:7:"content";s:829:"<h4 class="Test_Measure"><img src="/testing/images/pipe.jpg">Power Tools</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Measuring &amp; Layout Tools</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Electrical Power Testing</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1539 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 2
1257 175 a:1:{s:7:"content";s:832:"<h4 class="Test_Measure"><img src="/testing/images/logo.png">Car & Bike Accessories</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Vehicle Maintenance Tools</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Vehicle Spare Parts</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1540 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 3
1258 176 a:1:{s:7:"content";s:806:"<h4 class="Test_Measure"><img src="/testing/images/plumbing.png">Plumbing</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Tub/Faucets</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Bathroom Hardware</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1541 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 4
1259 177 a:1:{s:7:"content";s:801:"<h4 class="Test_Measure"><img src="/testing/images/adhesive.png">Adhesives</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Glues and Cements</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Tapes</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1542 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 5
1260 178 a:1:{s:7:"content";s:817:"<h4 class="Test_Measure"><img src="/testing/images/supply.png">Lab Supplies</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Lab Equipments</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Water Testing Equipment</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1543 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 6
1261 179 a:1:{s:7:"content";s:810:"<h4 class="Test_Measure"><img src="/testing/images/camera.png">Security</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Locking Systems</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">CCTV Camera Systems</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1544 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 7
1262 180 a:1:{s:7:"content";s:803:"<h4 class="Test_Measure"><img src="/testing/images/abresive.png">Abrasives</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Abrasive Wheels</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Sandpaper</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1545 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 8
1263 181 a:1:{s:7:"content";s:816:"<h4 class="Test_Measure"><img src="/testing/images/machine.png">Machining Tools</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Drilling Tools</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Machining Supplies</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1546 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 9
1264 182 a:1:{s:7:"content";s:801:"<h4 class="Test_Measure"><img src="/testing/images/hardware.png">Hardware</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Door Locks</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Door Hardware</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1547 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 10
1265 183 a:1:{s:7:"content";s:828:"<h4 class="Test_Measure"><img src="/testing/images/office.png">Office Supplies</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Audio Visual Equipments</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Binders and Clipboards</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1548 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 11
1266 184 a:1:{s:7:"content";s:788:"<h4 class="Test_Measure"><img src="/testing/images/bolt.png">Fasteners</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Bolts</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Hardware</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1549 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 12
1267 185 a:1:{s:7:"content";s:822:"<h4 class="Test_Measure"><img src="/testing/images/lubricant.png">Lubrication</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Fittings</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Lubricant Storage and Dispensing</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1553 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 13
1268 186 a:1:{s:7:"content";s:841:"<h4 class="Test_Measure"><img src="/testing/images/handling.png">Material Handling</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Carton Staplers and Sealers</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Storage Bins and Containers</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1554 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 14
1269 187 a:1:{s:7:"content";s:836:"<h4 class="Test_Measure"><img src="/testing/images/penument.png">Pneumatics</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Air Compressors and Vacuum Pumps</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Compressed Air Treatment</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1555 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 15
1270 188 a:1:{s:7:"content";s:797:"<h4 class="Test_Measure"><img src="/testing/images/cleaning.png">Cleaning</h4> <ul id="text_links_260" class="ty-text-links"> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Equipment</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="ty-text-links__a" href="#">Floor Care</a> </li> <li class="ty-text-links__item ty-level-0"> <a class="" href="#">more...</a> </li> </ul> ";} 0 1556 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en cat 16
877 194 a:1:{s:7:"content";s:118:"<h4>OUR VALUED CUSTOMERS</h4> <p><img src="https://www.stock2cart.com/images/valuedcustomer.png?1566366528669"> </p>";} 0 1529 0 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en OUR VALUED CUSTOMERS
842 205 0 993 0 A geo_maps_customer_location a:1:{s:8:"template";s:44:"addons/geo_maps/blocks/customer_location.tpl";} 0 1 en Customer location
846 208 0 999 top-buttons-grid hidden-phone 0 A template a:1:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__top_buttons.tpl";} 0 1 en AB: Buttons Compare and Wishlist
1348 213 0 1699 blocks/wrappers/footer_general.tpl 0 D template a:1:{s:8:"template";s:44:"blocks/static_templates/my_account_links.tpl";} 0 1 en My account
1349 214 a:1:{s:7:"content";s:611:" <ul id="demo_store_links"> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=2"|fn_url}">About us</a></li> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=30"|fn_url}">Contact us</a></li> <li class="ty-footer-menu__item"><a href="{"gift_certificates.add"|fn_url}">Gift certificates</a></li> <li class="ty-footer-menu__item"><a href="{"product_features.view_all?filter_id=10"|fn_url}">Our brands</a></li> <li class="ty-footer-menu__item"><a href="{"sitemap.view"|fn_url}">Sitemap</a></li> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=7"|fn_url}">Blog</a></li> </ul>";} 0 1702 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Demo Store
1350 215 a:1:{s:7:"content";s:490:" <ul id="customer_service_links"> <li class="ty-footer-menu__item"><a href="{"orders.search"|fn_url}" rel="nofollow">About your order</a></li> {if $addons.wishlist && $addons.wishlist.status == 'A'} <li class="ty-footer-menu__item"><a href="{"wishlist.view"|fn_url}" rel="nofollow">Wishlist</a></li> {/if} {if $settings.General.enable_compare_products == 'Y'} <li class="ty-footer-menu__item"><a href="{"product_features.compare"|fn_url}" rel="nofollow">Comparison list</a></li> {/if} </ul>";} 0 1704 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Customer Service
1351 216 a:1:{s:7:"content";s:631:"<ul> <li>{$settings.Company.company_city}, {$settings.Company.company_address}</li> <li><a href="tel:{$settings.Company.company_phone}">{$settings.Company.company_phone} (the call is free)</a></li> <li><a href="tel:{$settings.Company.company_phone_2}">{$settings.Company.company_phone_2}</a></li> <li>{__('weekday_abr_1')}-{__('weekday_abr_0')} 9.00 - 18.00</li> <li><a class="ty-exception__links-a greeny" href="mailto:{$settings.Company.company_users_department}">{$settings.Company.company_users_department}</a></li> <li><a href="{'pages.view&page_id=20'|fn_url}" class="ty-exception__links-a">{__('view_on_map')}</a></li> </ul>";} 0 1706 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Contact us
863 218 a:6:{s:4:"menu";s:1:"5";s:22:"ab__fn_show_common_btn";s:1:"N";s:22:"ab__fn_common_btn_text";s:0:"";s:27:"ab__fn_show_common_btn_link";s:0:"";s:23:"ab__fn_common_btn_class";s:0:"";s:22:"ab__fn_common_btn_type";s:14:"ab__fn_cbt_btn";} 0 1015 hidden-desktop 0 A ab__fast_navigation a:10:{s:8:"template";s:74:"addons/ab__fast_navigation/blocks/ab__fast_navigation/ab__fn_two_level.tpl";s:32:"ab__fn_number_of_columns_desktop";s:1:"6";s:38:"ab__fn_number_of_columns_desktop_small";s:1:"6";s:31:"ab__fn_number_of_columns_tablet";s:1:"5";s:37:"ab__fn_number_of_columns_tablet_small";s:1:"3";s:31:"ab__fn_number_of_columns_mobile";s:1:"3";s:31:"ab__fn_init_second_level_scroll";s:1:"N";s:15:"ab__fn_add_link";s:1:"Y";s:17:"ab__fn_icon_width";s:3:"100";s:21:"ab__fn_init_scrollbar";s:1:"N";} 0 1 en AB: Fast Navigation Catalog
1297 218 a:6:{s:4:"menu";s:1:"5";s:22:"ab__fn_show_common_btn";s:1:"N";s:22:"ab__fn_common_btn_text";s:0:"";s:27:"ab__fn_show_common_btn_link";s:0:"";s:23:"ab__fn_common_btn_class";s:0:"";s:22:"ab__fn_common_btn_type";s:14:"ab__fn_cbt_btn";} 0 1606 0 A ab__fast_navigation a:10:{s:8:"template";s:74:"addons/ab__fast_navigation/blocks/ab__fast_navigation/ab__fn_two_level.tpl";s:32:"ab__fn_number_of_columns_desktop";s:1:"6";s:38:"ab__fn_number_of_columns_desktop_small";s:1:"6";s:31:"ab__fn_number_of_columns_tablet";s:1:"5";s:37:"ab__fn_number_of_columns_tablet_small";s:1:"3";s:31:"ab__fn_number_of_columns_mobile";s:1:"3";s:31:"ab__fn_init_second_level_scroll";s:1:"N";s:15:"ab__fn_add_link";s:1:"Y";s:17:"ab__fn_icon_width";s:3:"100";s:21:"ab__fn_init_scrollbar";s:1:"N";} 0 1 en AB: Fast Navigation Catalog
865 219 0 1016 0 A template a:1:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__title_block.tpl";} 0 1 en On sale / Bestsellers
866 220 a:1:{s:5:"items";a:5:{s:7:"filling";s:6:"newest";s:6:"period";s:1:"A";s:9:"last_days";s:1:"1";s:5:"limit";s:1:"8";s:3:"cid";s:0:"";}} 0 1017 hidden-phone 0 A products a:4:{s:8:"template";s:41:"blocks/products/products_multicolumns.tpl";s:11:"item_number";s:1:"N";s:17:"number_of_columns";s:1:"4";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en Bestsellers
868 223 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:4:"9435";}} 0 1020 hidden-phone 0 A banners a:3:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"400px";} 0 1 en AB: Banner 1
870 226 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:2:"25";}} 0 1023 hidden-phone 0 A banners a:3:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl";s:6:"margin";s:10:"0 0 10px 0";s:6:"height";s:5:"250px";} 0 1 en AB: Banner 4
871 228 a:1:{s:9:"promotion";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:1:"8";}} 0 1025 blocks/wrappers/footer_general.tpl 0 A ab__deal_of_the_day a:12:{s:8:"template";s:57:"addons/ab__deal_of_the_day/blocks/ab__deal_of_the_day.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"Y";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"Y";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"4";s:15:"thumbnail_width";s:2:"80";s:18:"outside_navigation";s:1:"Y";s:34:"ab__show_additional_product_images";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 en AB: Deal of the day
872 229 a:1:{s:5:"items";a:3:{s:7:"filling";s:12:"most_popular";s:5:"limit";s:1:"8";s:3:"cid";s:0:"";}} 0 1026 blocks/wrappers/abt__ut2__mainbox_general.tpl 0 D products a:4:{s:8:"template";s:41:"blocks/products/products_multicolumns.tpl";s:11:"item_number";s:1:"N";s:17:"number_of_columns";s:1:"4";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 en Top Offers
874 232 a:1:{s:5:"items";a:4:{s:7:"filling";s:26:"ab__dotd_sorted_promotions";s:7:"sort_by";s:7:"to_date";s:10:"sort_order";s:4:"desc";s:5:"limit";s:2:"10";}} 0 1028 blocks/wrappers/abt__ut2__mainbox_general.tpl scroller 0 A ab__promotions a:6:{s:8:"template";s:66:"addons/ab__deal_of_the_day/blocks/promotions/ab__dotd_scroller.tpl";s:24:"not_scroll_automatically";s:1:"Y";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"4";s:18:"outside_navigation";s:1:"Y";} 0 1 en Promotions
879 235 0 1032 0 A template a:1:{s:8:"template";s:46:"blocks/static_templates/subscribe_advanced.tpl";} 0 1 en AB: Subscribe
880 236 a:1:{s:7:"content";s:826:"<div class="ut2-social-link-block"><div class="ty-mainbox-title">{__("get_social")}</div> <div class="ty-uppercase ty-social-link__title">Join us in the group <br> and be the first to know all promotions and offers!</div> <div class="ut2-social-links"> <a target="_blank" href="your_social_link"><i class="ut2-icon-facebook"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-vk"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-twitter"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-google-plus"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-youtube"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-skype"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-pinterest"></i></a> </div> </div>";} 0 1033 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en AB: Social links
1355 236 a:1:{s:7:"content";s:826:"<div class="ut2-social-link-block"><div class="ty-mainbox-title">{__("get_social")}</div> <div class="ty-uppercase ty-social-link__title">Join us in the group <br> and be the first to know all promotions and offers!</div> <div class="ut2-social-links"> <a target="_blank" href="your_social_link"><i class="ut2-icon-facebook"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-vk"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-twitter"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-google-plus"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-youtube"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-skype"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-pinterest"></i></a> </div> </div>";} 0 1714 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en AB: Social links
1353 281 a:1:{s:7:"content";s:74:"<!---<h4>Payment Ways</h4>---><p><img src="images/payment_icon.png"> </p>";} 0 1709 0 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en payment
876 295 a:1:{s:7:"content";s:1770:"<div class="vector_text"> <h4>REGISTER AND GET THE FOLLOWING BENEFITS</h4> </div> <div class="span16 register_blog_pad"> <div class="span4 border_vector_top"> <img src="/testing/images/10.png" class=""> <h5><a href="#">100% Quality Assurance</a></h5> </div> <div class="span4 border_vector_top"> <img src="/testing/images/trustpay1.png"> <h5><a href="#">TRUSTPAY</a></h5> </div> <div class="span4 border_vector_top"> <img src="/testing/images/helpcenter1.png" class=""> <h5><a href="#">HELP CENTER</a></h5> </div> <div class="span4 border_vector_top"> <img src="/testing/images/care1.png"> <h5><a href="#">SHOP ON THE GO</a></h5> </div> </div> </div> <div class="span16 register_blog_pad"> <div class="span3 border_vector"> <img src="/testing/images/truck1.png" class="truck"> <h5><a href="#">Customized & Nationwide Delivery</a></h5> </div> <!-- <div class="span3 border_vector"> <img src="/testing/images/credit.png"> <h5><a href="#">Credit Policy</a></h5> </div> --> <div class="span3 border_vector"> <img src="/testing/images/easyp.png" class="epurchase"> <h5><a href="#">Easy Purchase</a></h5> </div> <div class="span3 border_vector"> <img src="/testing/images/handsjake.png"> <h5><a href="#">Rate Contracts</a></h5> </div> <div class="span3 border_vector"> <img src="/testing/images/bulkorder.png"> <h5><a href="#">Bulk Orders</a></h5> </div> <div class="span3 border_vector"> <img src="/testing/images/tech1.png"> <h5><a href="#">Great value</a></h5> </div> </div> </div>";} 0 1536 0 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en HTML blog
1285 312 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:14:"9390,9391,9392";}} 0 1585 0 A banners a:3:{s:8:"template";s:34:"addons/banners/blocks/carousel.tpl";s:10:"navigation";s:1:"D";s:5:"delay";s:1:"3";} 0 1 en banner 5
1293 312 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:14:"9390,9391,9392";}} 0 1597 0 A banners a:3:{s:8:"template";s:34:"addons/banners/blocks/carousel.tpl";s:10:"navigation";s:1:"D";s:5:"delay";s:1:"3";} 0 1 en banner 5
846 318 a:1:{s:7:"content";s:1552:"<div class="sticky-container"> <ul class="sticky"> <li style="background:#ec1c24;width:100%;font-weight:bold;"> <img src="testing/images/produt-request.png"> <p><a href="/vendor-contact" class="Requirement"><span>Post Your <br>Requirement</span></a></p> </li> <!-- <li style="background:#ec1c24;width:100%;font-weight:bold;"> <img src="testing/images/our-needs.png"> <p style="padding-top: 15px;"><a href="#" class="need">Share Your Quote</a></p> </li> --> <li style="background:#00a551;width:100%;font-weight:bold;"> <img src="testing/images/seller.png"> <p><a href="/vendor-contact" class="Requirement">Want to Sell your<br> Idle Spares?</a></p> </li> <li style="background:#ec1c24;width:100%;font-weight:bold;"> <img src="testing/images/buyer.png"> <p><a href="/vendor-contact" class="Requirement">Looking For Quality <br>Clearance Stock?</a></p> </li> <li style="background:#00a551;width:100%;font-weight:bold;"> <img src="testing/images/partner.png"> <p><a href="/vendor-contact" class="Requirement">Want to become a <br>Business Partner?</a></p> </li> <li style="background:#ec1c24;width:100%;font-weight:bold;"> <img src="testing/images/our-needs.png"> <p style="padding-top: 15px;"><a href="/vendor-contact" class="need">Share Your Quote</a></p> </li> </ul> </div> ";} 0 1603 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en block
846 319 a:1:{s:7:"content";s:1003:"<style> .sticky li:hover { margin-left: -115px; } .sticky-container { padding: 0px; margin: 0px; position: fixed; right: -151px; top: 150px; width: 214px; z-index: 1100; } .sticky li img { float: left; margin: 5px 4px; margin-right: 5px; } .sticky li p { padding-top: 5px; margin: 0px; line-height: 16px; font-size: 11px; } a.Requirement, a.need { color: #ffff !important; font-size: 12px; } .sticky li p a { text-decoration: none; color: #2C3539; } /*.sticky li { list-style-type: none; background-color: #fff; color: #efefef; height: 44px; padding: 0px; margin: 0px 0px 1px 0px; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; cursor: pointer; }*/ .ty-wysiwyg-content ul { list-style-type: none!important; } </style> ";} 0 1604 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en css
871 322 a:1:{s:7:"content";s:85:"<p><img src="https://www.stock2cart.com/images/BOSCH%20BANNER.jpg?1568376297964"></p>";} 0 1611 0 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en electrical img
1346 329 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:9:"9423,9424";}} 0 1684 0 A banners a:5:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"200px";s:10:"navigation";s:1:"N";s:5:"delay";s:1:"3";} 0 1 en banner 4
1346 330 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:9:"9431,9434";}} 0 1685 0 A banners a:5:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"200px";s:10:"navigation";s:1:"N";s:5:"delay";s:1:"3";} 0 1 en banner 55
1274 338 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:21:"8,9407,9408,9425,9426";}} 0 1696 0 D banners a:3:{s:8:"template";s:34:"addons/banners/blocks/carousel.tpl";s:10:"navigation";s:1:"D";s:5:"delay";s:1:"3";} 0 1 en banner
843 2 0 995 top-currencies 1 A currencies a:3:{s:8:"template";s:21:"blocks/currencies.tpl";s:6:"format";s:6:"symbol";s:14:"dropdown_limit";s:1:"3";} 0 1 en Currencies
875 11 0 1029 1 D main 0 1 en Main Content
1355 87 0 1713 blocks/wrappers/footer_general.tpl 1 A template a:1:{s:8:"template";s:56:"addons/newsletters/blocks/static_templates/subscribe.tpl";} 0 1 en Newsletter sign up
1288 127 a:1:{s:7:"content";s:1778:"<style> .ty-sidebox.subcategories { border: 1px solid #e1e1e1; text-align: center; } .subcategories .ty-text-links__item { padding: 11.5px 0; border-bottom: 1px solid #e1e1e1; margin-right: 0; } .ty-sidebox.subcategories { margin-bottom: 0; } .subcategories .ty-text-links { margin: 0; } .subcategories .ty-sidebox__title { padding: 14px 0px 9px 0px; border-bottom: 1px solid #e1e1e1; background:#4caf50; } .subcategories span.ty-sidebox__title-wrapper { color: #fff; } .subcategories a.ty-text-links__a { color: #191919; } .subcategories .ty-sidebox__title:hover { box-shadow: 2px 2px 5px 0 #ccc; color: #333; font-weight: 400; } .subcategories .ty-text-links__item:hover { box-shadow: 2px 2px 5px 0 #ccc; color: #333; font-weight: 400; } .subcategories .ty-text-links__item:hover .ty-text-links__a{ color: #47525d; font-weight: bold; } .span16.custom-blocks{ padding: 10px; margin-top: 10px; border-top: 3px solid #191919; } .bannerh .ty-banner__image { height:max-content; } .span16.most-popular { border-bottom: 1px solid #eee; padding: 5px; border-top: 3px solid #191919; } .accent_bg_section { background-color: #e5e9ec; } .home-big-banner .owl2-dots{ text-align: center; } .mach_subcat .ty-footer-general__header{ background: #43b02a; padding: 19px; text-align: center; } .subcategories { text-align: center!important; } .subcategories { border: 1px solid #e1e1e1; padding: 0!important; } .ty-footer-menu__items, .ty-footer-general__body { margin: 0!important; } .ty-scroller-list__item { padding: 13px; border: 1px solid #e1e1e1; } </style>";} 0 1565 1 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en style 2
1282 147 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:11:"52254,52047";}} 0 1575 1 A products a:11:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"2";s:15:"thumbnail_width";s:2:"70";s:18:"outside_navigation";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en product 4
1286 156 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:11:"50968,50980";}} 0 1583 1 A products a:11:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"2";s:15:"thumbnail_width";s:2:"70";s:18:"outside_navigation";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en product 7
1273 157 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:35:"3161,669,670,672,2194,2714,2984,418";}} 0 1595 blocks/wrappers/footer_general.tpl subcategories mach_subcat 1 D categories a:1:{s:8:"template";s:43:"blocks/categories/categories_text_links.tpl";} 0 1 en Test & Measure
1294 163 a:1:{s:5:"items";a:3:{s:7:"filling";s:7:"on_sale";s:5:"limit";s:1:"2";s:3:"cid";s:0:"";}} 0 1600 1 A products a:11:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"2";s:15:"thumbnail_width";s:2:"70";s:18:"outside_navigation";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en product 12
874 170 a:1:{s:7:"content";s:83:"<p><img src="https://www.stock2cart.com/images/becamesellar.png?1566364279451"></p>";} 0 1561 1 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en banner 5
1348 195 a:1:{s:7:"content";s:156:"<span style="color:white;"><span class="fa fa-envelope"></span>&nbsp;&nbsp; Email :</span> <em><p style="color:white;">support@stock2cart.com</p></em> ";} 0 1700 blocks/wrappers/footer_general.tpl 1 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Contact Information
1349 196 a:1:{s:4:"menu";s:1:"3";} 0 1703 blocks/wrappers/footer_general.tpl 1 A menu a:2:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"N";} 0 1 en Get to know us
1350 197 a:1:{s:4:"menu";s:1:"7";} 0 1705 blocks/wrappers/footer_general.tpl 1 A menu a:2:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"N";} 0 1 en Let us Help You
1351 198 a:1:{s:4:"menu";s:1:"8";} 0 1707 blocks/wrappers/footer_general.tpl 1 A menu a:2:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"N";} 0 1 en Policy
1356 208 0 1717 1 D template a:1:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__top_buttons.tpl";} 0 1 en AB: Buttons Compare and Wishlist
846 209 a:1:{s:7:"content";s:406:"<div class="ut2-pn"> <div class="ut2-pn__items"> <a href="tel:{$settings.Company.company_phone}">{$settings.Company.company_phone}</a> <a href="tel:{$settings.Company.company_phone_2}">{$settings.Company.company_phone_2}</a> </div> <div class="ut2-pn__link"> {if $addons.call_requests.status == "A"}{include file="addons/call_requests/blocks/abt__ut2_call_request.tpl"}{/if} </div> </div>";} 0 1000 top-phones-grid 1 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Request callback from us
866 221 a:1:{s:5:"items";a:3:{s:7:"filling";s:7:"on_sale";s:5:"limit";s:1:"8";s:3:"cid";s:0:"";}} 0 1018 hidden-phone 1 A products a:4:{s:8:"template";s:41:"blocks/products/products_multicolumns.tpl";s:11:"item_number";s:1:"N";s:17:"number_of_columns";s:1:"4";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en On Sale
868 224 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"22,23";}} 0 1021 hidden-phone 1 A banners a:5:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:10:"navigation";s:1:"N";s:5:"delay";s:1:"7";} 0 1 en AB: Banner 2
870 227 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"26,27";}} 0 1024 hidden-phone 1 A banners a:5:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:10:"navigation";s:1:"N";s:5:"delay";s:1:"6";} 0 1 en AB: Banner 5
873 231 a:1:{s:5:"items";a:3:{s:7:"filling";s:26:"blog.recent_posts_scroller";s:14:"parent_page_id";s:0:"";s:6:"period";s:1:"A";}} 0 1027 blocks/wrappers/abt__ut2__mainbox_general.tpl 1 D blog a:1:{s:8:"template";s:43:"addons/blog/blocks/abt_ut2_recent_posts.tpl";} 0 1 en Reviews / News
1297 234 a:1:{s:7:"content";s:612:"<p>A site that sells products online. Allows users to create a purchase order, choose a payment method and deliver the order on the Internet. Having chosen the necessary goods or services, the user usually has the opportunity to select a method of payment and delivery on the site right away.</p><p>The main difference between the Internet store and the traditional one is in the type of the trading platform. A typical store needs a trading hall, shop windows, price tags, as well as sellers, cashiers and experienced consultants, the online store has the entire infrastructure implemented programmatically.</p>";} 0 1031 blocks/wrappers/abt__ut2__mainbox_general.tpl 1 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en About company
1354 280 a:1:{s:7:"content";s:108:"<p class="copyright">© 2011-2019 Stock2cart.com. Powered by GEESYS Technologies (India) Private Limited</p>";} 0 1711 1 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en copyright
1272 325 a:1:{s:5:"items";a:1:{s:7:"filling";s:3:"all";}} 0 1617 blocks/wrappers/abt__ut2__mainbox_general.tpl 1 D closest_vendors a:5:{s:8:"template";s:50:"addons/vendor_locations/blocks/closest_vendors.tpl";s:17:"number_of_columns";s:1:"8";s:13:"show_location";s:1:"Y";s:19:"show_products_count";s:1:"Y";s:17:"displayed_vendors";s:2:"10";} 0 1 en Suppliers Near You
877 331 a:1:{s:7:"content";s:2044:"<div class="our_customer_blog"> <h2>OUR VALUED CUSTOMERS</h2> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <div class="span16"> <div class="span4"><img src="images/techser.jpg" alt="Los Angeles" style="width:100%;"></div> <div class="span4"><img src="images/LT.jpg" alt="Los Angeles" style="width:100%;"></div> <div class="span4"><img src="images/Sterling-and-Wilsonn.jpg" alt="Los Angeles" style="width:100%;"></div> <div class="span4"> <img src="images/siemens-newjpg.jpg" alt="Chicago" style="width:100%;"></div> </div> </div> <div class="item"> <div class="span16"> <div class="span4"> <img src="images/greenko-Logo.jpg" alt="Chicago" style="width:100%;"></div> <div class="span4"> <img src="images/Kalpataru-Power-Transmission.jpg" alt="Chicago" style="width:100%;"></div> <div class="span4"> <img src="images/redington.jpg" alt="Chicago" style="width:100%;"></div> <div class="span4"> <img src="images/freyr.jpg" alt="Chicago" style="width:100%;"></div> </div> </div> </div> <!-- Left and right controls --> <a class="left carousel-control" href="#myCarousel" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a> </div> </div>";} 0 1687 1 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en slider
843 3 a:1:{s:4:"menu";s:1:"1";} 0 996 top-quick-links 2 A menu a:2:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"Y";} 0 1 en Quick links
850 7 0 1003 top-search 2 A template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 en Search
1354 18 0 1710 2 D template a:1:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";} 0 1 en Copyright
851 51 0 1004 ut2-top-cart-content 2 A cart_content a:4:{s:8:"template";s:23:"blocks/cart_content.tpl";s:22:"display_bottom_buttons";s:1:"Y";s:20:"display_delete_icons";s:1:"Y";s:19:"products_links_type";s:5:"thumb";} 0 1 en Cart content
1272 66 a:1:{s:5:"items";a:1:{s:7:"filling";s:3:"all";}} 0 1688 blocks/wrappers/abt__ut2__mainbox_general.tpl 2 D closest_vendors a:5:{s:8:"template";s:50:"addons/vendor_locations/blocks/closest_vendors.tpl";s:17:"number_of_columns";s:1:"5";s:13:"show_location";s:1:"Y";s:19:"show_products_count";s:1:"Y";s:17:"displayed_vendors";s:2:"10";} 0 1 en Nearby Shops
1274 121 0 1689 2 A template a:1:{s:8:"template";s:67:"addons/kp_whatsapp_share/blocks/static_templates/whatsapp_share.tpl";} 0 1 en Whatsapp chat
1290 140 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:13:"156360,158710";}} 0 1594 2 A products a:11:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"2";s:15:"thumbnail_width";s:2:"70";s:18:"outside_navigation";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en product1
1297 190 a:1:{s:7:"content";s:1385:"<h5 style="margin: 0;">Buy Industrial Goods Online</h5> <p class="para_home">When it comes to shopping online for industrial products, there is no other place better than stock2cart.com. Whether you are looking for office supplies for your new setup or safety equipment for your workers or some hand tools for any type of DIY jobs any other type of industrial goods for your industry, stock2cart.com is just the place for you. We are the one stop shopping destination for electrical equipment, online shopping of industrial goods with access to more than 3,00,000 products. Prices influence the purchasing decisions of a buyer. For the very same reason, at stock2cart.com, we offer discounts from time to time. You can avail the offer and get heavy discounts on safety products , safety shoes , safety jackets , safety helmets , LED lights and various other products. In no time, stock2cart.com stands proudly as the largest B2B2C E-commerce company for industrial products in India. Buying industrial goods has never been this convenient & cost effective. We source products from various national and international brands such as Bosch , stanley, Black & Decker , Syska LED , Finolex, Allen Cooper, Bata, Karam, Taparia, Venus, Alpha, 3M, Flamingo, Acme, LG, Eveready, Safari, Cumi, Hatachi, Makita , GoodYear, Eastman, JCB, Jaguar, etc. We aim for complete customer satisfaction.</p>";} 0 1530 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en text2
845 207 a:1:{s:4:"menu";s:1:"3";} 0 998 hidden-phone 2 A menu a:2:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"N";} 0 1 en Top menu
846 210 a:1:{s:7:"content";s:1558:"<div class="ut2-pn"> <div class="ty-dropdown-box"> <div class="ut2-btn-contacts" onclick="$(this).toggleClass('open');"> <i class="ut2-icon-baseline-phone"></i> <div class="ut2-pn__items-full ty-dropdown-box__content hidden"> <a href="javascript:void(0);" rel="nofollow" class="ut2-btn-close hidden" onclick="$(this).parent().prev().removeClass('open');"><i class="ut2-icon-baseline-close"></i></a> <div class="ut2-pn__items"> {* Change phones numbers *} <a href="tel:+88005550000"><span>+8(800)</span> 555-00-00</a> <a href="tel:+88005550001"><span>+8(800)</span> 555-00-01</a> <a href="tel:+88005550002"><span>+8(800)</span> 555-00-02</a> </div> <div class="ut2-pn__link hidden-desktop"> {if $addons.call_requests.status == "A"}{include file="addons/call_requests/blocks/abt__ut2_call_request.tpl"}{/if} </div> </div> </div> <div class="ut2-pn__wrap "> <div class="ut2-pn__items"> {* Change phone number *} <a href="tel:+88005559595"><span>+8(800)</span> 555-95-95</a> </div> <div class="ut2-pn__link"> {if $addons.call_requests.status == "A"}{include file="addons/call_requests/blocks/abt__ut2_call_request.tpl"}{/if} </div> </div> </div> </div>";} 0 1001 top-phones-grid 2 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en AB: Phone numbers (Demo)
849 211 a:1:{s:4:"menu";s:1:"6";} 0 1002 blocks/wrappers/onclick_dropdown.tpl top-menu-grid-vetrtical 2 A menu a:8:{s:8:"template";s:46:"blocks/menu/abt__ut2_dropdown_vertical_mwi.tpl";s:19:"abt_menu_icon_items";s:1:"Y";s:36:"no_hidden_elements_second_level_view";s:1:"5";s:36:"elements_per_column_third_level_view";s:2:"10";s:30:"dropdown_second_level_elements";s:2:"15";s:29:"dropdown_third_level_elements";s:1:"5";s:18:"abt_menu_ajax_load";s:1:"N";s:24:"abt__ut2_menu_min_height";i:475;} 0 1 en Categories
862 217 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:26:"9414,9415,9416,33,34,35,36";}} 0 1014 homepage-banners 2 A banners a:5:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"480px";s:10:"navigation";s:1:"D";s:5:"delay";s:3:"333";} 0 1 en Main banners
866 222 a:1:{s:5:"items";a:3:{s:7:"filling";s:12:"most_popular";s:5:"limit";s:1:"8";s:3:"cid";s:0:"";}} 0 1019 hidden-phone 2 A products a:4:{s:8:"template";s:41:"blocks/products/products_multicolumns.tpl";s:11:"item_number";s:1:"N";s:17:"number_of_columns";s:1:"4";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en Most Popular
869 225 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:2:"24";}} 0 1022 hidden-phone 2 A banners a:3:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"510px";} 0 1 en AB: Banner 3
875 233 0 1030 blocks/wrappers/abt__ut2__mainbox_general.tpl homepage-our-brands 2 D our_brands a:9:{s:8:"template";s:21:"blocks/our_brands.tpl";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"Y";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"7";s:15:"thumbnail_width";s:2:"75";s:18:"outside_navigation";s:1:"Y";s:11:"total_items";i:0;} 0 1 en Top Brands
1348 282 a:1:{s:7:"content";s:160:"<span style="color:#379424;"><span class="fa fa-envelope"></span>&nbsp;&nbsp; Email :</span> <em><p style="color:#379424;">support@stock2cart.com</p></em> ";} 0 1701 blocks/wrappers/footer_general.tpl 2 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Contact Information
1344 326 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:9:"9425,9426";}} 0 1681 2 A banners a:5:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"200px";s:10:"navigation";s:1:"N";s:5:"delay";s:1:"3";} 0 1 en banner
1345 328 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:4:"9429";}} 0 1683 2 A banners a:5:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"400px";s:10:"navigation";s:1:"D";s:5:"delay";s:1:"3";} 0 1 en phone
1273 166 a:1:{s:5:"items";a:3:{s:7:"filling";s:13:"full_tree_cat";s:18:"parent_category_id";s:0:"";s:7:"sort_by";s:8:"position";}} 0 1562 blocks/wrappers/footer_general.tpl subcategories mach_subcat 3 D categories a:1:{s:8:"template";s:43:"blocks/categories/categories_text_links.tpl";} 0 1 en Safety & Security
1272 189 a:1:{s:7:"content";s:23:"<h4>TOP CATEGORIES</h4>";} 0 1557 blocks/wrappers/abt__ut2__mainbox_simple.tpl 3 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en
1297 191 a:1:{s:7:"content";s:908:"<h5 style="margin: 0;">Next Level Customer Experience</h5> <p class="para_home">We believe in achieving the highest level of customer satisfaction through a huge collection of products, interactive website & mobile experience, timely delivery of household products and proactive customer care. We, at stock2cart.com, know the importance of your time and strive to deliver the products at the earliest at your doorstep. For your industrial products requirement, stock2cart.com is just the right platform to collaborate, without any hassles. Right from small office supplies for your office to security systems including CCTVs, you get to choose from 10,00,000+ products available at Tolexo.com. Apart from office and industry supplies, stock2cart.com, also deals in many household products and equipment like, Gardening Equipment, plumbing tools, DIY tools, electrical accessories, cleaning products, etc.</p>";} 0 1534 3 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en para 3
851 212 0 1005 ut2-top-my-account 3 A my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 0 1 en Account
1344 327 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:9:"9430,9428";}} 0 1682 3 A banners a:5:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:2:"10";s:6:"height";s:5:"200px";s:10:"navigation";s:1:"N";s:5:"delay";s:1:"3";} 0 1 en banner 2
875 28 0 1537 blocks/wrappers/footer_general.tpl 4 D our_brands a:9:{s:8:"template";s:21:"blocks/our_brands.tpl";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"170";s:18:"outside_navigation";s:1:"N";s:11:"total_items";i:0;} 0 1 en Brands
1297 192 a:1:{s:7:"content";s:2053:"<h5 style="margin: 0;">Extensive range of Office Supplies</h5> <p class="para_home">On stock2cart.com, you can buy adhesives online from these globally renowned brands and many other brands like, Jonson, Akfix, Wonder Tape, Dcgpac, 3M and many more at the best prices. With over a million SKUs, and over 28 categories to choose from, stock2cart.com is gearing up for the increasing demand in the Indian market place. We offer a wide assortment of medical supplies online in Medical which also includes Diagnostic Instruments, Medical Consumables, Physiotherapy and Rehab aids, Orthopedics, Rubber Products and Suction Units, Medical Clothing etc. Apart from these, stock2cart.com deals in 28 wide categories of products and over a million products which also includes, test and measurement equipment, Vacuum Cleaners, Trimmers, safety gloves, screwdrivers, hand tools, power tools, machine supply, machine tools, lock nut, electricals, plumbing tools, hand tools, Air Blowers, coach bolts, fans, paper cutters, safety gloves, screwdrivers, Bench Grinders, lubrication, hand tools, philips plug, screwdriver bits, test and measure tools, hardware, extension cords, fasteners, Power tools, air blowers, heat guns, angle grinders lubricants, Burnishers, lab supplies, Bosch Power Tools, indexable inserts, havells socket, pullers, pliers, power drills, hardware, garden tools, LED Lights, adhesives, pneumatic tools, abrasives, medical supplies, lag bolts, screwdriver bits, test and measure tools, hardware, fasteners, washers, screw drivers, Hand Tools, screw online, office supplies, car and bike accessories etc. Now you can buy medical supplies sitting at home, saving your money, time and energy and with a 100% guarantee of genuine products. Moreover, we assure you with a timely dispatch of your order. In case of dissatisfaction because of defect, 15-day money back guarantee. Hence, big industrial and business houses trust us for their bulk buying with respect to business supplies. Where else would you get maximum surety at minimum prices!</p>";} 0 1531 4 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en text
1297 143 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:65:"118777,54344,255644,274922,274940,254594,255504,54135,54100,54092";}} 0 1608 blocks/wrappers/abt__ut2__sidebox_general.tpl 5 D products a:4:{s:8:"template";s:41:"blocks/products/products_multicolumns.tpl";s:11:"item_number";s:1:"N";s:17:"number_of_columns";s:1:"4";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en DEAL OF THE DAY