Issue with checkout page showing multiple errors with incorrect use of…

This topic has 6 replies, 2 voices, and was last updated 7 months, 1 weeks ago ago by Rose Tyler

  • Avatar: Niddy
    Niddy
    Participant
    September 25, 2023 at 13:52

    Hi

    Please see private – noticing a lot of errors within console. Can you please check?

    Thank you

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 26, 2023 at 16:33

    Hello, Niddy,

    Thank you for getting in touch with us.

    Private Content

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Niddy
    Niddy
    Participant
    September 26, 2023 at 18:41

    Rose

    Thank you very much. As always, you guys are the best 👏

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 26, 2023 at 19:53

    Hello, Niddy,

    You’re welcome!

    Kind Regards,
    8theme team

    Avatar: Niddy
    Niddy
    Participant
    September 28, 2023 at 12:28

    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.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2023 at 13:07

    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

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.