I am new to Magento and need help to achieve below requirement with Magento 2.3.2:
How to hide "Add to Cart" button and provide link or button (like add to compare) to make it as "Request to Quote".
Solved! Go to Solution.
@optimyle_optimy
you can try this for add to compare button
https://www.magestore.com/magento-2-tutorial/how-to-disableenable-magento-2-compare-product/
and for hide add to cart you can follow it
https://magento.stackexchange.com/questions/113812/how-to-remove-the-add-to-cart-button-from-catalog...
If this help you accept this as solution and give kudos.
Hello @optimyle_optimy
Magento 2 Hide Price extension allows store owners to hide the product price and "Add to Cart" button based on the customer groups on Magento 2 store.
You can add any HTML code to hide price with the text like "Contact for Price" and redirect users to a particular page in the store.
Key Features:
Or, you may even have a look at Magento 2 Call for Price extension that hide product prices and "Add to Cart" button and replace it with "Call for price" button to prompt the visitors to contact for product prices.
Hope it helps.
Hello @optimyle_optimy
MAGENTO 2 HIDE PRICE Allows to hide product price and add custom link/button.
Key Features:
- It helps you to hide prices of specific products or multiple product at the same time. Also, you can hide price of products for particular customer groups.
- You can replace Add to Cart button with custom message or inquiry form in AJAX popup to encourage customers add their info or take action as you needed.
- Choose to Display on Specific Storeview.
- Support for all the Magento 2 Product Types
Also, the plugin is free of cost.
Hope it helps!
if my answer useful, Click Kudos & Accept as Solution
Thanks @jignesh khunt for the response and suggestion.
I have tried this plugin before posting the question in forum but this plugin is not yet compatible with Magento 2.3.x version. Hence can not be used for now.
Please let me know in case of other suggestions.
@optimyle_optimy
you can try this for add to compare button
https://www.magestore.com/magento-2-tutorial/how-to-disableenable-magento-2-compare-product/
and for hide add to cart you can follow it
https://magento.stackexchange.com/questions/113812/how-to-remove-the-add-to-cart-button-from-catalog...
If this help you accept this as solution and give kudos.
Thanks @piyush_khandelw, Hide Add to Cart solution worked for me, just add I need to make same change at multiple pages.
@optimyle_optimy
That good to hear it work for you.