cancel
Showing results for 
Search instead for 
Did you mean: 

Move only error message on product view page

Move only error message on product view page

hi, can I just move the error message (You cannot use decimal quantity for this product.) under product.info.price?

2 REPLIES 2

Re: Move only error message on product view page

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

 

Re: Move only error message on product view page

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.