Hey guys, I’m using the new Woo widgets to create my checkout page.
With the general notices I have disabled them and used the new Bricks Notice widget , and that works perfectly.
However, the “Returning customer?” notice renders above my first Bricks content (a page header section). It should be with the “Billing info” not at the top of the page. Is there a way to move this? I’m hoping I’m just missing something obvious
As per my email reply, you cannot easily move those blocks to another places, as those login forms, and coupon code forms rely on WooCommerce native JavaScript.
Since your main reason is those login and coupon code forms shown above of your header inside the checkout template.
To overcome this, you should adjust your checkout template and shouldn’t place the header inside the Checkout template.
All content inside the Bricks checkout template is wrapped inside the checkout form.
You should edit your actual Checkout page with Bricks, then place your Section, container, and header over there.
Then, insert a shortcode element for [woocommerce_checkout] (Checkout template content will be outputted here)
By doing this, your checkout page should look better.
Hope this helps.
I realized the cause before you response. My solution was a bit different. I just added a button to the content which opens the form in a modal that is outside of the Woo content.