Page 1 of 1

How to hide product price and add request for information?

PostPosted: Fri Feb 21, 2025 1:33 pm
by Kinzo
How can I customize a product in Magento 2 to display without a price, but with the ability to submit a request for clarification? I need to hide the price for some products and add a button to request information. What modules or methods are there for this customization, and how might this affect user experience and SEO?

Re: How to hide product price and add request for informatio

PostPosted: Fri Feb 21, 2025 1:59 pm
by mariannasan
To customize products in Magento 2 to display without a price and include a "Request Information" button, you can use modules like Amasty's Hide Price or Mageplaza Hide Price. These modules allow you to hide the price on specific products and add a contact button or form. You can also customize it manually via custom code. Regarding SEO, hiding the price won't directly affect ranking, but ensure the page content remains rich with relevant keywords. magento 2 admin actions log can help you monitor changes and ensure everything runs smoothly without unwanted modifications. For further support, Amasty specialists can assist with configuration.

Re: How to hide product price and add request for informatio

PostPosted: Thu Mar 06, 2025 12:09 am
by Ariel1902
@ Love Pawsona Quiz You can hide product prices by customizing your theme or using a module like ‘Hide Price & Call for Price’. Editing the catalog_product_view.xml template or using an event observer is a flexible approach. However, make sure that this change does not affect the checkout process or related APIs