Hw does “Remember checkout fields” functionality work?
-
Hello,
Thanks for providing this awesome plugin. According to the documentation, I believe this plugin has the ability to save user’s input in the checkout form even when they refresh the browser. This is so that customers would not have to type in the entry again when they come back to the checkout page.
Is this functionality only in the paid version of the plugin? I can’t find the “Remember checkout fields” anywhere in the plugin as you mentioned in the documentation. Also, does the plugin have a settings area? I can only find the page that lists the abandoned carts on the backend.
Furthermore you said the autosave feature would work if a custom field has this class
input-textDo you mean that I add something like this to the custom field
woocommerce_form_field( 'custom_field', array( 'type' => 'textarea', 'class' => array('custom-field-class', 'form-row-wide', 'input-text'), 'required' => true, // or false 'default' => $default_text, ), $checkout->get_value( 'custom_field' ) ); echo '</div>';As a pointer, what I expect can be seen in action on this page. When you type something in the form and refresh the page, your input is still available until you submit the form
Kind regards,
SadiqThe page I need help with: [log in to see the link]
The topic ‘Hw does “Remember checkout fields” functionality work?’ is closed to new replies.