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 (
    448230, 448233, 448231, 448234, 448238, 
    448235, 448236, 448237, 448232, 448239, 
    448240, 448243, 448247, 448241, 448242, 
    448244, 448245, 448246, 448248, 448251, 
    448252, 448255, 448253, 448254, 448249, 
    448250, 448256, 448258, 448262, 448266, 
    448259, 448263, 448267, 448271, 448261, 
    448264, 448273, 448257, 448260, 448265, 
    448268, 448275, 448269, 448276, 448278, 
    448270, 448272, 448274, 448277
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'en' 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00620

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3087.24"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "2008.11"
      },
      "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": 87,
            "rows_produced_per_join": 87,
            "filtered": "100.00",
            "index_condition": "(`webmarco`.`cscart_bm_snapping`.`grid_id` in (448230,448233,448231,448234,448238,448235,448236,448237,448232,448239,448240,448243,448247,448241,448242,448244,448245,448246,448248,448251,448252,448255,448253,448254,448249,448250,448256,448258,448262,448266,448259,448263,448267,448271,448261,448264,448273,448257,448260,448265,448268,448275,448269,448276,448278,448270,448272,448274,448277))",
            "cost_info": {
              "read_cost": "153.41",
              "eval_cost": "17.40",
              "prefix_cost": "170.81",
              "data_read_per_join": "67K"
            },
            "used_columns": [
              "snapping_id",
              "block_id",
              "grid_id",
              "wrapper",
              "user_class",
              "order",
              "status",
              "ab__ab_hide_block"
            ]
          }
        },
        {
          "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": [
              "webmarco.cscart_bm_snapping.snapping_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 87,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "87.00",
              "eval_cost": "17.40",
              "prefix_cost": "275.21",
              "data_read_per_join": "10K"
            },
            "used_columns": [
              "snapping_id",
              "object_ids",
              "object_type"
            ],
            "attached_condition": "<if>(is_not_null_compl(cscart_bm_block_statuses), ((`webmarco`.`cscart_bm_snapping`.`snapping_id` = `webmarco`.`cscart_bm_block_statuses`.`snapping_id`) and (`webmarco`.`cscart_bm_block_statuses`.`object_type` like '')), true)"
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_blocks",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "webmarco.cscart_bm_snapping.block_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 87,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "87.00",
              "eval_cost": "17.40",
              "prefix_cost": "379.61",
              "data_read_per_join": "19K"
            },
            "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": [
              "webmarco.cscart_bm_snapping.block_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 87,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "87.00",
              "eval_cost": "17.40",
              "prefix_cost": "484.01",
              "data_read_per_join": "17K"
            },
            "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": [
              "webmarco.cscart_bm_snapping.block_id",
              "const",
              "webmarco.cscart_bm_blocks_descriptions.lang_code",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 87,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "87.00",
              "eval_cost": "17.40",
              "prefix_cost": "588.41",
              "data_read_per_join": "19K"
            },
            "used_columns": [
              "snapping_id",
              "object_id",
              "object_type",
              "block_id",
              "lang_code",
              "content"
            ],
            "attached_condition": "<if>(is_not_null_compl(default_content), (`webmarco`.`default_content`.`object_type` like ''), true)"
          }
        },
        {
          "table": {
            "table_name": "dynamic_object_content",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "webmarco.cscart_bm_snapping.block_id"
            ],
            "rows_examined_per_scan": 23,
            "rows_produced_per_join": 2008,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "89.10",
              "eval_cost": "401.62",
              "prefix_cost": "1079.13",
              "data_read_per_join": "439K"
            },
            "used_columns": [
              "snapping_id",
              "object_id",
              "object_type",
              "block_id",
              "lang_code",
              "content"
            ],
            "attached_condition": "<if>(is_not_null_compl(dynamic_object_content), ((`webmarco`.`dynamic_object_content`.`object_id` = 0) and (`webmarco`.`dynamic_object_content`.`lang_code` = `webmarco`.`cscart_bm_blocks_descriptions`.`lang_code`) and (`webmarco`.`dynamic_object_content`.`object_type` like '')), true)"
          }
        }
      ]
    }
  }
}

Result

grid_id block_id content object_id object_type object_ids snapping_id wrapper user_class order status ab__ab_hide_block type properties company_id storefront_id lang_code name
448238 360 0 552963 0 A N 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 Language
448237 369 0 552960 0 A N template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 en Search
448236 370 0 552959 0 A N call_request a:1:{s:8:"template";s:44:"addons/call_requests/blocks/call_request.tpl";} 0 1 en Call Request
448242 416 0 552967 0 A N vendor_search a:1:{s:8:"template";s:32:"blocks/vendors/vendor_search.tpl";} 0 1 en Vendor search
448254 823 0 552984 0 A N vendor_store_banner a:1:{s:8:"template";s:50:"addons/vendor_store_banner/blocks/store_banner.tpl";} 0 1 en test banner 23
448256 1233 a:8:{s:20:"et_eib_block_1_title";s:15:"Happy Customers";s:19:"et_eib_block_1_text";s:149:"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit";s:20:"et_eib_block_2_title";s:15:"Premium Vendors";s:19:"et_eib_block_2_text";s:149:"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit";s:20:"et_eib_block_3_title";s:23:"Your Secure Marketplace";s:19:"et_eib_block_3_text";s:149:"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit";s:20:"et_eib_block_4_title";s:20:"Buy or Sell Anything";s:19:"et_eib_block_4_text";s:149:"Lorem ipsum dolor sit amet, consectetuer a dipiscing elit, sed diam nonummy nibh euismod tincidunt ut Lorem ipsum dolor consectetuer a dipiscing elit";} 0 552987 addons/et_vivashop_settings/blocks/eib_wrappers/fib_wrapper.tpl 0 A N et_eib a:2:{s:8:"template";s:42:"addons/et_vivashop_settings/blocks/eib.tpl";s:11:"et_settings";a:8:{s:16:"et_icon_position";s:1:"T";s:22:"additional_colors_type";s:1:"S";s:14:"main_bkg_color";s:7:"#eef1ea";s:4:"text";s:7:"#333333";s:6:"icon_1";a:5:{s:4:"type";s:1:"C";s:5:"value";s:17:"et-icon-fib-happy";s:10:"color_type";s:1:"S";s:5:"color";s:7:"#333333";s:3:"bkg";s:7:"#eef1ea";}s:6:"icon_2";a:5:{s:4:"type";s:1:"C";s:5:"value";s:19:"et-icon-fib-premium";s:10:"color_type";s:1:"S";s:5:"color";s:7:"#333333";s:3:"bkg";s:7:"#eef1ea";}s:6:"icon_3";a:5:{s:4:"type";s:1:"C";s:5:"value";s:18:"et-icon-fib-secure";s:10:"color_type";s:1:"S";s:5:"color";s:7:"#333333";s:3:"bkg";s:7:"#eef1ea";}s:6:"icon_4";a:5:{s:4:"type";s:1:"C";s:5:"value";s:20:"et-icon-fib-buy-sell";s:10:"color_type";s:1:"S";s:5:"color";s:7:"#333333";s:3:"bkg";s:7:"#eef1ea";}}} 0 1 en Footer info blocks
448269 1234 a:1:{s:7:"content";s:247:"<ul> <li class="ty-footer-menu__item"><a href="{"companies.apply_for_vendor"|fn_url}">Apply for a seller account</a></li> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=24"|fn_url}">Vendor terms & conditions</a></li> </ul>";} 0 552997 blocks/wrappers/et_mobile_footer_menu.tpl 0 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Sell with us
448259 1234 a:1:{s:7:"content";s:247:"<ul> <li class="ty-footer-menu__item"><a href="{"companies.apply_for_vendor"|fn_url}">Apply for a seller account</a></li> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=24"|fn_url}">Vendor terms & conditions</a></li> </ul>";} 0 552988 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 0 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Sell with us
448263 1240 a:1:{s:7:"content";s:425:"<div></div> <p><span style="color: rgb(255, 255, 255);">WebMarco is an innovative web agency based in Alessandria, Italy. Our passion for helping small businesses has grown us into a full-service strategic company developing online solutions for businesses across different sectors. We provide different services in the technology field such as software development, online marketing and marketplace.</span><br></p><p> </p>";} 0 552994 blocks/wrappers/footer_general.tpl 0 D N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en About us
448231 1246 a:1:{s:4:"menu";s:2:"12";} 0 552951 et-top-left-link 0 D N et_top_menu a:1:{s:8:"template";s:42:"addons/et_mega_menu/blocks/et_top_menu.tpl";} 0 1 en Top left menu - VIVAshop
448232 1248 a:1:{s:4:"menu";s:1:"1";} 0 552954 et-top-right-link 0 D N et_top_menu a:1:{s:8:"template";s:42:"addons/et_mega_menu/blocks/et_top_menu.tpl";} 0 1 en Top right menu - VIVAshop
448245 1249 0 552970 et-header-call 0 D N call_request a:1:{s:8:"template";s:44:"addons/call_requests/blocks/call_request.tpl";} 0 1 en Call
448244 1250 a:1:{s:5:"items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 552968 addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl 0 A N et_main_menu a:3:{s:8:"template";s:43:"addons/et_mega_menu/blocks/et_main_menu.tpl";s:30:"dropdown_second_level_elements";s:2:"12";s:29:"dropdown_third_level_elements";s:1:"5";} 0 1 en All categories
448235 1326 0 552958 0 A N template a:2:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";s:11:"enable_link";s:1:"Y";} 0 1 en Logo (vendor page)
448239 1327 0 552965 0 A N et_vendor_store_header_mobile a:1:{s:8:"template";s:76:"addons/et_vivashop_mv_functionality/blocks/et_vendor_store_header_mobile.tpl";} 0 1 en Vendor store header mobile
448241 1328 a:1:{s:10:"menu_items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 552966 0 A N et_vendor_store_menu_mobile a:1:{s:8:"template";s:74:"addons/et_vivashop_mv_functionality/blocks/et_vendor_store_menu_mobile.tpl";} 0 1 en Vendor store menu mobile
448247 1329 0 552972 0 A N et_vendor_store_header a:1:{s:8:"template";s:69:"addons/et_vivashop_mv_functionality/blocks/et_vendor_store_header.tpl";} 0 1 en Vendor store header
448253 1333 0 552977 blocks/wrappers/et_sidebox_subcategories.tpl 0 A N et_vendor_categories a:1:{s:8:"template";s:67:"addons/et_vivashop_mv_functionality/blocks/et_vendor_categories.tpl";} 0 1 en Vendor Categories
448255 1352 0 552985 0 D N vendor_store_banner a:1:{s:8:"template";s:50:"addons/vendor_store_banner/blocks/store_banner.tpl";} 0 1 en v bann
448277 1374 a:1:{s:7:"content";s:373:"<div class="social-right-links"> <a href="https://www.facebook.com/IlTuoBusinessPartner/?modal=admin_todo_tour" class="social-right-icon social-right-fb" target="_blank"><i class="fab fa-facebook"></i></a> <a href="https://www.instagram.com/webmarco_/" class="social-right-icon social-right-ig" target="_blank"><i class="fab fa-instagram"></i></a> </div> ";} 0 553018 0 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en FB + Insta
448278 1386 a:1:{s:7:"content";s:155:"<p><img style="position: absolute; bottom: 100px; right: 0;" src="/images/robot-marco-no-stripe-350x350-for-footer-min.png?1621334839721"><br></p> <p></p>";} 0 553019 0 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en roboti footer
448244 103 0 552969 1 A N template a:1:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";} 0 1 en Logo
448231 364 0 552952 top-languages 1 A N 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
448245 369 0 552971 et-top-search 1 A N template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 en Search
448232 435 0 552955 top-cart-content 1 A N 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
448253 497 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 552978 blocks/wrappers/et_sidebox_filters.tpl 1 A N product_filters a:1:{s:8:"template";s:48:"blocks/product_filters/for_category/original.tpl";} 0 1 en Vendor filters
448269 1188 a:1:{s:7:"content";s:142:"<p><a href="/"><img src="https://webmarco.com/images/logo-all-white2.png?1615795718331" alt="WebMarco" title="WebMarco"></a></p> <p> <br></p>";} 0 553007 1 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en logo white
448259 1188 a:1:{s:7:"content";s:142:"<p><a href="/"><img src="https://webmarco.com/images/logo-all-white2.png?1615795718331" alt="WebMarco" title="WebMarco"></a></p> <p> <br></p>";} 0 552990 1 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en logo white
448261 1236 a:1:{s:7:"content";s:978:"<div class="et-footer-info-wrapper"> <div class="et-footer-info-wrapper"> <div> <i class="et-icon-pp-phone"></i> </div> <div> <span class="footer-info"> <a style="color: #ffffff;" href="tel:+39 0256568724"> +390256568724</a> </span> </div> </div> <br> <div class="et-footer-info-wrapper"> <div> <i class="et-icon-footer-email"></i> </div> <div> <span class="footer-info"> <a style="color: #ffffff;" href="mailto:info@webmarco.com"> info@webmarco.com</a> </span> </div> </div> <br> <div class="et-footer-info-wrapper"> <div> <i class="et-icon-footer-location"></i> </div> <div> <span class="footer-info"> <a style="color: #ffffff;" href="/contact-us/" lass="ty-exception__links-a">{__('view_on_map')}</a> </span> </div> </div> </div> ";} 0 552993 blocks/wrappers/et_footer_info.tpl space-bottom 1 A N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en WEBMARCO
448263 1241 0 552995 1 D N template a:1:{s:8:"template";s:56:"addons/newsletters/blocks/static_templates/subscribe.tpl";} 0 1 en Subscribe to our newsletter
448238 1247 0 552964 1 A N currencies a:3:{s:8:"template";s:21:"blocks/currencies.tpl";s:6:"format";s:4:"name";s:14:"dropdown_limit";s:1:"0";} 0 1 en Currencies
448237 1250 a:1:{s:5:"items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 552961 1 A N et_main_menu a:3:{s:8:"template";s:43:"addons/et_mega_menu/blocks/et_main_menu.tpl";s:30:"dropdown_second_level_elements";s:2:"12";s:29:"dropdown_third_level_elements";s:1:"5";} 0 1 en All categories
448254 1286 0 552980 blocks/wrappers/et_mainbox_general_full_width_no_title.tpl 1 D N et_subcaegories a:2:{s:8:"template";s:55:"addons/et_vivashop_settings/blocks/et_subcategories.tpl";s:7:"et_type";s:1:"S";} 0 1 en Subcategory images
448251 1289 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:0:"";}} 0 552976 1 A N product_filters a:1:{s:8:"template";s:58:"blocks/product_filters/for_category/horizontal_filters.tpl";} 0 1 en Horizontal filters
448247 1330 a:1:{s:10:"menu_items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 552973 1 A N et_vendor_store_menu a:1:{s:8:"template";s:67:"addons/et_vivashop_mv_functionality/blocks/et_vendor_store_menu.tpl";} 0 1 en Vendor store menu
448255 1354 a:1:{s:5:"items";a:1:{s:7:"filling";s:8:"manually";}} 0 552986 1 D N banners a:3:{s:8:"template";s:43:"addons/et_banners/blocks/et_main_slider.tpl";s:10:"navigation";s:1:"D";s:5:"delay";s:1:"3";} 0 1 en ET store banner
448271 18 0 553009 2 A N template a:1:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";} 0 1 en Copyright
448260 377 0 552992 blocks/wrappers/footer_general.tpl 2 A N template a:1:{s:8:"template";s:44:"blocks/static_templates/my_account_links.tpl";} 0 1 en My account
448273 510 a:1:{s:7:"content";s:4:"<br>";} 0 553010 2 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en space
448276 1237 a:1:{s:7:"content";s:348:"<ul id="demo_store_links" class="ty-footer-menu__items1"> <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="{"pages.view?page_id=88"|fn_url}">Track Order</a></li> <li class="ty-footer-menu__item"><a href="{"sitemap.view"|fn_url}">Sitemap</a></li> </ul>";} 0 553017 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 2 A N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Extras
448275 1238 a:1:{s:7:"content";s:372:"<ul class="ty-footer-menu__items1"> <li class="ty-footer-menu__item"><a href="/buyers-terms-and-conditions/" rel="nofollow">Terms & Conditions</a></li> <li class="ty-footer-menu__item"><a href="/privacy-policy-list" rel="nofollow">Privacy Policy</a></li> <li class="ty-footer-menu__item"><a href="https://client.webmarco.com/" rel="nofollow">Sign Up</a></li> </ul>";} 0 553016 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 2 A N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Privacy
448267 1239 a:1:{s:7:"content";s:619:"<ul class="ty-footer-menu__items1"> <li class="ty-footer-menu__item"><a href="{"profiles.add"|fn_url}">How to rate Sellers</a></li> <li class="ty-footer-menu__item"><a href="{"profiles.add"|fn_url}">Best shopping practices</a></li> <li class="ty-footer-menu__item"><a href="{"profiles.add"|fn_url}">Adding product reviews</a></li> <li class="ty-footer-menu__item"><a href="{"profiles.add"|fn_url}">Shopping guide</a></li> <li class="ty-footer-menu__item"><a href="{"profiles.add"|fn_url}">Buyers info line</a></li> <li class="ty-footer-menu__item"><a href="{"profiles.add"|fn_url}">24/7 assisatnce</a></li> </ul>";} 0 552996 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 2 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Buyer help
448259 1242 a:1:{s:7:"content";s:729:"<div style="color: #fff;"> Let's socialize </div> <div class="et-social-links"> <a href="https://www.facebook.com/IlTuoBusinessPartner/?modal=admin_todo_tour" class="et-social-icon et-social-icon-f" target="_blank"><i class="et-icon-social-f"></i></a> <a href="https://www.instagram.com/webmarco_/" class="et-social-icon et-social-icon-i" target="_blank"><i class="et-icon-social-i"></i></a> <a href="https://www.youtube.com/channel/UC8C400XdYN5xte5Jwz73uvA" class="et-social-icon et-social-icon-y" target="_blank"><i class="et-icon-social-y"></i></a> <!-- <a href="https://www.linkedin.com/" class="et-social-icon et-social-icon-l" target="_blank"><i class="et-icon-social-l"></i></a> --> </div>";} 0 552989 et-footer-social 2 A N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Let's socialize
448269 1242 a:1:{s:7:"content";s:729:"<div style="color: #fff;"> Let's socialize </div> <div class="et-social-links"> <a href="https://www.facebook.com/IlTuoBusinessPartner/?modal=admin_todo_tour" class="et-social-icon et-social-icon-f" target="_blank"><i class="et-icon-social-f"></i></a> <a href="https://www.instagram.com/webmarco_/" class="et-social-icon et-social-icon-i" target="_blank"><i class="et-icon-social-i"></i></a> <a href="https://www.youtube.com/channel/UC8C400XdYN5xte5Jwz73uvA" class="et-social-icon et-social-icon-y" target="_blank"><i class="et-icon-social-y"></i></a> <!-- <a href="https://www.linkedin.com/" class="et-social-icon et-social-icon-l" target="_blank"><i class="et-icon-social-l"></i></a> --> </div>";} 0 553006 et-footer-social 2 A N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Let's socialize
448274 1243 0 553011 2 A N template a:1:{s:8:"template";s:46:"blocks/static_templates/mobile_sticky_home.tpl";} 0 1 en Mobile sticky - Home
448231 1247 0 552953 top-currencies 2 A N currencies a:3:{s:8:"template";s:21:"blocks/currencies.tpl";s:6:"format";s:4:"name";s:14:"dropdown_limit";s:1:"0";} 0 1 en Currencies
448237 1251 a:1:{s:4:"menu";s:1:"2";} 0 552962 2 A N et_menu_horizontal a:3:{s:8:"template";s:49:"addons/et_mega_menu/blocks/et_menu_horizontal.tpl";s:30:"dropdown_second_level_elements";s:2:"12";s:29:"dropdown_third_level_elements";s:1:"6";} 0 1 en Main Menu - VIVAshop
448232 1253 0 552956 2 A N template a:1:{s:8:"template";s:48:"blocks/static_templates/top_wishlist_compare.tpl";} 0 1 en Wishlist/Comparison links
448249 1284 0 552974 blocks/wrappers/et_mainbox_general_full_width_no_title.tpl 2 A N template a:1:{s:8:"template";s:45:"blocks/static_templates/et_category_title.tpl";} 0 1 en Category Title
448254 1331 0 552981 blocks/wrappers/et_mainbox_general_full_width_no_title.tpl 2 D N et_subcaegories a:2:{s:8:"template";s:60:"addons/energothemes_extra_blocks/blocks/et_subcategories.tpl";s:7:"et_type";s:1:"S";} 0 1 en Subcateg scroller
448253 1334 a:1:{s:5:"items";a:3:{s:7:"filling";s:13:"vendor_rating";s:5:"limit";s:1:"8";s:3:"cid";s:0:"";}} 0 552979 blocks/wrappers/et_sidebox_simple_open_on_mobile.tpl et-side-featured-items 2 A N products a:3:{s:8:"template";s:40:"blocks/products/products_links_thumb.tpl";s:11:"item_number";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 en Vendor's top rated items
448232 367 0 552957 blocks/wrappers/onclick_dropdown.tpl top-my-account 3 A N my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 0 1 en My Account
448274 367 0 553012 blocks/wrappers/et_sticky_my_account.tpl 3 A N my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 0 1 en My Account
448249 373 0 552975 3 A N breadcrumbs a:1:{s:8:"template";s:22:"common/breadcrumbs.tpl";} 0 1 en Breadcrumbs
448259 1185 a:1:{s:7:"content";s:189:"<p style="text-align:left; margin-top:25px; margin-left:0px; font-weight: bolder; color: #fff; font-size:20px; font-family: Nunito;"><em>&nbsp; &nbsp;Your Business Partner&nbsp;...</em></p>";} 0 552991 3 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en moto footer
448269 1236 a:1:{s:7:"content";s:978:"<div class="et-footer-info-wrapper"> <div class="et-footer-info-wrapper"> <div> <i class="et-icon-pp-phone"></i> </div> <div> <span class="footer-info"> <a style="color: #ffffff;" href="tel:+39 0256568724"> +390256568724</a> </span> </div> </div> <br> <div class="et-footer-info-wrapper"> <div> <i class="et-icon-footer-email"></i> </div> <div> <span class="footer-info"> <a style="color: #ffffff;" href="mailto:info@webmarco.com"> info@webmarco.com</a> </span> </div> </div> <br> <div class="et-footer-info-wrapper"> <div> <i class="et-icon-footer-location"></i> </div> <div> <span class="footer-info"> <a style="color: #ffffff;" href="/contact-us/" lass="ty-exception__links-a">{__('view_on_map')}</a> </span> </div> </div> </div> ";} 0 553005 blocks/wrappers/et_footer_info.tpl 3 A N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en WEBMARCO
448254 1332 0 552982 3 D N et_subcaegories a:2:{s:8:"template";s:60:"addons/energothemes_extra_blocks/blocks/et_subcategories.tpl";s:7:"et_type";s:1:"T";} 0 1 en Subcateg titles
448254 374 0 552983 4 A N main 0 1 en Main Content
448269 377 0 552998 blocks/wrappers/et_mobile_footer_block.tpl 4 A N template a:1:{s:8:"template";s:44:"blocks/static_templates/my_account_links.tpl";} 0 1 en My account
448274 1244 0 553013 4 A N template a:1:{s:8:"template";s:49:"blocks/static_templates/mobile_sticky_compare.tpl";} 0 1 en Mobile sticky - Compare link
448269 1235 a:1:{s:7:"content";s:636:"<ul id="demo_store_links" class="ty-footer-menu__items1"> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=5"|fn_url}">Shipping</a></li> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=140"|fn_url}">Warranty</a></li> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=4"|fn_url}">Returns</a></li> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=5"|fn_url}">Privacy Policy</a></li> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=139"|fn_url}">FAQ</a></li> <li class="ty-footer-menu__item"><a href="{"discussion.view&thread_id=1"|fn_url}">Testimonials</a></li> </ul>";} 0 552999 blocks/wrappers/et_mobile_footer_menu.tpl 5 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Information
448274 1245 0 553014 5 A N template a:1:{s:8:"template";s:50:"blocks/static_templates/mobile_sticky_wishlist.tpl";} 0 1 en Mobile sticky - Wishlist
448274 435 0 553015 blocks/wrappers/et_sticky_cart.tpl 6 A N 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
448269 1237 a:1:{s:7:"content";s:348:"<ul id="demo_store_links" class="ty-footer-menu__items1"> <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="{"pages.view?page_id=88"|fn_url}">Track Order</a></li> <li class="ty-footer-menu__item"><a href="{"sitemap.view"|fn_url}">Sitemap</a></li> </ul>";} 0 553000 blocks/wrappers/et_mobile_footer_block.tpl 6 A N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Extras
448269 1238 a:1:{s:7:"content";s:372:"<ul class="ty-footer-menu__items1"> <li class="ty-footer-menu__item"><a href="/buyers-terms-and-conditions/" rel="nofollow">Terms & Conditions</a></li> <li class="ty-footer-menu__item"><a href="/privacy-policy-list" rel="nofollow">Privacy Policy</a></li> <li class="ty-footer-menu__item"><a href="https://client.webmarco.com/" rel="nofollow">Sign Up</a></li> </ul>";} 0 553001 blocks/wrappers/et_mobile_footer_block.tpl 7 A N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Privacy
448269 1239 a:1:{s:7:"content";s:619:"<ul class="ty-footer-menu__items1"> <li class="ty-footer-menu__item"><a href="{"profiles.add"|fn_url}">How to rate Sellers</a></li> <li class="ty-footer-menu__item"><a href="{"profiles.add"|fn_url}">Best shopping practices</a></li> <li class="ty-footer-menu__item"><a href="{"profiles.add"|fn_url}">Adding product reviews</a></li> <li class="ty-footer-menu__item"><a href="{"profiles.add"|fn_url}">Shopping guide</a></li> <li class="ty-footer-menu__item"><a href="{"profiles.add"|fn_url}">Buyers info line</a></li> <li class="ty-footer-menu__item"><a href="{"profiles.add"|fn_url}">24/7 assisatnce</a></li> </ul>";} 0 553002 blocks/wrappers/et_mobile_footer_menu.tpl 8 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Buyer help
448269 1241 0 553003 blocks/wrappers/et_mobile_footer_block.tpl 9 D N template a:1:{s:8:"template";s:56:"addons/newsletters/blocks/static_templates/subscribe.tpl";} 0 1 en Subscribe to our newsletter
448269 1240 a:1:{s:7:"content";s:425:"<div></div> <p><span style="color: rgb(255, 255, 255);">WebMarco is an innovative web agency based in Alessandria, Italy. Our passion for helping small businesses has grown us into a full-service strategic company developing online solutions for businesses across different sectors. We provide different services in the technology field such as software development, online marketing and marketplace.</span><br></p><p> </p>";} 0 553004 blocks/wrappers/et_mobile_footer_block.tpl 10 D N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en About us
448269 1387 a:1:{s:7:"content";s:165:"<p><img style="position: absolute; bottom: 200px; right: 0; display: block;" src="/images/robot-marco-no-stripe-350x350-for-footer-mobile-min.png?1621342148997"></p>";} 0 553008 11 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en roboti footer mobile