SOLVED: Missing WooCommerce Notice on "Account - Login Form"

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: not public yet, but i can provide a password if you need to take a look at it

Dear Bricks Developers,

While building a WooCommerce shop I discovered an issue with the Login template page/widget:

When using the “Account – Login Form” widget on the Login Template Page the shortcode [woocommerce_messages] must be added manually for error messages to appear when users submit invalid input. This impacts WCAG 2.2 AA compliance when the shortcode isn´t added as notices aren´t showing at all. The “Account – Lost Password” widget appears to include these messages automatically, so adding them to the Login widget would be helpful and logical. (btw i didn´t used the custom Bricks Woo-Notice feature)

The shop is near completion but not public yet. I can provide a password-protected preview if needed. I suspect this is a common bug

Hi @Patrick ,

Please may I know if you have inserted {do_action:woocommerce_before_customer_login_form} and
{do_action:woocommerce_after_customer_login_form} inside your Login template?

The notices should be printed out automatically once your placed these template hooks.

Regards,
Jenn

Ooops. Seems I have missed that instruction in the Documentation.

Will try it out later, thx a lot for the quick help.

LG Patrick

EDIT: All works great now. THX again.