Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Checkboxes not remembered

$
0
0

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.

Viewing all articles
Browse latest Browse all 59525

Trending Articles