Hello! I need assistance in creating a template that enables us to display products that are not available for direct purchase. Occasionally, customers may need to view products that require them to call and register. If we list the product with “0” inventory, the “Sold Out” button can be confusing because, even though we have availability, we don’t want people to add it to the cart. Instead, we want them to contact us first.
Hello @BydlowskaL
You can develop a new product template that excludes the “Buy Now” button section and incorporates a “Contact Us” button along with a hidden field. This hidden field can store the current product URL or variant ID.
When a user fills in their details and submits the form, you will receive all the provided information along with the specific product URL. This approach enables you to capture user data and associate it with the relevant product.
If you have any specific requirements or need further assistance with the implementation, feel free to provide additional details.