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 (
    448538, 448541, 448539, 448542, 448546, 
    448543, 448544, 448545, 448540, 448547, 
    448548, 448551, 448555, 448549, 448550, 
    448552, 448553, 448554, 448556, 448558, 
    448557, 448559, 448561, 448565, 448569, 
    448562, 448566, 448570, 448574, 448564, 
    448567, 448576, 448560, 448563, 448568, 
    448571, 448578, 448572, 448579, 448581, 
    448573, 448575, 448577, 448580
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'en' 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00468

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2698.09"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "1754.21"
      },
      "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": 76,
            "rows_produced_per_join": 76,
            "filtered": "100.00",
            "index_condition": "(`webmarco`.`cscart_bm_snapping`.`grid_id` in (448538,448541,448539,448542,448546,448543,448544,448545,448540,448547,448548,448551,448555,448549,448550,448552,448553,448554,448556,448558,448557,448559,448561,448565,448569,448562,448566,448570,448574,448564,448567,448576,448560,448563,448568,448571,448578,448572,448579,448581,448573,448575,448577,448580))",
            "cost_info": {
              "read_cost": "135.21",
              "eval_cost": "15.20",
              "prefix_cost": "150.41",
              "data_read_per_join": "59K"
            },
            "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": 76,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "76.00",
              "eval_cost": "15.20",
              "prefix_cost": "241.61",
              "data_read_per_join": "8K"
            },
            "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": 76,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "76.00",
              "eval_cost": "15.20",
              "prefix_cost": "332.81",
              "data_read_per_join": "16K"
            },
            "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": 76,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "76.00",
              "eval_cost": "15.20",
              "prefix_cost": "424.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": 76,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "76.00",
              "eval_cost": "15.20",
              "prefix_cost": "515.21",
              "data_read_per_join": "16K"
            },
            "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": 1754,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "77.83",
              "eval_cost": "350.84",
              "prefix_cost": "943.88",
              "data_read_per_join": "383K"
            },
            "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
448546 360 0 553376 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
448558 374 0 553389 0 A N main 0 1 en Main Content
448550 416 0 553380 0 A N vendor_search a:1:{s:8:"template";s:32:"blocks/vendors/vendor_search.tpl";} 0 1 en Vendor search
448559 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 553390 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
448562 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 553391 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
448572 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 553400 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
448566 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 553397 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
448540 1248 a:1:{s:4:"menu";s:1:"1";} 0 553367 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
448553 1249 0 553383 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
448547 1327 0 553378 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
448549 1328 a:1:{s:10:"menu_items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 553379 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
448555 1329 0 553385 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
448557 1343 a:1:{s:7:"content";s:16:"<h1>Reviews</h1>";} 0 553387 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 reviews title
448580 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 553421 0 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en FB + Insta
448581 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 553422 0 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en roboti footer
448539 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 553365 0 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Top Social Links
448553 369 0 553384 et-top-search 1 A N template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 en Search
448544 370 0 553372 1 A N call_request a:1:{s:8:"template";s:44:"addons/call_requests/blocks/call_request.tpl";} 0 1 en Call Request
448540 435 0 553368 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
448572 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 553410 1 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en logo white
448562 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 553393 1 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en logo white
448564 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 553396 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
448566 1241 0 553398 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
448539 1246 a:1:{s:4:"menu";s:2:"12";} 0 553363 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
448546 1247 0 553377 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
448552 1250 a:1:{s:5:"items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 553381 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
448555 1330 a:1:{s:10:"menu_items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 553386 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
448574 18 0 553412 2 A N template a:1:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";} 0 1 en Copyright
448552 103 0 553382 2 A N template a:1:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";} 0 1 en Logo
448539 360 0 553366 top-languages 2 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
448545 369 0 553373 2 A N template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 en Search
448557 373 0 553388 2 A N breadcrumbs a:1:{s:8:"template";s:22:"common/breadcrumbs.tpl";} 0 1 en Breadcrumbs
448563 377 0 553395 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
448576 510 a:1:{s:7:"content";s:4:"<br>";} 0 553413 2 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en space
448579 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 553420 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
448578 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 553419 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
448570 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 553399 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
448572 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 553409 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
448562 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 553392 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
448577 1243 0 553414 2 A N template a:1:{s:8:"template";s:46:"blocks/static_templates/mobile_sticky_home.tpl";} 0 1 en Mobile sticky - Home
448540 1253 0 553369 2 A N template a:1:{s:8:"template";s:48:"blocks/static_templates/top_wishlist_compare.tpl";} 0 1 en Wishlist/Comparison links
448543 1326 0 553371 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)
448540 367 0 553370 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
448577 367 0 553415 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
448562 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 553394 3 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en moto footer
448572 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 553408 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
448539 1247 0 553364 top-currencies 3 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
448545 1250 a:1:{s:5:"items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 553374 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
448572 377 0 553401 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
448577 1244 0 553416 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
448545 1251 a:1:{s:4:"menu";s:1:"2";} 0 553375 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
448572 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 553402 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
448577 1245 0 553417 5 A N template a:1:{s:8:"template";s:50:"blocks/static_templates/mobile_sticky_wishlist.tpl";} 0 1 en Mobile sticky - Wishlist
448577 435 0 553418 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
448572 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 553403 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
448572 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 553404 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
448572 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 553405 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
448572 1241 0 553406 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
448572 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 553407 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
448572 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 553411 11 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en roboti footer mobile