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 (
    181, 182, 190, 183, 189, 184, 185, 186, 
    187, 188, 191, 192, 193, 194, 195, 196, 
    197, 198, 199, 200, 201, 202, 203, 204, 
    246, 205, 206, 207, 208, 209, 210, 212, 
    217, 211, 213, 214, 215, 216, 218, 219
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'en' 
  AND cscart_bm_blocks.company_id = 1 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00176

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_bm_block_statuses",
      "access_type": "system",
      "possible_keys": ["snapping_id"],
      "rows": 0,
      "filtered": 0,
      "const_row_not_found": true
    },
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_bm_snapping.`order`, cscart_bm_snapping.block_id",
        "table": {
          "table_name": "cscart_bm_snapping",
          "access_type": "ALL",
          "possible_keys": ["grid_id"],
          "rows": 295,
          "filtered": 23.05084801,
          "attached_condition": "cscart_bm_snapping.grid_id in (181,182,190,183,189,184,185,186,187,188,191,192,193,194,195,196,197,198,199,200,201,202,203,204,246,205,206,207,208,209,210,212,217,211,213,214,215,216,218,219)"
        }
      }
    },
    "table": {
      "table_name": "cscart_bm_blocks",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["block_id"],
      "ref": ["intels7_intels7db.cscart_bm_snapping.block_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "cscart_bm_blocks.company_id = 1"
    },
    "table": {
      "table_name": "cscart_bm_blocks_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "10",
      "used_key_parts": ["block_id", "lang_code"],
      "ref": ["intels7_intels7db.cscart_bm_snapping.block_id", "const"],
      "rows": 1,
      "filtered": 100,
      "index_condition": "cscart_bm_blocks_descriptions.lang_code = 'en'"
    },
    "table": {
      "table_name": "default_content",
      "access_type": "ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "18",
      "used_key_parts": ["block_id", "snapping_id", "lang_code", "object_id"],
      "ref": [
        "intels7_intels7db.cscart_bm_snapping.block_id",
        "const",
        "intels7_intels7db.cscart_bm_blocks_descriptions.lang_code",
        "const"
      ],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(default_content.object_type like '')"
    },
    "table": {
      "table_name": "dynamic_object_content",
      "access_type": "ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["block_id"],
      "ref": ["intels7_intels7db.cscart_bm_snapping.block_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(dynamic_object_content.lang_code = cscart_bm_blocks_descriptions.lang_code and dynamic_object_content.object_id = 0 and dynamic_object_content.object_type like '')"
    }
  }
}

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
193 6 0 221 0 A call_request a:1:{s:8:"template";s:44:"addons/call_requests/blocks/call_request.tpl";} 1 1 en Call Request
208 64 0 249 blocks/wrappers/mainbox_simple.tpl 0 D testimonials a:8:{s:8:"template";s:41:"addons/discussion/blocks/testimonials.tpl";s:5:"limit";s:2:"10";s:6:"random";s:1:"N";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:"2";s:18:"outside_navigation";s:1:"Y";} 1 1 en Reviews
209 65 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 251 0 A banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 1 1 en Footer banners
185 77 0 213 0 A template a:1:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";} 1 1 en Logo
186 78 a:1:{s:4:"menu";s:1:"5";} 0 215 GBS-menu-text 0 A menu a:1:{s:8:"template";s:35:"blocks/menu/dropdown_horizontal.tpl";} 1 1 en New main menu
187 80 0 216 0 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";} 1 1 en Cart content
189 81 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 218 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:"5";} 1 1 en Homepage Banners
195 82 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 223 0 A banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 1 1 en Holiday Block
213 86 0 255 blocks/wrappers/footer_general.tpl 0 A template a:1:{s:8:"template";s:44:"blocks/static_templates/my_account_links.tpl";} 1 1 en DGP INTELSIUS LTD
197 93 a:5:{s:12:"top_position";s:3:"23%";s:14:"right_position";s:1:"0";s:15:"bottom_position";s:0:"";s:13:"left_position";s:0:"";s:7:"content";s:744:"<style> .fixed-social-link { display: block; margin-bottom: 2px; width: 50px; text-align: center; padding: 10px 0; } .fixed-social-link img { width: 50%; margin: auto; } .fixed-social-linkedin { background-color: #217bb6; } .fixed-social-youtube { background-color: #bb0800; } </style> <a target="_blank" class="fixed-social-link fixed-social-linkedin" href="https://www.linkedin.com/company/dgp-intelsius/"> <img src="/images/social/linkedin.png"> </a> <a target="_blank" class="fixed-social-link fixed-social-youtube" href="https://www.youtube.com/channel/UCSouCdFRDtVQKVaattDVEzg"> <img src="/images/social/youtube.png"> </a>";} 0 227 0 A fixed_content a:1:{s:8:"template";s:65:"addons/as_intelsius_custom_theme/blocks/fixed_content/default.tpl";} 1 1 en Social Fixed Position
205 102 a:1:{s:7:"content";s:1009:"<h4>We’re experts in the design and manufacture of compliant sample transport and temperature-controlled packaging. </h4><h4>Whatever your payload, we pride ourselves on working closely with you to find the perfect solution to your sample transport, or cold chain shipping needs.<br></h4><p>We design and manufacture both Category A and B compliant sample transport packaging, and a range of temperature-controlled packaging spanning -80°C to the 15-25°C temperature ranges, and in sizes spanning 1L to 450L. </p><p>With established logistics networks throughout North America, when you shop online with Intelsius you can receive your packaging in a matter of days. To find out more about a specific packaging solution, or to make a general inquiry, get in touch using the details below or use the menu above to browse our packaging portfolio. </p><p>Phone: <a href="tel:+1 317 452 4006">+1 317 452 4006</a> </p><p>Email: <a href="mailto:americasorders@intelsius.com">americasorders@intelsius.com</a></p>";} 0 243 0 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 1 en Homepage Copy
206 105 a:1:{s:5:"items";a:1:{s:7:"filling";s:8:"manually";}} 0 247 0 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 1 1 en Sample Transport
207 106 a:1:{s:5:"items";a:1:{s:7:"filling";s:8:"manually";}} 0 248 0 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 1 1 en Temperature- Controlled Solutions
211 107 a:1:{s:7:"content";s:288:"<div class="social-content"> <div class="ty-social-link facebook"> <a href="http://www.facebook.com"><i class="ty-icon-facebook"></i> Facebook</a> </div> <div class="ty-social-link twitter"> <a href="https://twitter.com"><i class="ty-icon-twitter"></i> Twitter</a> </div></div> ";} 0 252 0 D smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 1 1 en Social links
211 108 a:1:{s:7:"content";s:104:"<p><b><br></b></p><p><b>BE THE FIRST TO FIND OUT ABOUT NEW PRODUCTS, STORIES, AND OUR COMMUNITY.</b></p>";} 0 253 0 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 1 en Newsletter Subscribe
214 109 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 256 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 0 D smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 1 1 en Demo Store
215 111 a:1:{s:7:"content";s:153:"We design and manufacture intelligent sample transport and temperature-controlled packaging that is environmentally sustainable and regulatory compliant.";} 0 258 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 0 A smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 1 1 en About us
216 112 a:1:{s:7:"content";s:291:"<p><span>Price list</span></p> <ul> {if $auth.user_id} <li><a href="{"price_list.view&amp;display=xls"|fn_url}">XLS price list</a></li> <li><a href="{"price_list.view&amp;display=pdf"|fn_url}">PDF price list</a></li> {else} <li>Please login to retrieve XLS or PDF price list</li> {/if} </ul>";} 0 259 blocks/wrappers/footer_general.tpl 0 D safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 1 1 en Price List
204 124 a:1:{s:7:"content";s:252:"<h1><img src="https://intelsiusdemo.com/images/blog/Blog%20Images/marken%20logo.png?1712938625004" height="100px" width="200px"> AT <img src="https://intelsiusdemo.com/images/blog/Blog%20Images/Logo.jpg?1712939038583" height="100px" width="200px"></h1>";} 0 304 0 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 1 en Marken Intro Header
216 56 0 260 1 A template a:1:{s:8:"template";s:56:"addons/newsletters/blocks/static_templates/subscribe.tpl";} 1 1 en Subscribe
208 56 0 250 1 A template a:1:{s:8:"template";s:56:"addons/newsletters/blocks/static_templates/subscribe.tpl";} 1 1 en Subscribe
211 56 0 254 1 A template a:1:{s:8:"template";s:56:"addons/newsletters/blocks/static_templates/subscribe.tpl";} 1 1 en Subscribe
197 81 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 228 1 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:"5";} 1 1 en Homepage Banners
195 83 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 224 1 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 1 1 en LaborDayBanner
181 91 a:1:{s:7:"content";s:288:"<div class="social-content"> <div class="ty-social-link facebook"> <a href="http://www.facebook.com"><i class="ty-icon-facebook"></i> Facebook</a> </div> <div class="ty-social-link twitter"> <a href="https://twitter.com"><i class="ty-icon-twitter"></i> Twitter</a> </div></div> ";} 0 206 blocks/wrappers/onclick_dropdown.tpl social-list 1 D smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 1 1 en Social links
185 93 a:5:{s:12:"top_position";s:3:"23%";s:14:"right_position";s:1:"0";s:15:"bottom_position";s:0:"";s:13:"left_position";s:0:"";s:7:"content";s:744:"<style> .fixed-social-link { display: block; margin-bottom: 2px; width: 50px; text-align: center; padding: 10px 0; } .fixed-social-link img { width: 50%; margin: auto; } .fixed-social-linkedin { background-color: #217bb6; } .fixed-social-youtube { background-color: #bb0800; } </style> <a target="_blank" class="fixed-social-link fixed-social-linkedin" href="https://www.linkedin.com/company/dgp-intelsius/"> <img src="/images/social/linkedin.png"> </a> <a target="_blank" class="fixed-social-link fixed-social-youtube" href="https://www.youtube.com/channel/UCSouCdFRDtVQKVaattDVEzg"> <img src="/images/social/youtube.png"> </a>";} 0 214 1 A fixed_content a:1:{s:8:"template";s:65:"addons/as_intelsius_custom_theme/blocks/fixed_content/default.tpl";} 1 1 en Social Fixed Position
204 94 a:1:{s:7:"content";s:371:"<p>Marken works with Intelsius provide the highest quality possible packing options for Temperature Controlled Packaging and Sample Transport packaging needs.<br> This Portal offers a streamline and instant communication between Intelsius and Marken. The portal will allow for easy and immediate changes to accommodate the dynamic needs of both Marken and Intelsius.</p>";} 0 234 blocks/wrappers/mainbox_simple.tpl 1 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 1 en Marken Webstore Product Demo
205 103 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 244 blocks/wrappers/mainbox_general.tpl 1 A blog a:7:{s:8:"template";s:44:"addons/blog/blocks/recent_posts_scroller.tpl";s:5:"limit";s:1:"3";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:"3";s:18:"outside_navigation";s:1:"Y";} 1 1 en News
214 110 a:1:{s:7:"content";s:750:" <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 257 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 1 A smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 1 1 en Customer Service
188 4 0 217 blocks/wrappers/onclick_dropdown.tpl top-my-accountSubDomain 2 A my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 1 1 en My Account
192 7 0 220 top-search 2 D template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 1 1 en Search
201 11 0 231 2 D main 1 1 en Main Content
218 18 0 261 2 A template a:1:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";} 1 1 en Copyright
219 19 0 262 2 D template a:1:{s:8:"template";s:41:"blocks/static_templates/payment_icons.tpl";} 1 1 en Payment icons
205 56 0 245 blocks/wrappers/mainbox_general.tpl newslater 2 D template a:1:{s:8:"template";s:56:"addons/newsletters/blocks/static_templates/subscribe.tpl";} 1 1 en Subscribe
199 77 0 229 top-logo 2 A template a:1:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";} 1 1 en Logo
200 78 a:1:{s:4:"menu";s:1:"5";} 0 230 2 A menu a:1:{s:8:"template";s:35:"blocks/menu/dropdown_horizontal.tpl";} 1 1 en New main menu
194 80 0 222 top-cart-content 2 D 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";} 1 1 en Cart content
190 82 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 219 2 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 1 1 en Holiday Block
195 84 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 225 2 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 1 1 en Thansgiving Banner
181 92 a:1:{s:7:"content";s:2041:"<div class="language-dropdown__wrapper hidden-mobile language-dropdown"> <div class="language-dropdown__current-selection" id="select-language"> <img class="language-dropdown__flag-icon" width="20" height="15" src="https://intelsius.com/wp-content/themes/intelsius/dist/images/flags/us.svg"> <span class="country-optext">Country Select</span> <img class="language-dropdown__dropdown" src="https://intelsius.com/wp-content/themes/intelsius/dist/images/icons/chev-down-white.svg" id="language-dropdown-white"> <img class="language-dropdown__dropdown" src="https://intelsius.com/wp-content/themes/intelsius/dist/images/icons/chev-down-blue.svg" id="language-dropdown-blue" style="display: none;"> </div> <ul class="language-dropdown__list hide" id="language-dropdown-list"> <li class="language-dropdown__option"> <a data-country="GB" href="https://intelsius.com"> <img class="language-dropdown__flag-icon" width="20" height="15" src="https://intelsius.com/wp-content/themes/intelsius/dist/images/flags/gb.svg"> <span class="country-optext">United Kingdom</span> </a> </li> <li class="language-dropdown__option"> <a data-country="US" href="http://intelsiussolutions.com/"> <img class="language-dropdown__flag-icon" width="20" height="15" src="https://intelsius.com/wp-content/themes/intelsius/dist/images/flags/us.svg"> <span class="country-optext">United States</span> </a> </li> <li class="language-dropdown__option"> <a data-country="DE" href="https://intelsius.de"> <img class="language-dropdown__flag-icon" width="20" height="15" src="https://intelsius.com/wp-content/themes/intelsius/dist/images/flags/de.svg"> <span class="country-optext">Deutschland</span> </a> </li> </ul> </div>";} 0 207 2 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 1 1 en Country
246 95 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:2:"61";}} 0 235 blocks/wrappers/mainbox_general.tpl our-category 2 A categories a:2:{s:8:"template";s:49:"blocks/categories/categories_multicolumn_list.tpl";s:17:"number_of_columns";s:1:"2";} 1 1 en Intelsius Products Offered
181 4 0 208 blocks/wrappers/onclick_dropdown.tpl top-my-account 3 A my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 1 1 en My Account
203 21 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 232 homepage-banners ty-banners-free-ship 3 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 1 1 en Free shipping
195 55 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 226 3 D categories a:3:{s:8:"template";s:52:"blocks/categories/categories_dropdown_horizontal.tpl";s:30:"dropdown_second_level_elements";s:2:"12";s:29:"dropdown_third_level_elements";s:1:"6";} 1 1 en Main menu
204 96 0 236 blocks/wrappers/mainbox_general.tpl 3 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 1 en Cold Chain Packaging
205 104 0 246 blocks/wrappers/mainbox_simple.tpl homepage-our-brands 3 D our_brands a:8:{s:8:"template";s:21:"blocks/our_brands.tpl";s:24:"not_scroll_automatically";s:1:"Y";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";} 1 1 en Our brands
203 22 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 233 homepage-banners ty-banners-pickup 4 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 1 1 en Discount for pickup
181 75 a:1:{s:7:"content";s:161:"<p class="ec_mail_info" style="font-color:#27AAE1"><a href="mailto:americasorders@intelsius.com"><i class="ec_icon_mail"></i>Americasorders@intelsius.com</a></p>";} 0 209 4 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 1 en top-nev-email
204 97 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 237 our-category 4 D categories a:1:{s:8:"template";s:78:"addons/alliance_layout/blocks/categories/categories_alliance_category_list.tpl";} 1 1 en Cold Chain Section
181 7 0 210 blocks/wrappers/onclick_dropdown.tpl ec_search 5 A template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 1 1 en Search
204 98 a:1:{s:7:"content";s:335:"<p class="subtitle-size">Intelsius manufactures certified sample transport solutions designed to address the regulatory requirements and protect the integrity of samples to reduce the risk to the patient and public health. All packaging solutions are developed with the user in mind, prioritising safety, compliance and usability. </p>";} 0 238 blocks/wrappers/mainbox_general.tpl 5 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 1 en Sample Transport Packaging
181 76 a:1:{s:7:"content";s:163:"<p><a style="color: #27AAE1; font-size: 16px;" href="tel:317-452-4006" class="ec_phone_info"><i class="ec_icon_phone"></i><strong>317-452-4006</strong><br></a></p>";} 0 211 ec_phone 6 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 1 en Customer Service Phone
204 99 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:4:"1243";}} 0 239 our-category 6 D categories a:1:{s:8:"template";s:78:"addons/alliance_layout/blocks/categories/categories_alliance_category_list.tpl";} 1 1 en temperature controlled category
181 71 0 212 7 D languages a:4:{s:8:"template";s:20:"blocks/languages.tpl";s:4:"text";s:9:"Countries";s:6:"format";s:4:"name";s:14:"dropdown_limit";s:1:"4";} 1 1 en Country
204 100 0 240 map-category 7 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 1 en Map html
204 101 a:1:{s:5:"items";a:5:{s:7:"filling";s:6:"newest";s:6:"period";s:1:"A";s:9:"last_days";s:2:"10";s:5:"limit";s:1:"3";s:3:"cid";s:0:"";}} 0 241 blocks/wrappers/mainbox_simple.tpl homepage-hotdeals 8 D products a:11:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"N";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"Y";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:3:"160";s:18:"outside_navigation";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"Y";} 1 1 en Our Prorducts
204 61 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 242 blocks/wrappers/mainbox_simple.tpl homepage-on-sale 9 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";} 1 1 en On Sale