Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 433 Vote(s) - 3.4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Woocommerce Checkout Uncaught ReferenceError: jQuery is not defined

#1
For some reason checkout page isnt loading jquery anymore and my checkout button isn't working.

I'm having this console issue in both lines.
Any ideas please? I'm new with jquery.

jQuery(document).ready(function($) {

$(".cart-main-buttons .update-cart-btn").click(function(ev){

ev.preventDefault();
$(".cart-buttons-hidden input[name='update_cart']").trigger('click');
});

$(".cart-main-buttons .checkout-button").click(function(ev){
ev.preventDefault();
$(".cart-buttons-hidden input[name='proceed']").trigger('click');
});
});

---

jQuery(document).ready(function($){

var $txt = $("#coupon-code-form input[name='coupon_code']");
$("#coupon-code-form").submit(function(ev) {

ev.preventDefault();
if($txt.val().length) {
$(".cart-form input[name='coupon_code']").val( $txt.val() );
$(".cart-form input[name='apply_coupon']").click();

} else { $txt.focus(); }
});
});
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through