Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

156
Views
Select all checkbox is not working on WooCommerce checkout pages

Do you know any methods for adding select all checkbox in Woocommerce on the checkout page?

There is a lot of methods on the internet I tried, but none of them worked on Woocommerce checkout page and I have no idea why. Maybe you can tell me what is up with woocommerce checkput page.

I tried these solutions: https://stackoverflow.com/a/65094602/12511759 https://stackoverflow.com/a/2191026/12511759

None of them worked.

I tried it even with inline scripts like this:

<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script>
$(document).ready(function () {
$("#checkall").change(function () {
$("input:checkbox").prop('checked', $(this).prop("checked"));
});
$('.input-checkbox').on('click', function () {
if ($('.input-checkbox:checked').length == $('.input-checkbox').length) {
$('#checkall').prop('checked', true);
} else {
$('#checkall').prop('checked', false);
}
});
});
</script>

Thank you guys in advance.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!