| 1 |
"use strict";var merchant=merchant||{};merchant.modules=merchant.modules||{},function(a){merchant.modules.preOrders={init:function(){var d;a(document).on("show_variation",".variations_form",function(r,e){var t=a(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"));d=d||o.html(),n.length&&n.remove(),t.removeClass("merchant-pre-ordered-product"),1==e.is_pre_order?(e.is_pre_order_date&&(t.addClass("merchant-pre-ordered-product"),t.find(".woocommerce-variation-add-to-cart").before('<div class="merchant-pre-orders-date">'+e.is_pre_order_date+"</div>")),o.html(window.merchant.setting.pre_orders_add_button_title)):o.html(d)}),a(document).on("click.wc-variation-form",".reset_variations",function(){var r=a(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(d)})}},merchant.modules.preOrders.init()}(jQuery); |