{"id":56,"date":"2020-10-26T12:28:07","date_gmt":"2020-10-26T12:28:07","guid":{"rendered":"https:\/\/nationalstore.be\/?page_id=56"},"modified":"2024-02-01T13:22:22","modified_gmt":"2024-02-01T12:22:22","slug":"white-walls","status":"publish","type":"page","link":"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls","title":{"rendered":"Free spot"},"content":{"rendered":"<div id=\"pl-56\"  class=\"panel-layout\" ><div id=\"pg-56-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-56-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-56-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"panel-widget-style panel-widget-style-for-56-0-0-0\" ><div\n\t\t\t\n\t\t\tclass=\"so-widget-sow-image so-widget-sow-image-default-c67d20f9f743-56\"\n\t\t\t\n\t\t>\n\n<div class=\"sow-image-container\">\n\t\t<img src=\"https:\/\/nationalstore.be\/wp-content\/uploads\/2023\/11\/table-basse.png\" width=\"1080\" height=\"1080\" srcset=\"https:\/\/nationalstore.be\/wp-content\/uploads\/2023\/11\/table-basse.png 1080w, https:\/\/nationalstore.be\/wp-content\/uploads\/2023\/11\/table-basse-300x300.png 300w, https:\/\/nationalstore.be\/wp-content\/uploads\/2023\/11\/table-basse-1024x1024.png 1024w, https:\/\/nationalstore.be\/wp-content\/uploads\/2023\/11\/table-basse-150x150.png 150w, https:\/\/nationalstore.be\/wp-content\/uploads\/2023\/11\/table-basse-768x768.png 768w, https:\/\/nationalstore.be\/wp-content\/uploads\/2023\/11\/table-basse-600x600.png 600w, https:\/\/nationalstore.be\/wp-content\/uploads\/2023\/11\/table-basse-100x100.png 100w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" title=\"White walls\" alt=\"White walls\" loading=\"lazy\" \t\tclass=\"so-widget-image\"\/>\n\t<\/div>\n\n<\/div><\/div><\/div><\/div><div id=\"pgc-56-0-1\"  class=\"panel-grid-cell\" ><div id=\"panel-56-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" ><div class=\"facility panel-widget-style panel-widget-style-for-56-0-1-0\" ><div\n\t\t\t\n\t\t\tclass=\"so-widget-sow-editor so-widget-sow-editor-base\"\n\t\t\t\n\t\t>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n\t<h1>Coffee table \/ Exhibition podium<\/h1>\n<h4>The coffee table \/ exhibition podium (+-1 m2) is fitted with :<\/h4>\n<ul>\n<li>a signage banner dedicated to the name of your organisation<\/li>\n<\/ul>\n<h4>The participation fee includes:<\/h4>\n<ul>\n<li>10 (x2) invitations for the preview<\/li>\n<li>20 (x1) free invitations for the Artist Market<\/li>\n<\/ul>\n<\/div>\n<\/div><\/div><\/div><div id=\"panel-56-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" ><div\n\t\t\t\n\t\t\tclass=\"so-widget-sow-editor so-widget-sow-editor-base\"\n\t\t\t\n\t\t>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n\t<form id=\"formBuy\" method=\"POST\" action=\"https:\/\/nationalstore.be\/en\/checkout-1\">\r\n\r\n<div class=\"table\">\r\n<div class=\"row\">\r\n<div class=\"table-cell\">\r\n<h4 style=\"margin-bottom: 0\">DIMENSIONS<\/h4>\r\n\u2014\r\n<p style=\"margin: 0\">100cm X 100cm<\/p>\r\n<input type=\"text\" style=\"display: none;\" name=\"product_facility\" value=\"PODIUM OR COFFEE TABLE\"\/>\r\n<input type=\"text\" style=\"display: none;\" name=\"dimension_facility\" value=\"100cm X 100cm\"\/>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<div class=\"table\">\r\n<div class=\"row\">\r\n<div class=\"table-cell\" style=\"width: 50%\">\r\n<h4 style=\"margin-bottom: 0\">QUANTITY<\/h4>\r\n<\/div>\r\n<div class=\"table-cell\" style=\"width: 50%\">\r\n<input id=\"quantity_facility\" min=1 max=10 name=\"quantity_facility\" type=\"number\" value=\"1\" class=\"quantity\" \/>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<div class=\"table\">\r\n<div class=\"row\">\r\n<div class=\"table-cell\" style=\"width: 50%\">\r\n<h4 style=\"margin-bottom: 0\">PRICE<\/h4>\r\n\u2014\r\n<p style=\"margin: 0\">(excl.21%)<\/p>\r\n<\/div>\r\n<div class=\"table-cell\" style=\"width: 50%\">\r\n<input type=\"text\" style=\"display: none;\" name=\"total\"\/>\r\n<script type=\"text\/javascript\">\r\nvar x = document.getElementById(\"quantity_facility\").value;\r\nquantity_facility.addEventListener('change', myFunction);\r\nfunction myFunction() {\r\nprice_facility.value = quantity_facility.value * 175;\r\n}\r\n<\/script>\r\n<h3 style=\"margin-bottom:0\">\u20ac <input type=\"text\" id=\"price_facility\" value=\"175\" style=\"font-size: 20px; line-height: 26px; border: none; color: #3C3C3C; font-weight: bold; width: 100px;\" \/><\/h3>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n<p><button>APPLY NOW<\/button><\/p>\r\n<p>The application fee is \u20ac25 incl. VAT. All applications will be subject to deliberation by the selection committee. Selected exhibitors will receive a notification of acceptance and final invoice.<\/p>\r\n\r\n<\/form>\r\n\r\n<script>\r\nvar $qtity = $(\"input[name='quantity_facility']\");\r\nvar $total = $(\"input[name='total']\");\r\nvar $totalText = $(\"span#priceText\");\r\n$qtity.change(calculatePrice);\r\nfunction calculatePrice() {\r\nvar q = $qtity.val();\r\nvar p = 175;\r\nvar t = q * p;\r\nif(q == 3) t = 525;\r\nif(q == 4) t = 700;\r\nif(q == 5) t = 875;\r\nif(q == 6) t = 1050;\r\n$total.val(t);\r\n$totalText.text(\"\u20ac \" + t);\r\n}\r\ncalculatePrice();\r\n$(\"div.exhibitors.hover a\").addClass(\"selected\");\r\n<\/script>\n<\/div>\n<\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Coffee table \/ Exhibition podium The coffee table \/ exhibition podium (+-1 m2) is fitted with : a signage banner dedicated to the name of your organisation The participation fee includes: 10 (x2) invitations for the preview 20 (x1) free invitations for the Artist Market<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":7192,"menu_order":6,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Free spot | Belgian Artists E-shop<\/title>\n<meta name=\"description\" content=\"(All disciplines). We offer white walls that have the following dimensions: 100 cm (W) x 265 cm (H).You determine how many meters you want to reserve.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free spot | Belgian Artists E-shop\" \/>\n<meta property=\"og:description\" content=\"(All disciplines). We offer white walls that have the following dimensions: 100 cm (W) x 265 cm (H).You determine how many meters you want to reserve.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls\" \/>\n<meta property=\"og:site_name\" content=\"NATIONA(A)L ARTIST SUPERMARKET\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/nationalstore\/?ref=br_rs\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-01T12:22:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nationalstore.be\/wp-content\/uploads\/2024\/09\/2-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Nationalstore\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/nationalstore.be\/en\/#organization\",\"name\":\"NATIONA(A)L ARTIST MARKET\",\"url\":\"https:\/\/nationalstore.be\/en\/\",\"sameAs\":[\"https:\/\/www.instagram.com\/nationalstore\/\",\"https:\/\/www.facebook.com\/nationalstore\/?ref=br_rs\",\"https:\/\/twitter.com\/Nationalstore\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nationalstore.be\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nationalstore.be\/wp-content\/uploads\/2024\/03\/nationaal-logo_mauve-cmjn.png\",\"contentUrl\":\"https:\/\/nationalstore.be\/wp-content\/uploads\/2024\/03\/nationaal-logo_mauve-cmjn.png\",\"width\":3475,\"height\":1352,\"caption\":\"NATIONA(A)L ARTIST MARKET\"},\"image\":{\"@id\":\"https:\/\/nationalstore.be\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nationalstore.be\/en\/#website\",\"url\":\"https:\/\/nationalstore.be\/en\/\",\"name\":\"NATIONA(A)L ARTIST SUPERMARKET\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/nationalstore.be\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nationalstore.be\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls#webpage\",\"url\":\"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls\",\"name\":\"Free spot | Belgian Artists E-shop\",\"isPartOf\":{\"@id\":\"https:\/\/nationalstore.be\/en\/#website\"},\"datePublished\":\"2020-10-26T12:28:07+00:00\",\"dateModified\":\"2024-02-01T12:22:22+00:00\",\"description\":\"(All disciplines). We offer white walls that have the following dimensions: 100 cm (W) x 265 cm (H).You determine how many meters you want to reserve.\",\"breadcrumb\":{\"@id\":\"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nationalstore.be\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sell with us\",\"item\":\"https:\/\/nationalstore.be\/en\/sell-with-us\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Apply EXHIBITION &#038; DIGITAL facilities\",\"item\":\"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Apply EXHIBITION FACILITIES\",\"item\":\"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Free spot\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Free spot | Belgian Artists E-shop","description":"(All disciplines). We offer white walls that have the following dimensions: 100 cm (W) x 265 cm (H).You determine how many meters you want to reserve.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls","og_locale":"en_US","og_type":"article","og_title":"Free spot | Belgian Artists E-shop","og_description":"(All disciplines). We offer white walls that have the following dimensions: 100 cm (W) x 265 cm (H).You determine how many meters you want to reserve.","og_url":"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls","og_site_name":"NATIONA(A)L ARTIST SUPERMARKET","article_publisher":"https:\/\/www.facebook.com\/nationalstore\/?ref=br_rs","article_modified_time":"2024-02-01T12:22:22+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/nationalstore.be\/wp-content\/uploads\/2024\/09\/2-2.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@Nationalstore","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/nationalstore.be\/en\/#organization","name":"NATIONA(A)L ARTIST MARKET","url":"https:\/\/nationalstore.be\/en\/","sameAs":["https:\/\/www.instagram.com\/nationalstore\/","https:\/\/www.facebook.com\/nationalstore\/?ref=br_rs","https:\/\/twitter.com\/Nationalstore"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nationalstore.be\/en\/#\/schema\/logo\/image\/","url":"https:\/\/nationalstore.be\/wp-content\/uploads\/2024\/03\/nationaal-logo_mauve-cmjn.png","contentUrl":"https:\/\/nationalstore.be\/wp-content\/uploads\/2024\/03\/nationaal-logo_mauve-cmjn.png","width":3475,"height":1352,"caption":"NATIONA(A)L ARTIST MARKET"},"image":{"@id":"https:\/\/nationalstore.be\/en\/#\/schema\/logo\/image\/"}},{"@type":"WebSite","@id":"https:\/\/nationalstore.be\/en\/#website","url":"https:\/\/nationalstore.be\/en\/","name":"NATIONA(A)L ARTIST SUPERMARKET","description":"","publisher":{"@id":"https:\/\/nationalstore.be\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nationalstore.be\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls#webpage","url":"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls","name":"Free spot | Belgian Artists E-shop","isPartOf":{"@id":"https:\/\/nationalstore.be\/en\/#website"},"datePublished":"2020-10-26T12:28:07+00:00","dateModified":"2024-02-01T12:22:22+00:00","description":"(All disciplines). We offer white walls that have the following dimensions: 100 cm (W) x 265 cm (H).You determine how many meters you want to reserve.","breadcrumb":{"@id":"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2\/white-walls#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nationalstore.be\/en"},{"@type":"ListItem","position":2,"name":"Sell with us","item":"https:\/\/nationalstore.be\/en\/sell-with-us"},{"@type":"ListItem","position":3,"name":"Apply EXHIBITION &#038; DIGITAL facilities","item":"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities"},{"@type":"ListItem","position":4,"name":"Apply EXHIBITION FACILITIES","item":"https:\/\/nationalstore.be\/en\/sell-with-us\/apply-exhibition-digital-facilities\/apply-2"},{"@type":"ListItem","position":5,"name":"Free spot"}]}]}},"_links":{"self":[{"href":"https:\/\/nationalstore.be\/en\/wp-json\/wp\/v2\/pages\/56"}],"collection":[{"href":"https:\/\/nationalstore.be\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nationalstore.be\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nationalstore.be\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nationalstore.be\/en\/wp-json\/wp\/v2\/comments?post=56"}],"version-history":[{"count":16,"href":"https:\/\/nationalstore.be\/en\/wp-json\/wp\/v2\/pages\/56\/revisions"}],"predecessor-version":[{"id":51863,"href":"https:\/\/nationalstore.be\/en\/wp-json\/wp\/v2\/pages\/56\/revisions\/51863"}],"up":[{"embeddable":true,"href":"https:\/\/nationalstore.be\/en\/wp-json\/wp\/v2\/pages\/7192"}],"wp:attachment":[{"href":"https:\/\/nationalstore.be\/en\/wp-json\/wp\/v2\/media?parent=56"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}