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 (
    187, 188, 189, 193, 190, 194, 192, 195, 
    191, 205, 300, 206, 1048, 207, 208, 209, 
    210, 211, 212, 299, 213, 214, 301, 215, 
    501, 506, 502, 507, 503, 504, 505
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'en' 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00371

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "387.76"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "200.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": 50,
            "rows_produced_per_join": 50,
            "filtered": "100.00",
            "index_condition": "(`wearethehelpful_scalesta_net`.`cscart_bm_snapping`.`grid_id` in (187,188,189,193,190,194,192,195,191,205,300,206,1048,207,208,209,210,211,212,299,213,214,301,215,501,506,502,507,503,504,505))",
            "cost_info": {
              "read_cost": "25.26",
              "eval_cost": "5.00",
              "prefix_cost": "30.26",
              "data_read_per_join": "38K"
            },
            "used_columns": [
              "snapping_id",
              "block_id",
              "grid_id",
              "wrapper",
              "user_class",
              "order",
              "status"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_blocks",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "wearethehelpful_scalesta_net.cscart_bm_snapping.block_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 50,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "12.50",
              "eval_cost": "5.00",
              "prefix_cost": "47.76",
              "data_read_per_join": "10K"
            },
            "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": [
              "wearethehelpful_scalesta_net.cscart_bm_snapping.block_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 50,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "12.50",
              "eval_cost": "5.00",
              "prefix_cost": "65.26",
              "data_read_per_join": "10K"
            },
            "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": [
              "wearethehelpful_scalesta_net.cscart_bm_snapping.block_id",
              "const",
              "wearethehelpful_scalesta_net.cscart_bm_blocks_descriptions.lang_code",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 50,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(default_content), (`wearethehelpful_scalesta_net`.`default_content`.`object_type` like ''), true)",
            "cost_info": {
              "read_cost": "12.50",
              "eval_cost": "5.00",
              "prefix_cost": "82.76",
              "data_read_per_join": "10K"
            },
            "used_columns": [
              "snapping_id",
              "object_id",
              "object_type",
              "block_id",
              "lang_code",
              "content"
            ]
          }
        },
        {
          "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": [
              "wearethehelpful_scalesta_net.cscart_bm_snapping.snapping_id"
            ],
            "rows_examined_per_scan": 2,
            "rows_produced_per_join": 100,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(cscart_bm_block_statuses), ((`wearethehelpful_scalesta_net`.`cscart_bm_snapping`.`snapping_id` = `wearethehelpful_scalesta_net`.`cscart_bm_block_statuses`.`snapping_id`) and (`wearethehelpful_scalesta_net`.`cscart_bm_block_statuses`.`object_type` like '')), true)",
            "cost_info": {
              "read_cost": "25.00",
              "eval_cost": "10.00",
              "prefix_cost": "117.76",
              "data_read_per_join": "11K"
            },
            "used_columns": [
              "snapping_id",
              "object_ids",
              "object_type"
            ]
          }
        },
        {
          "table": {
            "table_name": "dynamic_object_content",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "wearethehelpful_scalesta_net.cscart_bm_snapping.block_id"
            ],
            "rows_examined_per_scan": 2,
            "rows_produced_per_join": 200,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(dynamic_object_content), ((`wearethehelpful_scalesta_net`.`dynamic_object_content`.`object_id` = 0) and (`wearethehelpful_scalesta_net`.`dynamic_object_content`.`lang_code` = `wearethehelpful_scalesta_net`.`cscart_bm_blocks_descriptions`.`lang_code`) and (`wearethehelpful_scalesta_net`.`dynamic_object_content`.`object_type` like '')), true)",
            "cost_info": {
              "read_cost": "50.00",
              "eval_cost": "20.00",
              "prefix_cost": "187.76",
              "data_read_per_join": "43K"
            },
            "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
195 4 0 208 blocks/wrappers/onclick_dropdown.tpl 0 A my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 0 1 en My Account
194 5 0 207 0 A template a:2:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";s:11:"enable_link";s:1:"Y";} 0 1 en Logo
191 8 0 229 top-cart 0 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";} 0 1 en Cart content
213 24 a:1:{s:5:"items";a:3:{s:7:"filling";s:15:"blog.text_links";s:14:"parent_page_id";s:1:"7";s:5:"limit";s:1:"3";}} 0 225 blocks/wrappers/mainbox_simple.tpl 0 A blog a:1:{s:8:"template";s:33:"addons/blog/blocks/text_links.tpl";} 0 1 en Journal
187 64 a:1:{s:7:"content";s:585:"<ul class="th-social-top"> <!-- <li><a href="https://facebook.com" target="_blank"><img src="../../../../../../../../design/themes/the_helpful/media/images/socials/facebook_icon.png" alt=""></a></li> <li><a href="https://pinterest.com" target="_blank"><img src="../../../../../../../../design/themes/the_helpful/media/images/socials/pinterest_icon.png" alt=""></a></li> --> <li><a href="https://www.instagram.com/wearethehelpful" target="_blank"><img src="../../../../../../../../design/themes/the_helpful/media/images/socials/instagram_icon.png" alt=""></a></li> </ul>";} 0 201 0 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Social Top
193 65 a:1:{s:7:"content";s:86:"<nav> <div class="toggle-wrap"> <span class="toggle-bar"></span> </div> </nav>";} 0 205 0 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Mobile Toggle Button
193 66 a:1:{s:4:"menu";s:1:"6";} 0 206 blocks/wrappers/onclick_dropdown.tpl th-side-categories 0 A menu a:2:{s:8:"template";s:33:"blocks/menu/dropdown_vertical.tpl";s:25:"right_to_left_orientation";s:1:"N";} 0 1 en Main menu mobile
503 67 a:1:{s:4:"menu";s:2:"10";} 0 568 blocks/wrappers/footer_general.tpl 0 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 About
504 68 a:1:{s:4:"menu";s:2:"11";} 0 569 blocks/wrappers/footer_general.tpl 0 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 Help
507 69 a:1:{s:7:"content";s:367:"<div class="th-copyright"> <p>© Copyright 2024 – We Are the Helpful</p> <a href="/marketplace-terms-and-conditions/">Marketplace T&C’s</a> <a href="/website-terms-and-conditions/">Website T&C’s</a> <a href="/privacy-policy/">Privacy Policy</a> <a href="/cookie-policy/">Cookie Policy</a> <span>Give help, not stuff.</span> </div>";} 0 571 0 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Copyright
205 70 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:5:"24,23";}} 0 217 homepage-banners 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:"5";} 0 1 en Main banners
209 74 a:1:{s:7:"content";s:1485:"<div class="th-how-it-works"> <h2>How it works</h2> <h3>Gifting help isn't hard (anymore)</h3> <a href="#" class="ty-btn ty-btn__primary">Get help</a> <div class="th-how-it-works__items"> <div class="th-how-it-works__item"> <img src="../../../../../../../../design/themes/the_helpful/media/images/banners/hiw-1.jpg" alt=""> <div class="th-how-it-works__item-caption"> <div class="th-how-it-works__item-caption-number"><span>1</span></div> <span>Select your service</span> </div> </div> <div class="th-how-it-works__item"> <img src="../../../../../../../../design/themes/the_helpful/media/images/banners/hiw-2.jpg" alt=""> <div class="th-how-it-works__item-caption"> <div class="th-how-it-works__item-caption-number"><span>2</span></div> <span>Enter the number and delivery details of the recipient</span> </div> </div> <div class="th-how-it-works__item"> <img src="../../../../../../../../design/themes/the_helpful/media/images/banners/hiw-3.jpg" alt=""> <div class="th-how-it-works__item-caption"> <div class="th-how-it-works__item-caption-number"><span>3</span></div> <span>Your order get submitted to our partners which you can manage and track within you account!</span> </div> </div> </div> </div>";} 0 221 0 D safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en How it works
211 76 a:1:{s:7:"content";s:2537:"<div class="th-focus"> <div class="th-focus-items"> <div class="th-focus-item"> <img src="{$self_images_dir}/v4/categories/Sophie-Gentle-Habits-headshot.png" alt=""> <div class="th-focus-item__caption"> <h3>GENTLE HABITS</h3> <p>“Gentle Habits is all about finding moments of stillness, joy, movement, love, motivation and self-reflection. Rather than give you advice, we believe you have the answers within yourself. We create tools to prompt you to explore your daily rituals, rhythms and Gentle Habits.”</p> <a href="/partners-in-focus-gentle-habits/">Read More</a> </div> </div> <div class="th-focus-item"> <img src="https://wearethehelpful.com/images/promo/11/the-beauty-standard-partner-blog.png" alt="THE BEAUTY STANDARD"> <div class="th-focus-item__caption"> <h3>THE BEAUTY STANDARD</h3> <p>“We started The Beauty Standard after recognising a gap in the market for a ready-made, premium gift that offers meaningful discovery in beauty and wellness. The beauty box space had become overcrowded with wasteful, throwaway products that lacked intention and lasting value.”</p> <a href="/partners-in-focus-the-beauty-standard/">Read More</a> </div> </div> <div class="th-focus-item"> <img src="https://wearethehelpful.com/images/promo/11/the-sabi-partner-blog.png" alt="THE SABI"> <div class="th-focus-item__caption"> <h3>THE SABI</h3> <p>“The SABI is a science-backed, hormone-conscious, naturopathic brand of skincare and functional herbal infusions to support women through every hormonal phase. With clean, purposeful ingredients, we empower women to balance their hormonal journey with products that nurture, restore, and revive from the inside-out.”</p> <a href="https://wearethehelpful.com/blog/meet-anna-co-founder-and-ceo-of-the-sabi/">Read More</a> </div> </div> <!-- <div class="th-focus-item"> <img src="{$self_images_dir}/v4/focus/focus4.jpg" alt=""> <div class="th-focus-item__caption"> <h3>A focus on partners</h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur quis nunc in ex accumsan posuere. Integer mattis lorem maximus, pretium purus sit amet, pretium ex.</p> <a href="">Read More</a> </div> </div> --> </div> </div>";} 0 223 blocks/wrappers/mainbox_simple.tpl 0 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en IN GOOD COMPANY: Featured from our Brand Collective
212 77 a:1:{s:7:"content";s:24:"<h1>Partner with us</h1>";} 0 224 0 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Partner with us
214 78 a:1:{s:7:"content";s:25:"<h1>Join the village</h1>";} 0 226 0 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Join the village
215 79 a:1:{s:7:"content";s:444:"<div class="th-footer-banners insta-banner"> <h2 class="ty-mainbox-simple-title">Let's be Insta Friends </h2> <p>@wearethehelpful</p> <div> <img src="{$self_images_dir}/banners/food-1.jpg" alt=""> <img src="{$self_images_dir}/banners/food-2.jpg" alt=""> <img src="{$self_images_dir}/banners/self-care-1.jpg" alt=""> <img src="{$self_images_dir}/banners/self-care-2.jpg" alt=""> </div> </div>";} 0 227 0 D safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Footer Banners
505 83 a:1:{s:4:"menu";s:2:"12";} 0 570 blocks/wrappers/footer_general.tpl 0 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 Partners
190 117 a:1:{s:4:"menu";s:1:"6";} 0 312 0 A as_mega_menu a:3:{s:8:"template";s:55:"addons/as_mega_menu/blocks/menu/dropdown_horizontal.tpl";s:30:"dropdown_second_level_elements";s:2:"12";s:29:"dropdown_third_level_elements";s:1:"6";} 0 1 en Mega Menu
191 118 0 313 0 A side_cart_content a:7:{s:8:"template";s:48:"addons/as_side_cart/blocks/side_cart_content.tpl";s:9:"icon_type";s:8:"outlined";s:10:"icon_color";s:7:"#76787e";s:11:"badge_color";s:7:"#faaa8f";s:16:"heading_bg_color";s:7:"#faaa8f";s:18:"heading_text_color";s:7:"#FFFFFF";s:13:"body_bg_color";s:7:"#FFFFFF";} 0 1 en Side cart
299 129 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:1:{s:7:"filling";s:8:"manually";}} 0 325 0 A banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en Home: Link to shop
301 130 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:3:"121";}} 0 326 fullwidth-banner hidden-phone 0 A banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en SHOP EDITS
207 141 a:1:{s:7:"content";s:823:"<div class="th-services"> <div> <a href="{"categories.view?category_id=265"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/feed+nourish.png" alt=""> <p>Feed + Nourish</p> </a> </div> <div> <a href="{"categories.view?category_id=266"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/clean+organise.png" alt=""> <p>Clean + Organise</p> </a> </div> <div> <a href="{"categories.view?category_id=267"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/family+self.png" alt=""> <p>Family + Self Care</p> </a> </div> </div>";} 0 348 blocks/wrappers/mainbox_simple.tpl 0 D safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Shop by Category
502 155 a:1:{s:7:"content";s:206:"<p><br></p> <div id="fd-form-66bcc4b353d124a83cc7f773"></div> <script> window.fd('form', { formId: '66bcc4b353d124a83cc7f773', containerEl: '#fd-form-66bcc4b353d124a83cc7f773' }); </script>";} 0 567 blocks/wrappers/footer_general.tpl 0 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Let's Stay Connected
300 157 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:7:"119,120";}} 0 580 hidden-tablet hidden-desktop 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:"5";} 0 1 en Home page banners mobile
301 158 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:3:"124";}} 0 581 hidden-tablet hidden-desktop 0 A banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en Shop banner homepage mobile
1048 207 a:1:{s:7:"content";s:95:"<div class="category-subheading-box"> <h2 class="ty-mainbox-simple-title">Explore</h2> </div>";} 0 1225 0 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Heading + Description
191 4 0 204 blocks/wrappers/onclick_dropdown.tpl top-my-account 1 A my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 0 1 en My Account
502 12 0 566 1 D template a:1:{s:8:"template";s:65:"addons/newsletters/blocks/static_templates/subscribe_advanced.tpl";} 0 1 en Join our Inner Circle
195 118 0 556 1 A side_cart_content a:7:{s:8:"template";s:48:"addons/as_side_cart/blocks/side_cart_content.tpl";s:9:"icon_type";s:8:"outlined";s:10:"icon_color";s:7:"#76787e";s:11:"badge_color";s:7:"#faaa8f";s:16:"heading_bg_color";s:7:"#faaa8f";s:18:"heading_text_color";s:7:"#FFFFFF";s:13:"body_bg_color";s:7:"#FFFFFF";} 0 1 en Side cart
209 133 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:2:"70";}} 0 331 hidden-tablet hidden-desktop 1 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en How it works - mobile banner
207 140 a:1:{s:7:"content";s:1044:"<div class="category-subheading-box"> <p>Each edit is built from what hundreds of women told us actually made a difference when life happened. Curated to bring relief, connection and care - not clutter..</p> </div> <div class="th-services"> <div> <a href="{"categories.view?category_id=276"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/motherhood-category.jpg" alt=""> <p>Motherhood</p> </a> </div> <div> <a href="{"categories.view?category_id=277"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/GRIEF+LOSS.jpg" alt=""> <p>Grief + Loss</p> </a> </div> <div> <a href="{"categories.view?category_id=278"|fn_url}"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/categories/RECOVERY+ILLNESS.jpg" alt=""> <p>Illness + Recovery</p> </a> </div> </div>";} 0 572 blocks/wrappers/mainbox_simple.tpl 1 D safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Curated Gift Edits for Life's Real Moments
1048 206 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:23:"265,267,276,277,278,297";}} 0 1224 cat-grid 1 A categories a:2:{s:8:"template";s:49:"blocks/categories/categories_multicolumn_list.tpl";s:17:"number_of_columns";s:1:"3";} 0 1 en Categories Block
189 5 0 202 top-logo 2 A template a:2:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";s:11:"enable_link";s:1:"Y";} 0 1 en Logo
191 7 0 230 blocks/wrappers/onclick_dropdown.tpl top-search 2 A template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 en Search
190 9 a:1:{s:4:"menu";s:1:"6";} 0 203 top-menu 2 D menu a:3:{s:8:"template";s:35:"blocks/menu/dropdown_horizontal.tpl";s:30:"dropdown_second_level_elements";s:2:"12";s:29:"dropdown_third_level_elements";s:2:"10";} 0 1 en Main menu
502 13 a:1:{s:7:"content";s:683:"<div class="ty-social-link-block"><h3 class="ty-social-link__title">{__("get_social")}</h3> <div class="ty-social-link facebook"> <a href="http://www.facebook.com"><span class="ty-icon ty-icon-facebook"></span>Facebook</a> </div> <div class="ty-social-link instagram"> <a href="https://www.instagram.com"><span class="ty-icon ty-icon-instagram"></span>Instagram</a> </div> <div class="ty-social-link twitter"> <a href="https://twitter.com"><span class="ty-icon ty-icon-twitter"></span>Twitter</a> </div> <div class="ty-social-link youtube"> <a href="https://www.youtube.com/user/cscartvideos"><span class="ty-icon ty-icon-youtube"></span>Youtube</a> </div></div> ";} 0 565 2 D safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Social links
207 53 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:15:"298,300,301,302";}} 0 559 blocks/wrappers/mainbox_simple.tpl content-grid 2 D vendor_categories a:2:{s:8:"template";s:49:"blocks/categories/categories_multicolumn_list.tpl";s:17:"number_of_columns";s:1:"3";} 0 1 en She Needs Row 1
208 73 a:1:{s:7:"content";s:3220:"<div class="th-trending"> <div class="th-trending-row"> <div class="th-trending-item right-image"> <div class="th-trending-item__image"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/trending/FieldGoods(Kate).jpeg" alt=""> </div> <div class="th-trending-item__caption"> <h3>A Hug From Home with Nourishing Food: FieldGoods</h3> <p>FieldGoods Bundle: “Receiving a box of beautiful, delicious food felt like a hug from home. I was deep in a period of grief, living on the other side of the world from family and solo parenting our three year old. I was only just holding it together.”</p> <a href="real-gifts/real-gifts-field-goods/">Read More</a> </div> </div> <div class="th-trending-item right-image"> <div class="th-trending-item__image"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/trending/PostiveOutcomesJournal(Lucy).jpg" alt=""> </div> <div class="th-trending-item__caption"> <h3>Permission to Look Inward: Positive Outcomes Journal</h3> <p>Positive Outcomes Journal: “Being gifted this journal made me feel seen, it was so thoughtful as a gift and such a beautiful reminder to be gentle with myself and to give myself some time and space.”</p> <a href="/real-gifts/real-gifts-positive-outcomes-journal/">Read More</a> </div> </div> </div> <div class="th-trending-row"> <div class="th-trending-item"> <div class="th-trending-item__image"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/trending/ThisisIncense(Rebecca).jpg" alt=""> </div> <div class="th-trending-item__caption"> <h3>A Moment for Her: This is Incense</h3> <p>This is Incense: “Out of the blue my beautiful friend sent a beautiful set of incense, with the most amazingly calming, nurturing scents that made the house smell like a spa. It was such an amazing gift, it lifted the whole family.”</p> <a href="/real-gifts/real-gifts-this-is-incense/">Read More</a> </div> </div> <div class="th-trending-item"> <div class="th-trending-item__image"> <img src="../../../../../../../../design/themes/the_helpful/media/images/v4/trending/PotsforTots(Rachel).jpeg" alt=""> </div> <div class="th-trending-item__caption"> <h3>Reduce the Mental Load: Pots for Tots</h3> <p>Best Seller Bundle from Pots for Tots: “This box of meals for my two young kiddies came at the best possible time and helped me enormously. I had just returned to work and started a new job after maternity leave after having my second child, and not having to worry about dinner time was a total relief.”</p> <a href="/real-gifts/real-gifts-pots-for-tots/">Read More</a> </div> </div> </div> </div>";} 0 220 blocks/wrappers/mainbox_simple.tpl 2 A safe_smarty_block a:1:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";} 0 1 en Real life. Real Moments. Real Gifts.
210 75 0 222 2 A testimonials a:8:{s:8:"template";s:41:"addons/discussion/blocks/testimonials.tpl";s:5:"limit";s:1:"3";s:6:"random";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";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";} 0 1 en Testimonials
209 122 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:2:"62";}} 0 324 hidden-phone 2 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en How it works - banner
300 127 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:7:"117,118";}} 0 322 homepage-banners fullwidth-banner hidden-phone 2 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";} 0 1 en Home: Banners
206 128 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:2:"63";}} 0 323 hidden-phone 2 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en Home: Why helpful gifting - banner
206 134 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:2:"70";}} 0 332 hidden-tablet hidden-desktop 3 D banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en Home: Why helpful gifting - banner mobile
209 150 a:1:{s:7:"content";s:1510:"<div class="about-us"> <div class="th-focus"> <div class="th-focus-items"> <div class="th-focus-item"> <img src="https://wearethehelpful.com/images/blog/meet-the-founder-kate-we-are-the-helpful%202.jpg?1761055976041"> <div class="th-focus-item__caption"> <h2 class="ty-mainbox-simple-title">I’m obsessed with understanding what helps women when life happens, and I’ve built a gifting platform from their answers.</h2><p>Hi, I'm Kate and somewhere between new babies, burnout, peri shifts, heartbreak, illness and fresh starts, I realised something big:<br> <strong><em>we desperately want to show up for the women we love&hellip; but most gifts don’t actually help.</em></strong></p> <p>The world keeps selling noise, pretty things, filler things, <em>“I hope this lands”</em> things instead of support.</p> <p>So I did the opposite.<br> I asked hundreds of women what <em>truly</em> helped when life got real.<br> Their honesty shaped a new way to gift; one built on care, connection, and easing her load - not adding to it.</p> <p><em>We Are The Helpful</em> exists for those moments when someone in your inner circle is going through it, and you want to get it right.&nbsp; A place to find gifts that meet her in the messy middle, hold her hand, and remind her she’s not doing any of this alone.</p> <p>This is gifting that genuinely helps.<br> And I’m here to help you give it.</p> </div> </div> </div> </div> </div>";} 0 1214 3 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Hi, I'm Kate (Home page)
502 210 a:3:{s:5:"width";s:3:"200";s:6:"height";s:3:"200";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:3:"131";}} 0 1234 blocks/wrappers/footer_general.tpl 3 A banners a:1:{s:8:"template";s:34:"addons/banners/blocks/original.tpl";} 0 1 en Proudly Part of Buy Women Built