{"id":29723,"date":"2026-07-18T18:24:00","date_gmt":"2026-07-18T18:24:00","guid":{"rendered":"https:\/\/oyaesta.com\/booking\/"},"modified":"2026-07-20T14:06:47","modified_gmt":"2026-07-20T14:06:47","slug":"booking","status":"publish","type":"page","link":"https:\/\/oyaesta.com\/zh\/booking\/","title":{"rendered":"\u9884\u7ea6\u5f00\u901a"},"content":{"rendered":"<div class=\"oyae-booking-wrap\" style=\"max-width:680px;margin:0 auto;padding:24px 16px 64px;\">\n<p style=\"font-size:15px;color:#4b5563;line-height:1.7;\">Tell us what you sell and where you want to take it. We reply by email within 1&ndash;2 business days &mdash; and once your requirements are confirmed, we set up your OYAE BRIDGE client workspace with your compliance checklist already mapped.<\/p>\n<p style=\"font-size:13.5px;color:#4b5563;line-height:1.8;background:#f4f7f5;border-left:3px solid #14563f;border-radius:0 10px 10px 0;padding:12px 16px;margin:14px 0 0;\">OYAE works on an <strong style=\"color:#14563f;\">invitation basis<\/strong>: we do not publish a public price list &mdash; every business has a different product line, target market and compliance starting point. Your plan and quote are tailored during the consultation, once your needs are confirmed; the conversation itself is free of charge.<\/p>\n<form id=\"oyae-booking-form\" style=\"margin-top:20px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px 24px;box-shadow:0 10px 40px -18px rgba(20,86,63,.25);\">\n<style>\n      .oyae-booking-wrap label{display:block;font-size:13px;color:#374151;margin:14px 0 6px;font-weight:600;}\n      .oyae-booking-wrap input,.oyae-booking-wrap select,.oyae-booking-wrap textarea{width:100%;box-sizing:border-box;height:44px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;font-size:14px;background:#f9fafb;}\n      .oyae-booking-wrap textarea{height:96px;padding:10px 12px;resize:vertical;}\n      .oyae-booking-wrap input:focus,.oyae-booking-wrap select:focus,.oyae-booking-wrap textarea:focus{outline:none;border-color:#14563f;background:#fff;}\n      .oyae-booking-btn{margin-top:22px;width:100%;height:48px;border:none;border-radius:999px;background:#14563f;color:#fff;font-size:16px;font-weight:600;cursor:pointer;}\n      .oyae-booking-btn:hover{background:#0f4432;}\n      .oyae-booking-btn:disabled{opacity:.6;cursor:default;}\n      .oyae-hp{position:absolute;left:-9999px;top:-9999px;height:1px;width:1px;overflow:hidden;}\n    <\/style>\n<p>    <label>Company name *<\/label><br \/>\n    <input name=\"company_name\" required maxlength=\"120\" placeholder=\"Your company or brand name\"><br \/>\n    <label>Contact person *<\/label><br \/>\n    <input name=\"contact_name\" required maxlength=\"60\" placeholder=\"How should we address you?\"><br \/>\n    <label>Email *<\/label><br \/>\n    <input name=\"email\" type=\"email\" required maxlength=\"120\" placeholder=\"Where we should send your invitation\"><br \/>\n    <label>Phone \/ WhatsApp *<\/label><br \/>\n    <input name=\"phone\" required maxlength=\"40\" placeholder=\"+86 138... \/ +33 6...\"><br \/>\n    <label>Industry *<\/label><br \/>\n    <select name=\"industry\" required><option value=\"\">Please select<\/option><option>Beauty &amp; Personal Care<\/option><option>Electronics &amp; Appliances<\/option><option>Toys &amp; Baby Products<\/option><option>Home &amp; Kitchen<\/option><option>Textiles &amp; Apparel<\/option><option>Health &amp; Food Supplements<\/option><option>Other<\/option><\/select><br \/>\n    <label>Primary target market *<\/label><br \/>\n    <select name=\"target_market\" required><option value=\"\">Please select<\/option><option>European Union<\/option><option>France<\/option><option>Germany<\/option><option>United Kingdom<\/option><option>United States<\/option><option>Multiple markets<\/option><option>Other<\/option><\/select><br \/>\n    <label>Company size *<\/label><br \/>\n    <select name=\"company_size\" required><option value=\"\">Please select<\/option><option>Under 10 people<\/option><option>10&ndash;50 people<\/option><option>50&ndash;200 people<\/option><option>200+ people<\/option><\/select><br \/>\n    <label>Your biggest compliance question right now (optional)<\/label><br \/>\n    <textarea name=\"note\" maxlength=\"1000\" placeholder=\"e.g. We plan to sell on Amazon France and are not sure which documents we need\"><\/textarea><\/p>\n<div class=\"oyae-hp\" aria-hidden=\"true\"><label>Website<\/label><input name=\"website\" tabindex=\"-1\" autocomplete=\"off\"><\/div>\n<p>    <button type=\"submit\" class=\"oyae-booking-btn\">Submit Request<\/button><\/p>\n<p style=\"margin:12px 0 0;font-size:12px;color:#9ca3af;line-height:1.6;\">By submitting this form you agree that we process the information above in line with our <a href=\"https:\/\/oyaesta.com\/privacy-notice\/\" target=\"_blank\" rel=\"noopener\" style=\"color:#14563f;text-decoration:underline;\">Privacy Policy<\/a> &mdash; it is used only to respond to your request, nothing else.<\/p>\n<p id=\"oyae-booking-msg\" style=\"margin:14px 0 0;font-size:13px;line-height:1.6;color:#374151;display:none;\">\n<\/p><\/form>\n<\/div>\n<p><script>\n(function(){\n  var form=document.getElementById('oyae-booking-form');\n  if(!form)return;\n  var msg=document.getElementById('oyae-booking-msg');\n  function show(t,ok){msg.style.display='block';msg.style.color=ok?'#14563f':'#b91c1c';msg.textContent=t;}\n  form.addEventListener('submit',function(e){\n    e.preventDefault();\n    var btn=form.querySelector('button[type=submit]');\n    var fd=new FormData(form);\n    var body={utm_source:'oyaesta.com\/booking'};\n    fd.forEach(function(v,k){body[k]=String(v);});\n    btn.disabled=true;btn.textContent='Submitting...';\n    fetch('https:\/\/vps02.oyaeglobal.com\/api\/bookings\/submit',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify(body)})\n      .then(function(r){return r.json().then(function(j){return{s:r.status,j:j};});})\n      .then(function(r){\n        if(r.j&&r.j.ok){form.reset();show('Thank you - we have received your request. We will contact you by email; please keep an eye on your inbox (and the spam folder).',true);}\n        else if(r.s===429){show('Too many submissions - please try again in a minute.',false);}\n        else{show('Something went wrong - please try again later, or email us at thibaud@oyaeglobal.com.',false);}\n      })\n      .catch(function(){show('Network error - your request was not sent. Please try again later, or email us at thibaud@oyaeglobal.com.',false);})\n      .finally(function(){btn.disabled=false;btn.textContent='Submit Request';});\n  });\n})();\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Tell us what you sell and where you want to take it. We reply by email within 1&ndash;2 business days &mdash; and once your requirements are confirmed, we set up your OYAE BRIDGE client workspace with your compliance checklist already mapped. OYAE works on an invitation basis: we do not publish a public price list [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-29723","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/oyaesta.com\/zh\/wp-json\/wp\/v2\/pages\/29723","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oyaesta.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/oyaesta.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/oyaesta.com\/zh\/wp-json\/wp\/v2\/comments?post=29723"}],"version-history":[{"count":4,"href":"https:\/\/oyaesta.com\/zh\/wp-json\/wp\/v2\/pages\/29723\/revisions"}],"predecessor-version":[{"id":29754,"href":"https:\/\/oyaesta.com\/zh\/wp-json\/wp\/v2\/pages\/29723\/revisions\/29754"}],"wp:attachment":[{"href":"https:\/\/oyaesta.com\/zh\/wp-json\/wp\/v2\/media?parent=29723"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}