Certain businesses, particularly those offering specialized services or expensive equipment, may prefer to handle orders differently. Instead of allowing direct purchases from users, they may require customers to inquire first.
To meet this need, you can replace the "Buy Now" button with an "Inquiry" or "Contact Us" button. In this guide, we'll explain how to implement this feature using custom theme code in Shopify.
Enquiry button is not working?
If your enquiry button is not working, you might have missing the jQuery file on your theme.
Add below script to top of your file.
<script src="https://code.jquery.com/jquery-3.7.0.js"></script>
Please refer the screenshot below