hi, can I just move the error message (You cannot use decimal quantity for this product.) under product.info.price?
Hello,
You can not specific message area anywhere on-page.
If you want to move all error messages to product.info.price then you can put code in catalog_product_view.xml
<move element="page.messages" destination="product.info.price" before="-" />
Problem solved - Click on Kudos and Accept as Solution .
Thank you
Hiren Patel
Hi, thanks for answer, I need move only one message. From this module "page.messages" in magento uses 3 types of messages. I have to add custom error handling.