Thread Starter
acbout
(@acbout)
It happens when you select “Print notice” as Cart notice method.
Thank you very much for your help!
Regards
Plugin Author
ronyp
(@ronyp)
Hello @acbout,
Actually, we are showing warnings using the standard Woocommerce hooks for that.
You can see cart update message is also appearing above the minimum order amount notice.
But if you still need to move you need to move the whole error/success block with some custom code.
As we need to stick to the global standards of Woocommerce so we have used the global hook for warnings and success messages.
Kind Regards,
Rony P – Support Team
Thread Starter
acbout
(@acbout)
Ronyp, thanks for your answer!
When I update the cart, then I can see the cart update message and the minimum amount notice both in the right place (above the steps line).
But what I observe as incorrect is the minimum amount notice below the steps line when I first open the shopping cart page, as shown in the image.
You are telling me that it is possible to think it could be a Woocommerce hook error?
Thanks again!
Regards