This topic has 4 replies, 2 voices, and was last updated 10 years ago ago by Eva Kemp
There’s a problem with checkMethod() function in etheme.js – it breaks the woocommerce_create_account_default_checked
filter, making it impossible to have the “Create new account” checked by default.
Can you fix that?
Thanks
V.
Hello,
Please provide us with wp-admin panel and FTP credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
this is not installation-specific bug.
Please, just forward this to your developers and tell them to try to add
add_filter( 'woocommerce_create_account_default_checked', function() { return true; } );
to the theme – they’ll see it doesn’t work, because of the checkMethod()
function… The first issue is they should check first if step by step checkout is active, if so, check for the filter, if there’s no filter, use whatever logic they need…
Hello,
Thank you for your attentiveness.
We’ve taken this into our account and will fix it in the next update.
Regards,
Eva Kemp.
The issue related to '‘[BUG] – function checkMethod() in etheme.js’' has been successfully resolved, and the topic is now closed for further responses