{"id":35571,"date":"2025-06-06T12:02:06","date_gmt":"2025-06-06T10:02:06","guid":{"rendered":"https:\/\/nuevo.muaytax.com\/?page_id=35571"},"modified":"2025-08-22T13:05:01","modified_gmt":"2025-08-22T11:05:01","slug":"disattivazione-iva","status":"publish","type":"page","link":"https:\/\/muaytax.com\/it\/disattivazione-iva\/","title":{"rendered":"Onboard &#8211; Disattivazione IVA"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"35571\" class=\"elementor elementor-35571\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cbad493 e-con-full e-flex e-con e-child\" data-id=\"cbad493\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c5dea9 elementor-widget elementor-widget-heading\" data-id=\"1c5dea9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Seleziona il Paese per cui vuoi disattivare l'IVA.<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6596a76 elementor-button-align-center elementor-widget__width-initial elementor-widget elementor-widget-form\" data-id=\"6596a76\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Successivo&quot;,&quot;step_previous_label&quot;:&quot;Precedente&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"bajaiva\" aria-label=\"bajaiva\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"35571\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"6596a76\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-pais elementor-col-100\">\n\t\t\t\t\t<link href=\"https:\/\/cdn.jsdelivr.net\/npm\/select2@4.1.0-rc.0\/dist\/css\/select2.min.css\" rel=\"stylesheet\" \/>\n  <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/select2@4.1.0-rc.0\/dist\/js\/select2.min.js\"><\/script>\n\n<!-- Contenedor del select con estilo b\u00e1sico -->\n<div style=\"margin-bottom: 20px;\">\n  <label class=\"form-label__select2\" for=\"paises\">Paesi (puoi selezionare pi\u00f9 paesi):<\/label>\n  <select id=\"paises\" name=\"paises[]\" multiple=\"multiple\" style=\"width: 100%;\">\n    <option value=\"116\">Spagna<\/option>\n    <option value=\"117\">Italia<\/option>\n    <option value=\"118\">Austria<\/option>\n    <option value=\"119\">Repubblica Ceca<\/option>\n    <option value=\"120\">Francia<\/option>\n    <option value=\"121\">Germania<\/option>\n    <option value=\"122\">Belgio<\/option>\n    <option value=\"123\">Olanda<\/option>\n    <option value=\"124\">Polonia<\/option>\n    <option value=\"125\">Svezia<\/option>\n    <option value=\"126\">Irlanda<\/option>\n    <option value=\"127\">Regno Unito<\/option>\n    <option value=\"128\">Emirati Arabi<\/option>\n    <option value=\"129\">USA<\/option>\n    <option value=\"130\">Giappone<\/option>\n  <\/select>\n<\/div>\n\n<!-- Activaci\u00f3n de Select2 -->\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n    if (typeof jQuery !== 'undefined') {\n      jQuery('#paises').select2({\n        placeholder: \"Seleziona i paesi\",\n        allowClear: true\n      });\n    } else {\n      console.error(\"jQuery non \u00e8 caricato. Select2 necessita di jQuery per funzionare.\");\n    }\n  });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Continua<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a868ffa elementor-widget elementor-widget-html\" data-id=\"a868ffa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n    \r\n  document.querySelector('form[name=\"bajaiva\"]').addEventListener('submit', function(event) {\r\n  event.preventDefault();\r\n\r\n  const selectElement = document.getElementById('paises');\r\n  const selectedOptions = Array.from(selectElement.selectedOptions).map(option => option.value);\r\n\r\n  if (selectedOptions.length === 0) {\r\n    alert(\"Devi selezionare almeno un Paese.\");\r\n    return;\r\n  }\r\n\r\n  \/\/ Construimos el enlace\r\n  const baseUrl = \"https:\/\/it.muaytax.com\/?multiple-add-to-cart=\";\r\n  const productIds = selectedOptions.join(',');\r\n  const redirectUrl = baseUrl + productIds;\r\n\r\n  \/\/ Redirecci\u00f3n\r\n  window.location.href = redirectUrl;\r\n  });\r\n  \r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Seleziona il Paese per cui vuoi disattivare l&#8217;IVA.<\/p>\n","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"tramite":[],"class_list":["post-35571","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/muaytax.com\/it\/wp-json\/wp\/v2\/pages\/35571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/muaytax.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/muaytax.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/muaytax.com\/it\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/muaytax.com\/it\/wp-json\/wp\/v2\/comments?post=35571"}],"version-history":[{"count":0,"href":"https:\/\/muaytax.com\/it\/wp-json\/wp\/v2\/pages\/35571\/revisions"}],"wp:attachment":[{"href":"https:\/\/muaytax.com\/it\/wp-json\/wp\/v2\/media?parent=35571"}],"wp:term":[{"taxonomy":"tramite","embeddable":true,"href":"https:\/\/muaytax.com\/it\/wp-json\/wp\/v2\/tramite?post=35571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}