!function(c){"use strict";c.fn.CheckoutCalypso=function(t){var o=c.extend({showCartSelector:".show-items-cart"},t),e={$showCartBtn:c(o.showCartSelector)},r=function(){n.showCheckout(),n.listenWhenAddProduct()},n={showCheckout:function(){e.$showCartBtn.click(function(t){getOrderForm(!0)})},listenWhenAddProduct:function(){c("#product-resume").on("showOrder",function(){getOrderForm(!0),openSidebarModal("cart-resume")})}};r()}}(jQuery);