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 (
    448371, 448374, 448372, 448375, 448379, 
    448376, 448377, 448378, 448373, 448380, 
    448381, 448384, 448388, 448382, 448383, 
    448385, 448386, 448387, 448389, 448391, 
    448390, 448392, 448393, 448394, 448396, 
    448400, 448404, 448397, 448401, 448405, 
    448409, 448399, 448402, 448411, 448395, 
    448398, 448403, 448406, 448413, 448407, 
    448414, 448416, 448408, 448410, 448412, 
    448415
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'en' 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00656

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2769.94"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "1800.37"
      },
      "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": 78,
            "rows_produced_per_join": 78,
            "filtered": "100.00",
            "index_condition": "(`webmarco`.`cscart_bm_snapping`.`grid_id` in (448371,448374,448372,448375,448379,448376,448377,448378,448373,448380,448381,448384,448388,448382,448383,448385,448386,448387,448389,448391,448390,448392,448393,448394,448396,448400,448404,448397,448401,448405,448409,448399,448402,448411,448395,448398,448403,448406,448413,448407,448414,448416,448408,448410,448412,448415))",
            "cost_info": {
              "read_cost": "139.61",
              "eval_cost": "15.60",
              "prefix_cost": "155.21",
              "data_read_per_join": "60K"
            },
            "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": 78,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "78.00",
              "eval_cost": "15.60",
              "prefix_cost": "248.81",
              "data_read_per_join": "9K"
            },
            "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": 78,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "78.00",
              "eval_cost": "15.60",
              "prefix_cost": "342.41",
              "data_read_per_join": "17K"
            },
            "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": 78,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "78.00",
              "eval_cost": "15.60",
              "prefix_cost": "436.01",
              "data_read_per_join": "15K"
            },
            "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": 78,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "78.00",
              "eval_cost": "15.60",
              "prefix_cost": "529.61",
              "data_read_per_join": "17K"
            },
            "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": 1800,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "79.88",
              "eval_cost": "360.07",
              "prefix_cost": "969.56",
              "data_read_per_join": "393K"
            },
            "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
448379 360 0 553155 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
448393 374 0 553169 0 A N main 0 1 en Main Content
448383 416 0 553159 0 A N vendor_search a:1:{s:8:"template";s:32:"blocks/vendors/vendor_search.tpl";} 0 1 en Vendor search
448394 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 553170 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
448397 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 553171 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
448407 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 553180 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
448401 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 553177 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
448373 1248 a:1:{s:4:"menu";s:1:"1";} 0 553146 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
448386 1249 0 553162 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
448380 1327 0 553157 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
448382 1328 a:1:{s:10:"menu_items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 553158 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
448388 1329 0 553164 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
448390 1337 a:1:{s:7:"content";s:16:"<h1>On sale</h1>";} 0 553166 blocks/wrappers/et_mainbox_general_full_width_no_title.tpl 0 A N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Vendor On sale title
448415 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 553201 0 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en FB + Insta
448416 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 553202 0 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en roboti footer
448372 1410 a:1:{s:7:"content";s:653:"<div class="social-top-links"> <a href="https://www.facebook.com/IlTuoBusinessPartner/?modal=admin_todo_tour" class="social-top-icon social-top-fb" target="_blank"><i class="fab fa-facebook"></i></a> <a href="https://www.instagram.com/webmarco_/" class="social-top-icon social-top-ig" target="_blank"><i class="fab fa-instagram"></i></a> <a href="https://www.youtube.com/channel/UC8C400XdYN5xte5Jwz73uvA" class="social-top-icon social-top-yt" target="_blank"><i class="fab fa-youtube"></i></a> <a href="https://wa.link/vrlj31" class="social-top-icon social-top-wp" target="_blank"><i class="fab fa-whatsapp"></i></a> </div> ";} 0 553144 0 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Top Social Links
448386 369 0 553163 et-top-search 1 A N template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 en Search
448377 370 0 553151 1 A N call_request a:1:{s:8:"template";s:44:"addons/call_requests/blocks/call_request.tpl";} 0 1 en Call Request
448373 435 0 553147 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
448407 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 553190 1 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en logo white
448397 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 553173 1 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en logo white
448399 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 553176 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
448401 1241 0 553178 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
448372 1246 a:1:{s:4:"menu";s:2:"12";} 0 553142 et-top-left-link 1 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
448379 1247 0 553156 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
448385 1250 a:1:{s:5:"items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 553160 addons/et_mega_menu/blocks/wrappers/et_category_menu_icon.tpl 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
448388 1330 a:1:{s:10:"menu_items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 553165 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
448409 18 0 553192 2 A N template a:1:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";} 0 1 en Copyright
448385 103 0 553161 2 A N template a:1:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";} 0 1 en Logo
448378 369 0 553152 2 A N template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 en Search
448390 373 0 553167 2 A N breadcrumbs a:1:{s:8:"template";s:22:"common/breadcrumbs.tpl";} 0 1 en Breadcrumbs
448398 377 0 553175 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
448411 510 a:1:{s:7:"content";s:4:"<br>";} 0 553193 2 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en space
448414 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 553200 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
448413 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 553199 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
448405 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 553179 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
448407 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 553189 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
448397 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 553172 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
448412 1243 0 553194 2 A N template a:1:{s:8:"template";s:46:"blocks/static_templates/mobile_sticky_home.tpl";} 0 1 en Mobile sticky - Home
448372 1247 0 553143 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
448373 1253 0 553148 2 A N template a:1:{s:8:"template";s:48:"blocks/static_templates/top_wishlist_compare.tpl";} 0 1 en Wishlist/Comparison links
448376 1326 0 553150 2 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)
448392 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 553168 blocks/wrappers/et_sidebox_products.tpl 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
448372 360 0 553145 top-languages 3 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
448373 367 0 553149 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
448412 367 0 553195 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
448397 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 553174 3 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en moto footer
448407 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 553188 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
448378 1250 a:1:{s:5:"items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 553153 3 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
448407 377 0 553181 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
448412 1244 0 553196 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
448378 1251 a:1:{s:4:"menu";s:1:"2";} 0 553154 4 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
448407 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 553182 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
448412 1245 0 553197 5 A N template a:1:{s:8:"template";s:50:"blocks/static_templates/mobile_sticky_wishlist.tpl";} 0 1 en Mobile sticky - Wishlist
448412 435 0 553198 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
448407 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 553183 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
448407 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 553184 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
448407 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 553185 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
448407 1241 0 553186 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
448407 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 553187 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
448407 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 553191 11 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en roboti footer mobile