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 (
    448325, 448328, 448326, 448329, 448333, 
    448330, 448331, 448332, 448327, 448334, 
    448335, 448338, 448342, 448336, 448337, 
    448339, 448340, 448341, 448343, 448345, 
    448344, 448346, 448347, 448348, 448350, 
    448354, 448358, 448351, 448355, 448359, 
    448363, 448349, 448353, 448356, 448365, 
    448361, 448352, 448357, 448360, 448362, 
    448367, 448364, 448368, 448366, 448370, 
    448369
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'en' 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00557

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 (448325,448328,448326,448329,448333,448330,448331,448332,448327,448334,448335,448338,448342,448336,448337,448339,448340,448341,448343,448345,448344,448346,448347,448348,448350,448354,448358,448351,448355,448359,448363,448349,448353,448356,448365,448361,448352,448357,448360,448362,448367,448364,448368,448366,448370,448369))",
            "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
448333 360 0 553094 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
448347 374 0 553108 0 A N main 0 1 en Main Content
448337 416 0 553098 0 A N vendor_search a:1:{s:8:"template";s:32:"blocks/vendors/vendor_search.tpl";} 0 1 en Vendor search
448348 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 553109 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
448351 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 553110 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
448361 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 553119 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
448355 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 553116 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
448327 1248 a:1:{s:4:"menu";s:1:"1";} 0 553085 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
448340 1249 0 553101 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
448334 1327 0 553096 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
448336 1328 a:1:{s:10:"menu_items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 553097 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
448342 1329 0 553103 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
448344 1336 a:1:{s:7:"content";s:18:"<h1>New items</h1>";} 0 553105 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 New items title
448369 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 553140 0 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en FB + Insta
448370 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 553141 0 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en roboti footer
448326 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 553083 0 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en Top Social Links
448340 369 0 553102 et-top-search 1 A N template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 en Search
448331 370 0 553090 1 A N call_request a:1:{s:8:"template";s:44:"addons/call_requests/blocks/call_request.tpl";} 0 1 en Call Request
448327 435 0 553086 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
448361 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 553129 1 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en logo white
448351 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 553112 1 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en logo white
448353 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 553115 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
448355 1241 0 553117 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
448326 1246 a:1:{s:4:"menu";s:2:"12";} 0 553081 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
448333 1247 0 553095 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
448339 1250 a:1:{s:5:"items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 553099 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
448342 1330 a:1:{s:10:"menu_items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 553104 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
448363 18 0 553131 2 A N template a:1:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";} 0 1 en Copyright
448339 103 0 553100 2 A N template a:1:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";} 0 1 en Logo
448332 369 0 553091 2 A N template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 0 1 en Search
448344 373 0 553106 2 A N breadcrumbs a:1:{s:8:"template";s:22:"common/breadcrumbs.tpl";} 0 1 en Breadcrumbs
448352 377 0 553114 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
448365 510 a:1:{s:7:"content";s:4:"<br>";} 0 553132 2 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en space
448368 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 553139 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
448367 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 553138 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
448359 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 553118 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
448361 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 553128 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
448351 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 553111 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
448366 1243 0 553133 2 A N template a:1:{s:8:"template";s:46:"blocks/static_templates/mobile_sticky_home.tpl";} 0 1 en Mobile sticky - Home
448326 1247 0 553082 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
448327 1253 0 553087 2 A N template a:1:{s:8:"template";s:48:"blocks/static_templates/top_wishlist_compare.tpl";} 0 1 en Wishlist/Comparison links
448330 1326 0 553089 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)
448346 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 553107 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
448326 360 0 553084 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
448327 367 0 553088 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
448366 367 0 553134 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
448351 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 553113 3 D N smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 0 1 en moto footer
448361 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 553127 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
448332 1250 a:1:{s:5:"items";a:1:{s:7:"filling";s:13:"full_tree_cat";}} 0 553092 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
448361 377 0 553120 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
448366 1244 0 553135 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
448332 1251 a:1:{s:4:"menu";s:1:"2";} 0 553093 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
448361 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 553121 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
448366 1245 0 553136 5 A N template a:1:{s:8:"template";s:50:"blocks/static_templates/mobile_sticky_wishlist.tpl";} 0 1 en Mobile sticky - Wishlist
448366 435 0 553137 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
448361 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 553122 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
448361 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 553123 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
448361 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 553124 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
448361 1241 0 553125 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
448361 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 553126 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
448361 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 553130 11 A N html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en roboti footer mobile