This topic has 6 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
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
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
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 🙂
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
Thank you so very very much!
Hello, Nancy,
You’re welcome!
Kind Regards,
8theme team
Tagged: button, checkout, copy, errors, field, messages, move, order-submit, persuasive, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up