
{"id":8021,"date":"2025-09-23T11:40:18","date_gmt":"2025-09-23T03:40:18","guid":{"rendered":"https:\/\/www.ztnzenmind.com\/?page_id=8021"},"modified":"2026-03-11T16:21:11","modified_gmt":"2026-03-11T08:21:11","slug":"checkout-2","status":"publish","type":"page","link":"https:\/\/ztnzenvibes.com\/en\/checkout-2\/","title":{"rendered":"pay the bill"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8021\" class=\"elementor elementor-8021\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-4dc38dc e-flex e-con-boxed e-con e-parent\" data-id=\"4dc38dc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b7ac550 elementor-widget elementor-widget-eael-breadcrumbs\" data-id=\"b7ac550\" data-element_type=\"widget\" data-widget_type=\"eael-breadcrumbs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"eael-breadcrumbs\">\n\t\t\t<div class=\"eael-breadcrumbs__content\"><a href=\"https:\/\/ztnzenvibes.com\/en\">\u9996\u9875<\/a> <span class=\"eael-breadcrumb-separator\">\/<\/span> <span class = \"eael-current\">Page<\/span><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-609f628 elementor-widget elementor-widget-html\" data-id=\"609f628\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n  \/* \u5bb9\u5668\u6837\u5f0f \u2014 \u53ef\u6839\u636e\u4f60\u7684 header\/footer width \u8c03\u6574 *\/\n  .currency-switcher {\n    display: inline-block;\n    position: relative;\n    font-family: sans-serif;\n    \/* \u4f60\u53ef\u4ee5\u6539\u6210\u4f60\u7ad9\u70b9\u4e00\u81f4\u7684\u5b57\u4f53 *\/\n  }\n\n  .currency-switcher select {\n    padding: 6px 10px;\n    font-size: 16px; \/* \u6539\u5927\u5b57\u4f53 \u2014 \u9ed8\u8ba4\u57fa\u7840\u53ef\u80fd\u662f 14px\uff0c\u8fd9\u91cc +4px *\/\n    color: #333;\n    background-color: #fff;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    appearance: none;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    cursor: pointer;\n\n    \/* Box-shadow \u548c\u8fc7\u6e21\uff0c\u63d0\u5347\u89c6\u89c9\u611f *\/\n    box-shadow: 0 2px 6px rgba(0,0,0,0.1);\n    transition: border-color 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .currency-switcher select:hover,\n  .currency-switcher select:focus {\n    border-color: #888;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.15);\n    outline: none;\n  }\n\n  \/* \u81ea\u5b9a\u4e49\u4e0b\u62c9\u7bad\u5934 (\u4f2a\u5143\u7d20) *\/\n  .currency-switcher:after {\n    content: \"\u25be\";\n    position: absolute;\n    right: 10px;\n    top: 50%;\n    transform: translateY(-50%);\n    pointer-events: none;\n    font-size: 14px;\n    color: #666;\n  }\n<\/style>\n\n<div class=\"currency-switcher\">\n  <select id=\"currency_selector\">\n    <option value=\"\">\u9009\u62e9\u5e01\u79cd \/ Currency<\/option>\n    <option value=\"CNY\">\u4eba\u6c11\u5e01 (CNY)<\/option>\n    <option value=\"CAD\">\u52a0\u5143 (CAD)<\/option>\n    <option value=\"SGD\">\u65b0\u52a0\u5761\u5143 (SGD)<\/option>\n    <option value=\"TWD\">\u65b0\u53f0\u5e01 (TWD)<\/option>\n    <option value=\"NZD\">\u65b0\u897f\u5170\u5143 (NZD)<\/option>\n    <option value=\"JPY\">\u65e5\u5143 (JPY)<\/option>\n    <option value=\"EUR\">\u6b27\u5143 (EUR)<\/option>\n    <option value=\"THB\">\u6cf0\u94e2 (THB)<\/option>\n    <option value=\"HKD\">\u6e2f\u5e01 (HKD)<\/option>\n    <option value=\"AUD\">\u6fb3\u5143 (AUD)<\/option>\n    <option value=\"GBP\">\u82f1\u9551 (GBP)<\/option>\n    <option value=\"MYR\">\u9a6c\u6765\u897f\u4e9a\u6797\u5409\u7279 (MYR)<\/option>\n  <\/select>\n<\/div>\n\n<script>\n  (function(){\n    const sel = document.getElementById('currency_selector');\n    if (!sel) return;\n\n    \/\/ \u5c1d\u8bd5\u81ea\u52a8\u9009\u4e2d\u5f53\u524d URL \u4e2d\u7684 currency \u53c2\u6570\n    const params = new URLSearchParams(window.location.search);\n    const cur = params.get('currency');\n    if (cur) {\n      for (let opt of sel.options) {\n        if (opt.value === cur) {\n          opt.selected = true;\n          break;\n        }\n      }\n    }\n\n    sel.addEventListener('change', function(){\n      const v = sel.value;\n      if (!v) return;\n      params.set('currency', v);\n      \/\/ \u4fdd\u7559\u9875\u9762\u7684\u5176\u5b83\u53c2\u6570 (\u4f8b\u5982\u5206\u9875 \/ \u67e5\u8be2 \/ utm \u7b49)\n      const newUrl = window.location.pathname + '?' + params.toString();\n      window.location.href = newUrl;\n    });\n  })();\n  \n(function($){\n    $(function(){\n\n        var currencyMap = {\n            'USD': 'US',\n            'CAD': 'CA',\n            'AUD': 'AU',\n            'SGD': 'SG',\n            'GBP': 'GB',\n            'HKD': 'HK',\n            'JPY': 'JP',\n            'THB': 'TH',\n            'CNY': 'CN',\n            'TWD': 'TW',\n            'NZD': 'NZ',\n            'MYR': 'MY'\n        };\n\n        var $form = $('form.checkout');\n        var $selector = $('#currency_selector');\n\n        if(!$selector.length || !$form.length) return;\n\n        \/\/ \u76d1\u542c\u9009\u62e9\u5e01\u79cd\u53d8\u5316\n        $selector.on('change', function(){\n            var currency = $(this).val();\n            var country  = currencyMap[currency] || '';\n\n            \/\/ \u79fb\u9664\u65e7\u7684\u9690\u85cf\u5b57\u6bb5\n            $form.find('input[name=\"currency\"]').remove();\n            $form.find('input[name=\"billing_country\"]').remove();\n\n            \/\/ \u6dfb\u52a0 currency \u9690\u85cf\u5b57\u6bb5\n            if(currency){\n                $('<input>')\n                    .attr('type', 'hidden')\n                    .attr('name', 'currency')\n                    .val(currency)\n                    .appendTo($form);\n            }\n\n            \/\/ \u6dfb\u52a0 billing_country \u9690\u85cf\u5b57\u6bb5\n            if(country){\n                $('<input>')\n                    .attr('type', 'hidden')\n                    .attr('name', 'billing_country')\n                    .val(country)\n                    .appendTo($form);\n            }\n        });\n\n        \/\/ \u9875\u9762\u52a0\u8f7d\u65f6\uff0c\u5982\u679c URL \u6709 currency \u53c2\u6570\uff0c\u4e5f\u521d\u59cb\u5316 select \u548c\u9690\u85cf\u5b57\u6bb5\n        try {\n            var urlCurrency = new URLSearchParams(window.location.search).get('currency');\n            if(urlCurrency){\n                $selector.val(urlCurrency).trigger('change');\n            }\n        } catch(e){\n            console.warn('Currency JS snippet error:', e);\n        }\n\n    });\n})(jQuery);\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70bc034 elementor-widget elementor-widget-eael-woo-checkout\" data-id=\"70bc034\" data-element_type=\"widget\" data-widget_type=\"eael-woo-checkout.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div data-checkout=\"{&quot;ea_woo_checkout_layout&quot;:&quot;default&quot;,&quot;ea_woo_checkout_table_header_text&quot;:&quot;yes&quot;,&quot;ea_woo_checkout_table_product_text&quot;:&quot;\\u4ea7\\u54c1&quot;,&quot;ea_woo_checkout_table_quantity_text&quot;:&quot;\\u6570\\u91cf&quot;,&quot;ea_woo_checkout_table_price_text&quot;:&quot;\\u4ef7\\u683c&quot;,&quot;ea_woo_checkout_shop_link&quot;:&quot;yes&quot;,&quot;ea_woo_checkout_shop_link_text&quot;:&quot;\\u7ee7\\u7eed\\u8d2d\\u7269&quot;,&quot;ea_woo_checkout_table_subtotal_text&quot;:&quot;\\u5c0f\\u8ba1&quot;,&quot;ea_woo_checkout_table_shipping_text&quot;:&quot;\\u8fd0\\u8f93&quot;,&quot;ea_woo_checkout_table_total_text&quot;:&quot;\\u603b\\u4ef7&quot;,&quot;ea_woo_checkout_cart_update_enable&quot;:&quot;&quot;}\" class=\"ea-woo-checkout layout-default checkout-reorder-enabled\" data-checkout_ids=\"{&quot;billing&quot;:{&quot;billing_notice_2&quot;:&quot;billing_notice_2 thwcfd-field-wrapper thwcfd-field-paragraph&quot;,&quot;billing_notice_1&quot;:&quot;billing-notice_1 thwcfd-field-wrapper thwcfd-field-paragraph&quot;,&quot;billing_first_name&quot;:&quot;form-row-first&quot;,&quot;billing_last_name&quot;:&quot;form-row-last&quot;,&quot;billing_country&quot;:&quot;form-row-wide&quot;,&quot;billing_state&quot;:&quot;form-row-wide&quot;,&quot;billing_postcode&quot;:&quot;form-row-wide&quot;,&quot;billing_phone&quot;:&quot;form-row-wide&quot;,&quot;billing_email&quot;:&quot;form-row-wide&quot;,&quot;billing_city&quot;:&quot;form-row-wide&quot;,&quot;billing_address_1&quot;:&quot;form-row-wide&quot;,&quot;billing_address_2&quot;:&quot;form-row-wide&quot;,&quot;meta_pixel_id&quot;:&quot;&quot;,&quot;meta_fbp&quot;:&quot;&quot;,&quot;meta_fbc&quot;:&quot;&quot;},&quot;shipping&quot;:{&quot;shipping_first_name&quot;:&quot;form-row-first&quot;,&quot;shipping_last_name&quot;:&quot;form-row-last&quot;,&quot;shipping_country&quot;:&quot;form-row-wide&quot;,&quot;shipping_address_1&quot;:&quot;form-row-wide&quot;,&quot;shipping_address_2&quot;:&quot;form-row-wide&quot;,&quot;shipping_city&quot;:&quot;form-row-wide&quot;,&quot;shipping_state&quot;:&quot;form-row-wide&quot;,&quot;shipping_postcode&quot;:&quot;form-row-wide&quot;}}\" data-button_texts=\"{&quot;place_order&quot;:&quot;\\u652f\\u4ed8&quot;}\">\n            <div type=\"text\/template\" id=\"eael-wc-billing-reordered-fields\">\n                <div class=\"eael-woo-billing-fields\"><\/div>\n            <\/div>\n            <div type=\"text\/template\" id=\"eael-wc-shipping-reordered-fields\">\n                <div class=\"eael-woo-shipping-fields\"><\/div>\n            <\/div>\n            <div class=\"woocommerce\">\n                <style>\n                    .woocommerce .blockUI.blockOverlay:before {\n                        background-image: url('\/share_disk\/data\/www\/www.ztnzenmind.com\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/loader.svg') center center !important;\n                    }\n                <\/style>\n\t\t\t\t<div class=\"woocommerce-notices-wrapper\"><\/div>\t\t\t\t\t\t\t\t<h2 id=\"order_review_heading\" class=\"woo-checkout-section-title\">\n\t\t\t\u60a8\u7684\u8ba2\u5355        <\/h2>\n\n\t\t\n\t\t<div class=\"ea-woo-checkout-order-review\">\n\t\t\t\n\t\t<div class=\"ea-checkout-review-order-table\">\n\t\t\t<ul class=\"ea-order-review-table\">\n                                    <li class=\"table-header\">\n\t\t\t\t\t\t<div class=\"table-col-1\">\u4ea7\u54c1<\/div><div class=\"table-col-2\">\u6570\u91cf<\/div><div class=\"table-col-3\">\u4ef7\u683c<\/div>                    <\/li>\n                \n\t\t\t\t\t\t\t\t\t\t<li class=\"table-row cart_item\">\n\t\t\t\t\t\t\t<div class=\"table-col-1 product-thum-name\">\n\t\t\t\t\t\t\t\t<div class=\"product-thumbnail\">\n\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"169\" src=\"https:\/\/ztnzenvibes.com\/wp-content\/uploads\/2025\/06\/\u5206\u4eab\u56fe\u7247-300x169.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u8d70\u5411\u6bcd\u4eb2\uff5c\u6e05\u7406\u7597\u6108\u8425 | \u4e8c\u8425\" srcset=\"https:\/\/ztnzenvibes.com\/wp-content\/uploads\/2025\/06\/\u5206\u4eab\u56fe\u7247-300x169.jpeg 300w, https:\/\/ztnzenvibes.com\/wp-content\/uploads\/2025\/06\/\u5206\u4eab\u56fe\u7247-600x338.jpeg 600w, https:\/\/ztnzenvibes.com\/wp-content\/uploads\/2025\/06\/\u5206\u4eab\u56fe\u7247-1024x576.jpeg 1024w, https:\/\/ztnzenvibes.com\/wp-content\/uploads\/2025\/06\/\u5206\u4eab\u56fe\u7247-768x432.jpeg 768w, https:\/\/ztnzenvibes.com\/wp-content\/uploads\/2025\/06\/\u5206\u4eab\u56fe\u7247-1536x864.jpeg 1536w, https:\/\/ztnzenvibes.com\/wp-content\/uploads\/2025\/06\/\u5206\u4eab\u56fe\u7247.jpeg 1920w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"product-name\">\n\t\t\t\t\t\t\t\t\t\u8d70\u5411\u6bcd\u4eb2\uff5c\u6e05\u7406\u7597\u6108\u8425 | \u4e8c\u8425&nbsp;\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n                            \t\t\t\t\t\t\t<div class=\"table-col-2 product-quantity\">\n\t\t\t\t\t\t\t\t1\t\t\t\t\t\t\t<\/div>\n                            \t\t\t\t\t\t\t<div class=\"table-col-3 product-total eael-checkout-cart-item-total\">\n\t\t\t\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">US$<\/span>79.00<\/bdi><\/span>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<\/ul>\n\n\t\t\t<div class=\"ea-order-review-table-footer\">\n                <!-- Show default text (from woocommerce) if change label control (ea_woo_checkout_table_header_text) is off  -->\n                \n                \t\t\t\t\t<div class=\"back-to-shop\">\n\t\t\t\t\t\t<a class=\"back-to-shopping\" href=\"https:\/\/ztnzenvibes.com\/en\/shop\/\">\n\t\t\t\t\t\t\t<!--                                <i class=\"fas fa-long-arrow-alt-left\"><\/i>-->                            <!--                                <i class=\"fas fa-long-arrow-alt-left\"><\/i>-->                                                        <i class=\"fas fa-long-arrow-alt-left\"><\/i>\u7ee7\u7eed\u8d2d\u7269\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"footer-content\">\n\t\t\t\t\t<div class=\"cart-subtotal\">\n                                                    <div>\u5c0f\u8ba1<\/div>\n                        \n\t\t\t\t\t\t<div class=\"eael-checkout-cart-subtotal\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">US$<\/span>79.00<\/bdi><\/span><\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"order-total\">\n                                                    <div>\u603b\u4ef7<\/div>\n                        \n\t\t\t\t\t\t<div class=\"eael-checkout-cart-total\"><strong><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">US$<\/span>79.00<\/bdi><\/span> USD<\/strong> <\/div>\n\t\t\t\t\t<\/div>\n\n                    \n<tr class=\"wc-airwallex-currency-switching\" style=\"display: none;\">\n    <th>\n        You Pay    <\/th>\n    <td>\n        <div style=\"display: flex; justify-content: flex-end;\">\n            <div class=\"wc-airwallex-currency-switching-container\">\n                <div class=\"wc-airwallex-currency-switching-conversion-rate\">\n                    <div class=\"wc-airwallex-currency-switching-convert-icon\">\n                        <div class=\"wc-airwallex-currency-switching-convert-icon-line\"><div><\/div><\/div>\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.8751 6.00603C11.2227 5.84685 11.641 5.97553 11.836 6.31338C12.0431 6.6721 11.9202 7.13079 11.5615 7.33789L9.93769 8.27539C9.57897 8.4825 9.12028 8.3596 8.91317 8.00088L7.97567 6.37708C7.76857 6.01836 7.89147 5.55967 8.25019 5.35256C8.60891 5.14545 9.0676 5.26836 9.27471 5.62708L9.36849 5.78951C9.25886 4.02452 7.79267 2.62695 6.00007 2.62695C5.0122 2.62695 4.12347 3.05137 3.50626 3.72782L2.44482 2.66638C3.33417 1.71884 4.598 1.12695 6.00007 1.12695C8.69245 1.12695 10.8751 3.30957 10.8751 6.00195C10.8751 6.00331 10.8751 6.00467 10.8751 6.00603ZM1.12576 6.08873L1.12513 6.0891C0.766406 6.2962 0.307713 6.1733 0.100606 5.81458C-0.106501 5.45586 0.0164058 4.99717 0.375125 4.79006L1.99892 3.85256C2.35764 3.64545 2.81633 3.76836 3.02344 4.12708L3.96094 5.75088C4.16805 6.1096 4.04514 6.56829 3.68642 6.77539C3.3277 6.9825 2.86901 6.8596 2.6619 6.50088L2.66152 6.50022C2.90238 8.12792 4.30533 9.37695 6 9.37695C6.85293 9.37695 7.63196 9.06056 8.22613 8.53874L9.28834 9.60095C8.42141 10.3935 7.26716 10.877 6 10.877C3.3366 10.877 1.17206 8.74108 1.12576 6.08873Z\" fill=\"#B0B6BF\"\/>\n                        <\/svg>\n                        <div class=\"wc-airwallex-currency-switching-convert-icon-line\"><div><\/div><\/div>\n                    <\/div>\n                    <div class=\"wc-airwallex-currency-switching-convert-text\">\n                    <\/div>\n                <\/div>\n                <div class=\"wc-airwallex-currency-switching-converted-amount\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/td>\n<\/tr>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t<\/div>\n\n\t\t\t<div class=\"woocommerce-notices-wrapper\"><\/div>\t\t<div class=\"woo-checkout-coupon\">\n\t\t\t                <div class=\"woocommerce-form-coupon-toggle\">\n\t\t\t\t\t<div class=\"ea-coupon-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-percent\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M112 224c61.9 0 112-50.1 112-112S173.9 0 112 0 0 50.1 0 112s50.1 112 112 112zm0-160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm224 224c-61.9 0-112 50.1-112 112s50.1 112 112 112 112-50.1 112-112-50.1-112-112-112zm0 160c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zM392.3.2l31.6-.1c19.4-.1 30.9 21.8 19.7 37.8L77.4 501.6a23.95 23.95 0 0 1-19.6 10.2l-33.4.1c-19.5 0-30.9-21.9-19.7-37.8l368-463.7C377.2 4 384.5.2 392.3.2z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n                    \n\t<div class=\"woocommerce-info\">\n\t\t\u62e5\u6709\u4ee3\u91d1\u5238\uff1f <a href=\"#\" class=\"showcoupon\">\u70b9\u51fb\u8f93\u5165\u5238\u7801<\/a>\t<\/div>\n                <\/div>\n\n                <form class=\"checkout_coupon woocommerce-form-coupon\" method=\"post\" style=\"display:none\">\n\n                    <p>\u5982\u679c\u60a8\u5df2\u652f\u4ed8\u5b9a\u91d1\uff0c\u8bf7\u8054\u7cfb\u52a9\u6559\u83b7\u53d6\u5238\u7801\uff0c\u5e76\u5728\u4e0b\u9762\u4f7f\u7528\uff0c<\/p>\n\n                    <p class=\"form-row form-row-first\">\n                        <input type=\"text\" name=\"coupon_code\" class=\"input-text\" placeholder=\"\" id=\"coupon_code\" value=\"\" \/>\n                    <\/p>\n\n                    <p class=\"form-row form-row-last\">\n                        <button type=\"submit\" class=\"button\" name=\"apply_coupon\" value=\"\u5e94\u7528\u4ee3\u91d1\u5238\">\u5e94\u7528\u4ee3\u91d1\u5238<\/button>\n                    <\/p>\n\n                    <div class=\"clear\"><\/div>\n                <\/form>\n            \t\t<\/div>\n\t\n\t\t<form name=\"checkout\" method=\"post\" class=\"checkout woocommerce-checkout\" action=\"https:\/\/ztnzenvibes.com\/en\/checkout-2\/\" enctype=\"multipart\/form-data\">\n\n\t\t\t\n\t\t\t\t\t\t<p id=\"awx-express-checkout-button-separator\" style=\"margin-top:1.5em;text-align:center;display:none;\">&mdash; OR &mdash;<\/p>\n\t\t\n\t\t\t\t<div class=\"col2-set\" id=\"customer_details\">\n\t\t\t\t\t<div class=\"col-1\">\n\t\t\t\t\t\t<wc-order-attribution-inputs><\/wc-order-attribution-inputs>\t\t<div class=\"woocommerce-billing-fields eael-billing-fields\">\n            \n                <h3>\u8d26\u5355\u4fe1\u606f<\/h3>\n\n            \n            \n            <div class=\"woocommerce-billing-fields__field-wrapper\">\n                <p class=\"form-row billing-notice_1 thwcfd-field-wrapper thwcfd-field-paragraph thwcfd-field-wrapper thwcfd-field-paragraph\" id=\"billing_notice_1_field\" name=\"billing_notice_1\" >\u90ae\u7bb1\u548c\u7535\u8bdd\u5c06\u7528\u4e8e\u767b\u5f55\u8bfe\u7a0b\uff0c\u8bf7\u586b\u5199\u5e38\u7528\u4fe1\u606f\u3002<\/ p ><p class=\"form-row billing_notice_2 thwcfd-field-wrapper thwcfd-field-paragraph thwcfd-field-wrapper thwcfd-field-paragraph\" id=\"billing_notice_2_field\" name=\"billing_notice_2\" > Email and phone number will be used for course login.<\/ p ><p class=\"form-row form-row-wide thwcfd-required thwcfd-field-wrapper thwcfd-field-email validate-required validate-email\" id=\"billing_email_field\" data-priority=\"30\"><label for=\"billing_email\" class=\"required_field\">\u7535\u5b50\u90ae\u7bb1\uff08Email\uff09&nbsp;<span class=\"required\" aria-hidden=\"true\">*<\/span><\/label><span class=\"woocommerce-input-wrapper\"><input type=\"email\" class=\"input-text \" name=\"billing_email\" id=\"billing_email\" placeholder=\"\"  value=\"\" aria-required=\"true\" autocomplete=\"email\" \/><\/span><\/p><p class=\"form-row form-row-first thwcfd-required thwcfd-field-wrapper thwcfd-field-text validate-required\" id=\"billing_first_name_field\" data-priority=\"40\"><label for=\"billing_first_name\" class=\"required_field\">\u540d\u5b57&nbsp;<span class=\"required\" aria-hidden=\"true\">*<\/span><\/label><span class=\"woocommerce-input-wrapper\"><input type=\"text\" class=\"input-text \" name=\"billing_first_name\" id=\"billing_first_name\" placeholder=\"\"  value=\"\" aria-required=\"true\" autocomplete=\"given-name\" \/><\/span><\/p><p class=\"form-row form-row-last thwcfd-required thwcfd-field-wrapper thwcfd-field-text validate-required\" id=\"billing_last_name_field\" data-priority=\"50\"><label for=\"billing_last_name\" class=\"required_field\">\u59d3\u6c0f&nbsp;<span class=\"required\" aria-hidden=\"true\">*<\/span><\/label><span class=\"woocommerce-input-wrapper\"><input type=\"text\" class=\"input-text \" name=\"billing_last_name\" id=\"billing_last_name\" placeholder=\"\"  value=\"\" aria-required=\"true\" autocomplete=\"family-name\" \/><\/span><\/p><p class=\"form-row form-row-wide thwcfd-required thwcfd-field-wrapper thwcfd-field-tel validate-required validate-phone\" id=\"billing_phone_field\" data-priority=\"70\"><label for=\"billing_phone\" class=\"required_field\">\u7535\u8bdd&nbsp;<span class=\"required\" aria-hidden=\"true\">*<\/span><\/label><span class=\"woocommerce-input-wrapper\"><input type=\"tel\" class=\"input-text \" name=\"billing_phone\" id=\"billing_phone\" placeholder=\"\"  value=\"\" aria-required=\"true\" autocomplete=\"tel\" \/><\/span><\/p>            <\/div>\n\n            <div id=\"pvfwc-phone-wrapper\"><\/div>        <\/div>\n\n        \t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"col-2\">\n\t\t\t\t\t\t        <div class=\"woocommerce-shipping-fields eael-shipping-fields\">\n\t\t\t        <\/div>\n        <div class=\"woocommerce-additional-fields\">\n\t\t\t\n\t\t\t\n\t\t\t        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\n            \n        <div class=\"woo-checkout-payment\">\n\t                    <h3 id=\"payment-title\" class=\"woo-checkout-section-title\">\n\t\t\t\t\u652f\u4ed8\u65b9\u5f0f            <\/h3>\n\n\t\t\t<div id=\"payment\" class=\"woocommerce-checkout-payment\">\n\t\t\t<ul class=\"wc_payment_methods payment_methods methods\">\n\t\t\t<li class=\"wc_payment_method payment_method_ppcp-gateway\">\n\t<input id=\"payment_method_ppcp-gateway\" type=\"radio\" class=\"input-radio\" name=\"payment_method\" value=\"ppcp-gateway\"  checked='checked' data-order_button_text=\"Proceed to PayPal\" \/>\n\n\t<label for=\"payment_method_ppcp-gateway\">\n\t\tPayPal <img decoding=\"async\" src=\"https:\/\/ztnzenvibes.com\/wp-content\/plugins\/woocommerce-paypal-payments\/modules\/ppcp-wc-gateway\/assets\/images\/paypal.svg\" alt=\"PayPal\" \/>\t<\/label>\n\t\t\t<div class=\"payment_box payment_method_ppcp-gateway\" >\n\t\t\t<p>Pay via PayPal.<\/p>\n\t\t<\/div>\n\t<\/li>\n<li class=\"wc_payment_method payment_method_awx_onboarding_gateway\">\n\t<input id=\"payment_method_awx_onboarding_gateway\" type=\"radio\" class=\"input-radio\" name=\"payment_method\" value=\"awx_onboarding_gateway\"  data-order_button_text=\"\" \/>\n\n\t<label for=\"payment_method_awx_onboarding_gateway\">\n\t\t <img decoding=\"async\" src=\"https:\/\/ztnzenvibes.com\/wp-content\/plugins\/airwallex-online-payments-gateway\/assets\/images\/airwallex.svg\" alt=\"\" \/>\t<\/label>\n\t<\/li>\n<li class=\"wc_payment_method payment_method_airwallex_card\">\n\t<input id=\"payment_method_airwallex_card\" type=\"radio\" class=\"input-radio\" name=\"payment_method\" value=\"airwallex_card\"  data-order_button_text=\"\" \/>\n\n\t<label for=\"payment_method_airwallex_card\">\n\t\tCard <img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/discover.346345.svg\" class=\"airwallex-card-icon\" alt=\"Card\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/diners.345123.svg\" class=\"airwallex-card-icon\" alt=\"Card\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/unionPay.efebdbd9.svg\" class=\"airwallex-card-icon\" alt=\"Card\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/jcb.20230511083200.svg\" class=\"airwallex-card-icon\" alt=\"Card\" \/><img decoding=\"async\" src=\"https:\/\/ztnzenvibes.com\/wp-content\/plugins\/airwallex-online-payments-gateway\/assets\/images\/amex_small.svg\" class=\"airwallex-card-icon\" alt=\"Card\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/mastercard.262f85fc.svg\" class=\"airwallex-card-icon\" alt=\"Card\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/visa.745a6485.svg\" class=\"airwallex-card-icon\" alt=\"Card\" \/>\t<\/label>\n\t\t\t<div class=\"payment_box payment_method_airwallex_card\" style=\"display:none;\">\n\t\t\t<p><!-- --><\/p><div class=\"airwallex-container \" style=\"display: block;\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"new-card-title\">Card information<\/div>\n\t\t\t\t<div id=\"airwallex-card\"><\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"awx-alert\" style=\"display: none;\"><div class=\"body\"><\/div><\/div>\n\t\t\t<\/div>\t\t<\/div>\n\t<\/li>\n<li class=\"wc_payment_method payment_method_airwallex_main\">\n\t<input id=\"payment_method_airwallex_main\" type=\"radio\" class=\"input-radio\" name=\"payment_method\" value=\"airwallex_main\"  data-order_button_text=\"\" \/>\n\n\t<label for=\"payment_method_airwallex_main\">\n\t\t\u66f4\u591a\u652f\u4ed8\u65b9\u5f0f \t<\/label>\n\t\t\t<div class=\"payment_box payment_method_airwallex_main\" style=\"display:none;\">\n\t\t\t<div class=\"airwallex-logo-list\"><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/diners.345123.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/seven_eleven.616f01cf.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/cash_app_pay.1234.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/airwallex_pay.123.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/alipaycn.32c11f62.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/alipayhk.6a629046.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/applepay.a77ea704f31cd3fafad1.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/bancontact.e6060994.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/boost.4ae7cdff.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/duit_now.98899.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/fps.123.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/googlepay.04201805.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/grabpay.472b615d.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/pay_now.778788.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/shopee_pay.000000.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/skrill.e6017b4b.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/tng.6718b7cf.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/wechatpay.983c8eed.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><img decoding=\"async\" src=\"https:\/\/checkout.airwallex.com\/static\/media\/eps.10c26acd.svg\" class=\"airwallex-card-icon\" alt=\"Airwallex - All Payment Methods\" \/><\/div>\n\t\t<\/div>\n\t<\/li>\n\t\t<\/ul>\n\t\t<div class=\"form-row place-order\">\n\t\t<noscript>\n\t\t\tSince your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals<\/em> button before placing your order. You may be charged more than the amount stated above if you fail to do so.\t\t\t<br\/><button type=\"submit\" class=\"button alt\" name=\"woocommerce_checkout_update_totals\" value=\"Update totals\">Update totals<\/button>\n\t\t<\/noscript>\n\n\t\t\t<div class=\"woocommerce-terms-and-conditions-wrapper\">\n\t\t<div class=\"woocommerce-privacy-policy-text\"><p>\u652f\u4ed8\u672a\u6210\u529f\uff1f\u8bf7 <a href=\"https:\/\/ztnzenmind.com\/thank-you\">\u70b9\u6b64\u534f\u52a9\u5904\u7406<\/a>\u3002<\/p>\n<p>\u60a8\u7684\u4e2a\u4eba\u8d44\u6599\u5c06\u7528\u4e8e\u5904\u7406\u60a8\u7684\u8ba2\u5355\u3001\u6539\u8fdb\u60a8\u5728\u672c\u7f51\u7ad9\u7684\u4f7f\u7528\u4f53\u9a8c\uff0c\u4ee5\u53ca\u7528\u4e8e\u5728\u6211\u4eec\u7684 <a href=\"\" class=\"woocommerce-privacy-policy-link\" target=\"_blank\">privacy policy<\/a> \u4e2d\u63cf\u8ff0\u7684\u5176\u4ed6\u7528\u9014\u3002<\/p>\n<\/div>\n\t\t\t<\/div>\n\t\n\t\t\n\t\t<button type=\"submit\" class=\"button alt\" name=\"woocommerce_checkout_place_order\" id=\"place_order\" value=\"\u652f\u4ed8\" data-value=\"\u652f\u4ed8\">\u652f\u4ed8<\/button>\n\t\t<div id=\"ppc-button-ppcp-applepay\"><\/div><div id=\"ppc-button-ppcp-googlepay\"><\/div>\n\t\t<input type=\"hidden\" id=\"woocommerce-process-checkout-nonce\" name=\"woocommerce-process-checkout-nonce\" value=\"c92b06f4b1\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/8021\" \/>\t<\/div>\n<\/div>\n        <\/div>\n\t\n\t\t<\/form>\n\n\t\t            <\/div>\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\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>\u9996\u9875 \/ \u9875\u9762 \u9009\u62e9\u5e01\u79cd \/ Currency\u4eba\u6c11\u5e01 (CNY)\u52a0\u5143 (CAD)\u65b0\u52a0\u5761\u5143 (SGD)\u65b0\u53f0\u5e01 ( [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8021","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.9 (Yoast SEO v27.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>\u7ed3\u8d26 - \u6771\u65b9\u5fc3\u6d41\u51a5\u60f3\u8ab2\u7a0b<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ztnzenmind.com\/checkout-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u7ed3\u8d26\" \/>\n<meta property=\"og:description\" content=\"\u9996\u9875 \/ \u9875\u9762 \u9009\u62e9\u5e01\u79cd \/ Currency\u4eba\u6c11\u5e01 (CNY)\u52a0\u5143 (CAD)\u65b0\u52a0\u5761\u5143 (SGD)\u65b0\u53f0\u5e01 ( [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ztnzenmind.com\/checkout-2\/\" \/>\n<meta property=\"og:site_name\" content=\"\u6771\u65b9\u5fc3\u6d41\u51a5\u60f3\u8ab2\u7a0b\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-11T08:21:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.paypalobjects.com\/images\/checkout\/alternative_payments\/paypal_bancontact_color.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\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\":\"WebPage\",\"@id\":\"https:\\\/\\\/ztnzenmind.com\\\/checkout-2\\\/\",\"url\":\"https:\\\/\\\/ztnzenmind.com\\\/checkout-2\\\/\",\"name\":\"\u7ed3\u8d26 - \u6771\u65b9\u5fc3\u6d41\u51a5\u60f3\u8ab2\u7a0b\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/43.163.45.126:443\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ztnzenmind.com\\\/checkout-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ztnzenmind.com\\\/checkout-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.paypalobjects.com\\\/images\\\/checkout\\\/alternative_payments\\\/paypal_bancontact_color.svg\",\"datePublished\":\"2025-09-23T03:40:18+00:00\",\"dateModified\":\"2026-03-11T08:21:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ztnzenmind.com\\\/checkout-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ztnzenmind.com\\\/checkout-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ztnzenmind.com\\\/checkout-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.paypalobjects.com\\\/images\\\/checkout\\\/alternative_payments\\\/paypal_bancontact_color.svg\",\"contentUrl\":\"https:\\\/\\\/www.paypalobjects.com\\\/images\\\/checkout\\\/alternative_payments\\\/paypal_bancontact_color.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ztnzenmind.com\\\/checkout-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/43.163.45.126:443\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u7ed3\u8d26\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/43.163.45.126:443\\\/#website\",\"url\":\"https:\\\/\\\/43.163.45.126:443\\\/\",\"name\":\"\u58a8\u5c14\u51a5\u60f3-\u4e1c\u65b9\u5fc3\u6d41\u51a5\u60f3\",\"description\":\"\u8a79\u5510\u5be7-\u6771\u65b9\u51a5\u60f3\",\"publisher\":{\"@id\":\"https:\\\/\\\/43.163.45.126:443\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/43.163.45.126:443\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/43.163.45.126:443\\\/#organization\",\"name\":\"\u58a8\u5c14\u51a5\u60f3\",\"url\":\"https:\\\/\\\/43.163.45.126:443\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/43.163.45.126:443\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ztnzenvibes.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/tos-cn-i-0813c001_oQtz7WeBArzI0Boh2wfF2EAuA6AjIgCFOKANwAc5_300x300.jpeg\",\"contentUrl\":\"https:\\\/\\\/ztnzenvibes.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/tos-cn-i-0813c001_oQtz7WeBArzI0Boh2wfF2EAuA6AjIgCFOKANwAc5_300x300.jpeg\",\"width\":300,\"height\":300,\"caption\":\"\u58a8\u5c14\u51a5\u60f3\"},\"image\":{\"@id\":\"https:\\\/\\\/43.163.45.126:443\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.youtube.com\\\/@ZHANTANGNING-EasternMeditation\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Checkout - Oriental Heart Flow Meditation Course","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:\/\/ztnzenmind.com\/checkout-2\/","og_locale":"en_US","og_type":"article","og_title":"\u7ed3\u8d26","og_description":"\u9996\u9875 \/ \u9875\u9762 \u9009\u62e9\u5e01\u79cd \/ Currency\u4eba\u6c11\u5e01 (CNY)\u52a0\u5143 (CAD)\u65b0\u52a0\u5761\u5143 (SGD)\u65b0\u53f0\u5e01 ( [&hellip;]","og_url":"https:\/\/ztnzenmind.com\/checkout-2\/","og_site_name":"\u6771\u65b9\u5fc3\u6d41\u51a5\u60f3\u8ab2\u7a0b","article_modified_time":"2026-03-11T08:21:11+00:00","og_image":[{"url":"https:\/\/www.paypalobjects.com\/images\/checkout\/alternative_payments\/paypal_bancontact_color.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ztnzenmind.com\/checkout-2\/","url":"https:\/\/ztnzenmind.com\/checkout-2\/","name":"Checkout - Oriental Heart Flow Meditation Course","isPartOf":{"@id":"https:\/\/43.163.45.126:443\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ztnzenmind.com\/checkout-2\/#primaryimage"},"image":{"@id":"https:\/\/ztnzenmind.com\/checkout-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.paypalobjects.com\/images\/checkout\/alternative_payments\/paypal_bancontact_color.svg","datePublished":"2025-09-23T03:40:18+00:00","dateModified":"2026-03-11T08:21:11+00:00","breadcrumb":{"@id":"https:\/\/ztnzenmind.com\/checkout-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ztnzenmind.com\/checkout-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ztnzenmind.com\/checkout-2\/#primaryimage","url":"https:\/\/www.paypalobjects.com\/images\/checkout\/alternative_payments\/paypal_bancontact_color.svg","contentUrl":"https:\/\/www.paypalobjects.com\/images\/checkout\/alternative_payments\/paypal_bancontact_color.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/ztnzenmind.com\/checkout-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/43.163.45.126:443\/"},{"@type":"ListItem","position":2,"name":"\u7ed3\u8d26"}]},{"@type":"WebSite","@id":"https:\/\/43.163.45.126:443\/#website","url":"https:\/\/43.163.45.126:443\/","name":"Murr Meditation - Eastern Heart Stream Meditation","description":"Jen Tangning - Eastern Meditation","publisher":{"@id":"https:\/\/43.163.45.126:443\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/43.163.45.126:443\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/43.163.45.126:443\/#organization","name":"The Murr Meditation","url":"https:\/\/43.163.45.126:443\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/43.163.45.126:443\/#\/schema\/logo\/image\/","url":"https:\/\/ztnzenvibes.com\/wp-content\/uploads\/2025\/07\/tos-cn-i-0813c001_oQtz7WeBArzI0Boh2wfF2EAuA6AjIgCFOKANwAc5_300x300.jpeg","contentUrl":"https:\/\/ztnzenvibes.com\/wp-content\/uploads\/2025\/07\/tos-cn-i-0813c001_oQtz7WeBArzI0Boh2wfF2EAuA6AjIgCFOKANwAc5_300x300.jpeg","width":300,"height":300,"caption":"\u58a8\u5c14\u51a5\u60f3"},"image":{"@id":"https:\/\/43.163.45.126:443\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/@ZHANTANGNING-EasternMeditation"]}]}},"_links":{"self":[{"href":"https:\/\/ztnzenvibes.com\/en\/wp-json\/wp\/v2\/pages\/8021","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ztnzenvibes.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ztnzenvibes.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ztnzenvibes.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ztnzenvibes.com\/en\/wp-json\/wp\/v2\/comments?post=8021"}],"version-history":[{"count":68,"href":"https:\/\/ztnzenvibes.com\/en\/wp-json\/wp\/v2\/pages\/8021\/revisions"}],"predecessor-version":[{"id":39374,"href":"https:\/\/ztnzenvibes.com\/en\/wp-json\/wp\/v2\/pages\/8021\/revisions\/39374"}],"wp:attachment":[{"href":"https:\/\/ztnzenvibes.com\/en\/wp-json\/wp\/v2\/media?parent=8021"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}