{"id":68798,"date":"2020-04-25T14:34:49","date_gmt":"2020-04-25T12:34:49","guid":{"rendered":"https:\/\/www.amsterdammagazine.com\/?p=68798"},"modified":"2026-03-30T18:05:29","modified_gmt":"2026-03-30T16:05:29","slug":"amsterdam-magazine-subscription-6-editions-for-e16","status":"publish","type":"post","link":"https:\/\/www.amsterdamnow.com\/en\/nieuws\/abonneer-je-op-amsterdam-magazine\/","title":{"rendered":"Subscribe to Amsterdam Magazine and receive 4 editions!"},"content":{"rendered":"<p><strong>Ontdek Amsterdam met Amsterdam Magazine.<\/strong><\/p>\n<p>Het Engelstalige magazine zit boordevol tips over wat te doen en te zien in Amsterdam. Met driemaandelijkse stadsmagazine vertelt de lezers alles over de leukste plekken en niet te missen evenementen. Het blad is een wegwijzer voor iedereen die op zoek is naar vermaak, lekker eten en drinken, tentoonstellingen en voorstellingen, festivals en feesten, winkelgebieden en markten, en leuke dingen om te doen.<\/p>\n<p>Abonneer je nu op Amsterdam Magazine en profiteer van korting. Voor slechts \u20ac 16,- ontvang je 4 edities en ben je altijd op de hoogte over alles wat Amsterdam te bieden heeft!<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-66775\" title=\"Cover1_AMAG_preview\" src=\"https:\/\/www.amsterdamnow.com\/app\/uploads\/Cover1_AMAG_preview.jpg\" alt=\"Cover1_AMAG_preview\" width=\"1384\" height=\"1036\" srcset=\"https:\/\/www.amsterdamnow.com\/app\/uploads\/Cover1_AMAG_preview.jpg 1384w, https:\/\/www.amsterdamnow.com\/app\/uploads\/Cover1_AMAG_preview-600x449.jpg 600w, https:\/\/www.amsterdamnow.com\/app\/uploads\/Cover1_AMAG_preview-568x425.jpg 568w, https:\/\/www.amsterdamnow.com\/app\/uploads\/Cover1_AMAG_preview-1024x767.jpg 1024w, https:\/\/www.amsterdamnow.com\/app\/uploads\/Cover1_AMAG_preview-768x575.jpg 768w, https:\/\/www.amsterdamnow.com\/app\/uploads\/Cover1_AMAG_preview-400x300.jpg 400w\" sizes=\"auto, (max-width: 1384px) 100vw, 1384px\" \/><\/p>\n<form enctype=\"multipart\/form-data\" data-mollie-forms=\"2.9.3\" method=\"post\" id=\"rfmp_5649\" class=\"abonnement\"><input type=\"hidden\" id=\"mollie_forms_5649_nonce\" name=\"mollie_forms_5649_nonce\" value=\"39767db854\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/posts\/68798\" \/><input type=\"hidden\" name=\"mollie-forms-post\" value=\"5649\"><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><br><select name=\"rfmp_priceoptions_5649\" onchange=\"mollie_forms_recurring_methods_5649();mollie_forms_5649_totals();\" id=\"form_5649_field_0\" class required style=\"width: 100%;\"><option   data-frequency=\"once\" \n                                    data-freq=\"\" \n                                    data-pricetype=\"fixed\" \n                                    data-price=\"16.00\" \n                                    data-vat=\"21\" \n                                    value=\"1\" >\n                                4x Amsterdam Magazine (&euro; 16,00)\n                          <\/option><\/select><p id=\"rfmp_open_amount_5649\" style=\"display:none;\">\n                    <label>Amount \n                        <span style=\"color:red;\">*<\/span><br>\n                        <span class=\"rfmp_currency_5649\">&euro;<\/span> \n                        <input type=\"number\" step=\"any\" value=\"\" onchange=\"mollie_forms_5649_totals();\" onkeyup=\"mollie_forms_5649_totals();\" name=\"rfmp_amount_5649\"> \n                        <span id=\"rfmp_amount_freq_5649\"><\/span>\n                    <\/label>\n                    <input type=\"hidden\" name=\"rfmp_amount_required_5649\" id=\"rfmp_open_amount_required_5649\" value=\"0\">\n                  <\/p>\n        <script>\n        window.onload = setTimeout(mollie_forms_5649_totals, 100);\n        function mollie_forms_5649_totals() {\n            var priceoption = document.getElementsByName(\"rfmp_priceoptions_5649\");\n            var quantities  = document.getElementsByClassName(\"rfmp_priceoptions_5649_quantity\");\n            var subtotal = 0, total = 0, vat = 0;\n            \n            \n            \/\/ Add shipping costs to total\n            var shippingCosts = \"\";\n            if (shippingCosts) {\n                var shippingVat = 0.21 * parseFloat(shippingCosts);\n                vat   += shippingVat;\n                total += parseFloat(shippingCosts);\n                subtotal += parseFloat(shippingCosts);\n                \n            }\n            \n            if (0 in priceoption) {\n                var openAmount  = document.getElementsByName(\"rfmp_amount_5649\");\n            \n                \/\/ single price option\n                if (priceoption[0].tagName == \"INPUT\") {\n                    for (var i = 0, length = priceoption.length; i < length; i++) {\n                        if (priceoption[i].checked) {\n                        \n                            if (priceoption[i].dataset.pricetype == \"open\") {\n                                openAmount[0].setAttribute(\"min\", isNaN(priceoption[i].dataset.price) ? 0 : priceoption[i].dataset.price);\n                                var optionPrice = parseFloat(openAmount[0].value);\n                            } else {\n                                openAmount[0].removeAttribute(\"min\");\n                                var optionPrice = parseFloat(priceoption[i].dataset.price);\n                            }\n\n                            if (optionPrice <= 0 || isNaN(optionPrice)) {\n                                break;\n                            }\n                            \n                            var optionVat = (parseInt(priceoption[i].dataset.vat) \/ 100) * optionPrice;\n                        \n                            vat += optionVat;\n                            total += optionPrice;\n                            subtotal += optionPrice;\n                            \n                            break;\n                        }\n                    }\n                } else {\n                    if (priceoption[0].options[priceoption[0].selectedIndex].dataset.pricetype == \"open\") {\n                        openAmount[0].setAttribute(\"min\", isNaN(priceoption[0].options[priceoption[0].selectedIndex].dataset.price) ? 0 : priceoption[0].options[priceoption[0].selectedIndex].dataset.price);\n                        var optionPrice = parseFloat(openAmount[0].value);\n                    } else {\n                        openAmount[0].removeAttribute(\"min\");\n                        var optionPrice = parseFloat(priceoption[0].options[priceoption[0].selectedIndex].dataset.price);\n                    }\n                            \n                    if (optionPrice > 0 || isNaN(optionPrice)) {\n                        var optionVat = (parseInt(priceoption[0].options[priceoption[0].selectedIndex].dataset.vat) \/ 100) * optionPrice;\n                        vat   += optionVat;\n                        total += optionPrice;\n                        subtotal += optionPrice;\n                        \n                    }\n                }\n            } else if (quantities) {\n                \/\/ multiple price options with quantity\n                for (var i = 0; i < quantities.length; i++) {\n                    var q = parseInt(quantities[i].value);\n                    if (q <= 0 || isNaN(q)) {\n                        continue;\n                    }\n                    \n                    var optionPrice = parseFloat(quantities[i].dataset.price) * q;\n                    if (optionPrice > 0 || isNaN(optionPrice)) {\n                        var optionVat = (parseInt(quantities[i].dataset.vat) \/ 100) * optionPrice;\n                        vat   += optionVat;\n                        total += optionPrice;\n                        subtotal += optionPrice;\n                        \n                    }\n                }\n            }\n            \n            \/\/ payment method extra costs\n            var methods = document.getElementsByName(\"rfmp_payment_method_5649\");\n            if (total > 0) {\n\t            if (0 in methods) {\n\t                if (methods[0].tagName == \"INPUT\") {\n\t                    \/\/ radio buttons\n\t                    for (var i = 0; i < methods.length; i++) {\n\t                        if (methods[i].checked) {\n\t                            var methodAmount = ((parseInt(methods[i].dataset.variable) \/ 100) * total) + parseFloat(methods[i].dataset.fixed);\n\t                            var methodVat = 0.21 * methodAmount;\n\t                            vat   += methodVat;\n\t                            total += methodAmount;\n\t                            subtotal += methodAmount;\n\t                            \n\t                            break;\n\t                        }\n\t                    }\n\t                } else {\n\t                    \/\/ dropdown\n\t                    var methodAmount = ((parseInt(methods[0].options[methods[0].selectedIndex].dataset.variable) \/ 100) * total) + parseFloat(methods[0].options[methods[0].selectedIndex].dataset.fixed);\n\t                    var methodVat = 0.21 * methodAmount;\n\t                    vat   += methodVat;\n\t                    total += methodAmount;\n\t                    subtotal += methodAmount;\n\t                    \n\t                }\n\t            }\n            }\n\n            \/\/ Display subtotal\n            var subtotalValue = document.getElementById(\"rfmp_totals_5649_subtotal_value\");\n            if (subtotalValue) {\n                var subtotalAmount = subtotal.toFixed(2) > 0 ? subtotal.toFixed(2) : \"0.00\";\n                subtotalValue.innerHTML = subtotalAmount.replace(\".\", \",\");\n            }\n            \n            \/\/ Display total\n            var totalValue = document.getElementById(\"rfmp_totals_5649_total_value\");\n            if (totalValue) {\n                var totalAmount = total.toFixed(2) > 0 ? total.toFixed(2) : \"0.00\";\n                totalValue.innerHTML = totalAmount.replace(\".\", \",\");\n            }\n            \n            \/\/ Display VAT\n            var totalVatValue = document.getElementById(\"rfmp_totals_5649_vat_value\");\n            if (totalVatValue) {\n                var totalVat = vat.toFixed(2) > 0 ? vat.toFixed(2) : \"0.00\";\n                totalVatValue.innerHTML = totalVat.replace(\".\", \",\");\n            }\n            \n            \n            if (total <= 0 || isNaN(total)) {\n                document.getElementById(\"payment_methods_5649\").style.display = \"none\";\n            } else {\n                document.getElementById(\"payment_methods_5649\").style.display = \"block\";\n            }\n        }\n        <\/script><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><br><input type=\"text\" name=\"form_5649_field_1\" id=\"form_5649_field_1\" value label=\"Naam\" class required placeholder=\"Naam *\" style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><br><input type=\"text\" name=\"form_5649_field_2\" id=\"form_5649_field_2\" value label=\"Adres\" class required placeholder=\"Adres *\" style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><br><input type=\"text\" name=\"form_5649_field_3\" id=\"form_5649_field_3\" value label=\"Postcode\" class required placeholder=\"Postcode *\" style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><br><input type=\"text\" name=\"form_5649_field_4\" id=\"form_5649_field_4\" value label=\"Woonplaats\" class placeholder=\"Woonplaats\" style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><br><input type=\"email\" name=\"form_5649_field_5\" id=\"form_5649_field_5\" value label=\"E-mail adres\" class=\"hiddenLAB\" required placeholder=\"E-mail adres *\" style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" id=\"payment_methods_5649\"><br>\n            <script>\n            window.onload = setTimeout(mollie_forms_recurring_methods_5649, 100);\n            function mollie_forms_recurring_methods_5649() {\n                var priceoptions = document.getElementsByName(\"rfmp_priceoptions_5649\");\n                var freq = \"\";\n                var frequency = \"once\";\n                if (0 in priceoptions) {\n                    if (priceoptions[0].tagName == \"INPUT\") {\n                        for (var i = 0, length = priceoptions.length; i < length; i++) {\n                            if (priceoptions[i].checked) {\n                                frequency = priceoptions[i].dataset.frequency;\n                                var pricetype = priceoptions[i].dataset.pricetype;\n                                freq = priceoptions[i].dataset.freq;\n                                break;\n                            }\n                        }\n                    } else {\n                        frequency = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.frequency ? priceoptions[0].options[priceoptions[0].selectedIndex].dataset.frequency : \"once\";\n                        var pricetype = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.pricetype;\n                        freq = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.freq;\n                    }\n                } else {\n                    var quantities = document.getElementsByClassName(\"rfmp_priceoptions_5649_quantity\");\n                    var pricetype = \"fixed\";\n                    frequency = \"once\";\n                    for (var i = 0, length = quantities.length; i < length; i++) {\n                        if (quantities[i].value > 0) {\n                            if (quantities[i].dataset.frequency != \"once\") {\n                                frequency = \"recurring\";\n                            }\n                        }\n                    }\n                }\n\n                var checkbox = document.getElementsByName(\"rfmp_checkbox_5649\")[0];\n                if (frequency==\"once\") {\n                    checkbox.removeAttribute(\"required\");\n                } else {\n                    checkbox.setAttribute(\"required\", \"required\");\n                }\n\n                document.getElementById(\"rfmp_checkbox_5649\").style.display = (frequency==\"once\" ? \"none\" : \"block\");\n                document.getElementById(\"rfmp_checkbox_hidden_5649\").value = (frequency==\"once\" ? 0 : 1);\n                document.getElementById(\"rfmp_open_amount_5649\").style.display = (pricetype==\"open\" ? \"block\" : \"none\");\n                document.getElementById(\"rfmp_open_amount_required_5649\").value = (pricetype==\"open\" ? 1 : 0);\n                document.getElementById(\"rfmp_amount_freq_5649\").innerHTML = freq;\n                \n                if (location.protocol === \"https:\" && window.ApplePaySession && window.ApplePaySession.canMakePayments()) {\n                    \/\/\n                } else if (document.getElementById(\"rfmp_pm_applepay_5649\") !== null) {\n                    document.getElementById(\"rfmp_pm_applepay_5649\").remove();\n                }\n                \n                    document.getElementById(\"rfmp_pm_creditcard_5649\").style.display = \"block\";\nif (document.getElementById(\"rfmp_pm_applepay_5649\") !== null){\n    document.getElementById(\"rfmp_pm_applepay_5649\").style.display = (frequency!=\"once\" ? \"none\" : \"block\");\n}\nif (document.getElementById(\"rfmp_pm_ideal_5649\") !== null){\n    document.getElementById(\"rfmp_pm_ideal_5649\").style.display = (frequency!=\"once\" ? \"none\" : \"block\");\n}\n\n            }\n            <\/script><ul id=\"form_5649_field_6\" label=\"Betaal methode\" class required style=\"list-style-type:none;margin:0;\"><li id=\"rfmp_pm_applepay_5649\">\n                                        <label>\n                                            <input  type=\"radio\" \n                                                    name=\"rfmp_payment_method_5649\" \n                                                    value=\"applepay\"\n                                                    data-fixed=\"0\" \n                                                    data-variable=\"0\" \n                                                    onchange=\"mollie_forms_5649_totals();\" \n                                                     checked> \n                                            <img decoding=\"async\"    style=\"vertical-align:middle;display:inline-block;\" \n                                                    src=\"https:\/\/www.mollie.com\/external\/icons\/payment-methods\/applepay.svg\"> \n                                            Apple Pay\n                                        <\/label>\n                                     <\/li><li id=\"rfmp_pm_ideal_5649\">\n                                        <label>\n                                            <input  type=\"radio\" \n                                                    name=\"rfmp_payment_method_5649\" \n                                                    value=\"ideal\"\n                                                    data-fixed=\"0\" \n                                                    data-variable=\"0\" \n                                                    onchange=\"mollie_forms_5649_totals();\" \n                                                    > \n                                            <img decoding=\"async\"    style=\"vertical-align:middle;display:inline-block;\" \n                                                    src=\"https:\/\/www.mollie.com\/external\/icons\/payment-methods\/ideal.svg\"> \n                                            iDEAL | Wero\n                                        <\/label>\n                                     <\/li><li id=\"rfmp_pm_creditcard_5649\">\n                                        <label>\n                                            <input  type=\"radio\" \n                                                    name=\"rfmp_payment_method_5649\" \n                                                    value=\"creditcard\"\n                                                    data-fixed=\"0\" \n                                                    data-variable=\"0\" \n                                                    onchange=\"mollie_forms_5649_totals();\" \n                                                    > \n                                            <img decoding=\"async\"    style=\"vertical-align:middle;display:inline-block;\" \n                                                    src=\"https:\/\/www.mollie.com\/external\/icons\/payment-methods\/creditcard.svg\"> \n                                            Kaart\n                                        <\/label>\n                                     <\/li><\/ul><input type=\"hidden\" id=\"rfmp_checkbox_hidden_5649\" name=\"rfmp_checkbox_hidden_5649\" value=\"0\"><br><label id=\"rfmp_checkbox_5649\" style=\"display:none;\">\n                            <input type=\"checkbox\" name=\"rfmp_checkbox_5649\" value=\"1\">I hereby give authorization to collect the recurring amount from my account periodically.\n                         <\/label><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><br><table id=\"form_5649_field_8\" label=\"Totaal\" class required><tr id=\"rfmp_totals_5649_total\">\n                    <td><strong>Total<\/strong><\/td>\n                    <td><strong>&euro; <span id=\"rfmp_totals_5649_total_value\"><\/span><\/strong><\/td>\n                  <\/tr><\/table><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><br><button type=\"submit\" name=\"form_5649_field_9\" id=\"form_5649_field_9\" value label=\"Abonneer nu\" class required placeholder=\"Abonneer nu *\">Abonneer nu<\/button><\/div><\/form>\n","protected":false},"excerpt":{"rendered":"<p>Discover Amsterdam with Amsterdam Magazine. The English-language magazine is packed with tips on what to do and see in Amsterdam. The quarterly city magazine tells readers all about the best spots and unmissable events. The magazine is a signpost for anyone looking for entertainment, good food and drink, exhibitions and ... <a href=\"https:\/\/www.amsterdamnow.com\/en\/nieuws\/abonneer-je-op-amsterdam-magazine\/\"><\/a><\/p>","protected":false},"author":2,"featured_media":7846,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[8453],"tags":[],"district":[],"class_list":["post-68798","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-nieuws"],"acf":{"slider":[9658],"fotograaf":"","editor":"","video":"","google_360":"","instagram_code":"","subregel":"Abonneer je en je bent altijd op de hoogte van de nieuwste plekken en events","new_in_town":false,"featured_item":false,"beste_van_amsterdam":false,"homepage_carousel":false,"cord_A":"","cord_B":"","introductie_tekst":"Het Engelstalige Amsterdam Magazine gaat over leuke dingen doen, nieuwe plekken ontdekken en de smaakmakers van de stad. Van eten en drinken, kunst en cultuur, uitgaan en entertainment, winkelen en markten, buurten &amp; bezienswaardigheden tot interviews met spraakmakende ondernemers, creatieven en Amsterdammers.","rubriek":"Locatie","locatie_event":null,"naam_locatie":"","adres":"","stad":"","website":"","telefoon_nummer":""},"_links":{"self":[{"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/posts\/68798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/comments?post=68798"}],"version-history":[{"count":20,"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/posts\/68798\/revisions"}],"predecessor-version":[{"id":81411,"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/posts\/68798\/revisions\/81411"}],"acf:attachment":[{"embeddable":true,"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/media\/9658"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/media\/7846"}],"wp:attachment":[{"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/media?parent=68798"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/categories?post=68798"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/tags?post=68798"},{"taxonomy":"district","embeddable":true,"href":"https:\/\/www.amsterdamnow.com\/en\/wp-json\/wp\/v2\/district?post=68798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}