Incorrect working of checkboxes in checkout
See original GitHub issueCurrent behavior
After marking the “ship to my default address” or “copy address data from shipping” checkbox, the form is not filled in with data, whereas after unmarking checkboxes - forms are filled in.
Expected behavior
After selecting the “ship to my default address” or “copy address data from shipping” checkbox, the appropriate form is filled with data.
Steps to reproduce the issue
- Go to https://test.storefrontcloud.io
- Add any product to the cart
- Go to checkout
- Login to your account (which has memorized shipping details)
- Continue to shipping
- Mark checkbox “ship to my default address”
- Unmark checkbox “ship to my default address”
- Continue to payment
- Mark chceckbox “copy address data from shipping”
- Unmark checkbox “copy address data from shipping”
Can you handle fixing this bug by yourself?
- NO
Which Release Cycle state this refers to? Info for developer.
Pick one option.
- This is a bug report for test version on https://test.storefrontcloud.io - In this case Developer should create branch from
develop
branch and create Pull Request2. Feature / Improvement
back todevelop
. - This is a bug report for current Release Candidate version on https://next.storefrontcloud.io - In this case Developer should create branch from
release
branch and create Pull Request3. Stabilisation fix
back torelease
. - This is a bug report for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version hotfix - In this case Developer should create branch from
hotfix
ormaster
branch and create Pull Request4. Hotfix
back tohotfix
.
Environment details
- Browser: Chrome 73
- OS: Windows 10
Additional information
This problem only appears on the environment https://test.storefrontcloud.io, does not appear on next and demo.
Issue Analytics
- State:
- Created 4 years ago
- Comments:18
Top Results From Across the Web
Incorrect working of checkboxes in checkout #2730 - GitHub
Steps to reproduce the issue · Add any product to the cart · Go to checkout · Login to your account (which has...
Read more >Checkbox value true/false - javascript - Stack Overflow
I'm going to post this answer under the following assumptions. 1) You (un)selected the checkbox on the first page and submitted the form....
Read more >Woocommerce checkout page custom checkbox ticked
In WooCommerce checkboxes have always a value of '1'. So you do not need to pass 'value' => true : it does nothing....
Read more >checkboxes for terms and privacy - WordPress.org
Hi, I need two checkboxes: one for the terms and condition, and one for the GDPR. I “copy/arrange/create” 2 plugins before I installed...
Read more >How to add custom check boxes fields above the terms and ...
To add check boxes, here is the snippet of code: 1. The 1st hooked function displays the 2 additional checkout fields:
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dimasch yeah, now it works 😃
@dimasch I found one bug on your branch. Please see my video (it is about validation of Company name field)