Checkboxes stopped working – Update required
-
Hi there,
I realized my checkout page was not working anymore, I don’t know since when.
Bug description :
I added 2 checkboxes on payement page in “checkout fields > other fields”
They appear as usual on the payment page, but cannot be clicked.
Solution – Workaround :
Make something like a Reset of checkbox CSS by creating a Custom CSS.
input[type=”checkbox”] {
appearance: checkbox;
-webkit-appearance: checkbox;
-moz-appearance: checkbox; position: relative; z-index: 1000;
pointer-events: auto;
}
The problem is coming (maybe) from the use of ::after and ::before checkbox paramaters
Another issue existing for a while :
When I add a new field from plugin side, it happens the order of new fields are differents on payment page.
For example, I add 4 fields – 2 checkboxes et 2 text/html field for information.
When I save the fields , I observe the last modified field is displayed as last on the page, even if the position should be 1st.
Workaround, try to modify and save at the end of your operations the field you want to display as last.
This plugin has not been updated for 6 months.
I hope it will be soon, excepted these bugs, it’s a good plugin.
- You must be logged in to reply to this review.