Using the Empire theme. Is it possible to edit the text circled in Red to say “Send message” instead of “Request quote”? When you try to customise the block it only allows you to change the heading but I don’t know if any code can be changed in the background to modify the button text?
To change the button text from “Request quote” to “Send message” in the code snippet you provided, you can follow these steps:
Online Store > Themes > Edit Code
Locate the Relevant File
Look for the file that contains the provided code snippet. It could be in a file related to your contact form or quote request. Common files to check include:
contact-form.liquid
request-quote.liquid
Any section file like form-section.liquid pr similar.
Update the Button Text
In the appropriate file, find the code snippet:
Change it to:
If I was able to help you, please don’t forget to Like and mark it as the Solution!
Thank you for your reply. I believe it is in the section snippets/product-request-form.liquid however I can’t see where I would change the code for the button text as there doesn’t appear the phrase “Request quote” in the code.