| 1 |
var merchant=merchant||{};merchant.modules=merchant.modules||{},(d=>{merchant.modules.preOrders={init:function(){var a;d(document).on("show_variation",".variations_form",function(r,e){var t=d(this).closest(".product"),o=t.find(".single_add_to_cart_button:not(.merchant_buy_now_button)"),n=(t.find(".variations_form"),t.find(".merchant-pre-orders-date"));a=a||o.html(),n.length&&n.remove(),t.removeClass("merchant-pre-ordered-product"),!0===e.is_pre_order?(e.is_pre_order_date&&(t.addClass("merchant-pre-ordered-product"),"before"===e.pre_order_placement?t.find(".variations_form.cart").before('<div class="merchant-pre-orders-date">'+e.is_pre_order_date+"</div>"):"after"===e.pre_order_placement&&t.find(".variations_form.cart").after('<div class="merchant-pre-orders-date">'+e.is_pre_order_date+"</div>")),o.html(window.merchant.setting.pre_orders_add_button_title)):o.html(a)}),d(document).on("click.wc-variation-form",".reset_variations",function(){var r=d(this).closest(".product"),e=r.find(".merchant-pre-orders-date");e.length&&e.remove(),r.removeClass("merchant-pre-ordered-product"),r.find(".single_add_to_cart_button:not(.merchant_buy_now_button)").html(a)})}},merchant.modules.preOrders.init()})(jQuery); |