Replies: 0
Hello,
I have noticed that while all other fields are excellently captured, all 3 checkboxes on checkout are not remembered. They are standard WooCommerce checkboxes, from actions below, which reside in listed templates:
input id = “createaccount”
do_action( ‘woocommerce_checkout_billing’ )
form-billing.php
input id = “ship-to-different-address-checkbox”
form-shipping.php
do_action( ‘woocommerce_checkout_shipping’ )
input id = “terms”
do_action( ‘woocommerce_checkout_terms_and_conditions’ )
terms.php
This site is work in progress, so please forgive if current checkout doesn’t have proper formatting. Can happen to be only 2 checkboxes at the moment, without terms checkbox.
Regards
- This topic was modified 1 hour, 49 minutes ago by taisho.