woocommerce checkout coupon can’t add
-
Hello, I have a issue/problem with plugin Jetpack, Woocommerce on Checkout page can’t apply coupon code..
Uncaught TypeError: Cannot read properties of undefined (reading 'addAction') at HTMLBodyElement.<anonymous> (pokladna/:1853:16) at HTMLBodyElement.dispatch (jquery.min.js?ver=3.7.1:2:40035) at v.handle (jquery.min.js?ver=3.7.1:2:38006) at Object.trigger (jquery.min.js?ver=3.7.1:2:70124) at HTMLBodyElement.<anonymous> (jquery.min.js?ver=3.7.1:2:70726) at Function.each (jquery.min.js?ver=3.7.1:2:3129) at e.<computed>.each (jquery.min.js?ver=3.7.1:2:1594) at e.<computed>.trigger (jquery.min.js?ver=3.7.1:2:70701) at Object.init (checkout.min.js?ver=8.7.0:1:1878) at HTMLDocument.<anonymous> (checkout.min.js?ver=8.7.0:1:14817)
// Check if jQuery is available if (typeof jQuery !== 'undefined') { // This is only triggered on the checkout shortcode. jQuery(document.body).on('init_checkout', function() { if (true === cartItem_e296a3737090f6c29306aced1f0e44c3_logged) { return; } wp.hooks.addAction('wcpay.payment-request.availability', 'wcpay', function(args) { properties.express_checkout = args.paymentRequestType; }); properties.checkout_page_contains_checkout_block = '0'; properties.checkout_page_contains_checkout_shortcode = '1'; _wca.push(properties); cartItem_e296a3737090f6c29306aced1f0e44c3_logged = true; }); }
Jetpack v13.2.2
WooCommerce v8.7.0
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘woocommerce checkout coupon can’t add’ is closed to new replies.