Move or copy errors in checkout field messages to order-submit button?

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

  • Avatar: Nancy
    Nancy
    Participant
    July 31, 2023 at 15:51

    Hello!
    Is it possible to copy or move the error-messages when someone makes an error in the order-details (like no housenumber etc) to the order-submit button?
    I know it might sound silly, but our customers in our current theme version do not understand that they should scroll up to see the error message.
    https://prnt.sc/qBIKYMwQSRt0
    https://prnt.sc/uN-cCyVZMRP9

    Or am I missing a configuration option?

    Thanks in advance,
    Nancy

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 31, 2023 at 16:17

    Hello, Nancy,

    Thank you for contacting us and for using XStore.

    There is no such option, by default.

    Please provide temporary wp-admin and FTP access, our devs will check if there is a quick solution available.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Nancy
    Nancy
    Participant
    August 1, 2023 at 08:50

    I added the user and gave you a grace period. please tell me if I need to extend it.

    Good luck! And please if you could, tell me what you did if you found a solution for this 🙂

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 1, 2023 at 15:31

    Hello, Nancy,

    Thank you for your response.

    It is not possible to place that notices area in the place you want but we decided to make it fixed so it will be visible anyway if the errors come there.
    You can add next custom CSS code to your Theme Options → Theme Custom CSS → Global CSS

    @media only screen and (max-width: 992px) {
        form.woocommerce-checkout > .woocommerce-NoticeGroup {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 3;
        }
    }

    Result → https://prnt.sc/fdo2mqpvcDQx

    Kind Regards,
    8theme team

    Avatar: Nancy
    Nancy
    Participant
    August 1, 2023 at 15:38

    Thank you so very very much!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 1, 2023 at 15:40

    Hello, Nancy,

    You’re welcome!

    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.