This topic has 6 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Rose Tyler
Hi
Please see private – noticing a lot of errors within console. Can you please check?
Thank you
Hello, Niddy,
Thank you for getting in touch with us.
Private Content
Kind Regards,
8theme team
Rose
Thank you very much. As always, you guys are the best ?
Hello, Niddy,
You’re welcome!
Kind Regards,
8theme team
Hi
I disabled the plugin and the errors persist so it seems the issue is with the shipping / billing country label?
See private – thanks again for your help.
Hello, Niddy,
Thank you for your response.
1/ We already wrote you that we recommend you to “Check how it works with StoreFront default WooCommerce theme because we don’t rewrite those fields that come from plugin code.”
We suppose this is independent of our theme question, so you need to contact WooCommerce support.
2/ DOM elements fixed:
add_filter('etheme_account_content_shown_account_pages', function($value) {
if ( class_exists('WooCommerce') && (is_cart() || is_checkout()) )
return false;
return $value;
});
https://prnt.sc/Fp1qLxO8wV0z
These errors were because of duplication fields from the account off-canvas and checkout “Returning Customer“ form fields so we force deactivate the account off-canvas on cart/checkout pages with the code above added to your child-theme/functions.php.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up