A user working with the Empire theme wants to change the button text from “Request quote” to “Send message” in a product request form block. The theme’s customization interface only allows editing the heading, not the button text.
Current situation:
The user identified the relevant file as snippets/product-request-form.liquid
The phrase “Request quote” doesn’t appear directly in the code, making it unclear where to edit
The user shared the complete liquid code from the file
Proposed solution:
A community member suggested:
Navigate to Online Store > Themes > Edit Code
Look for files like contact-form.liquid, request-quote.liquid, or section files
Update the button text in the appropriate location
Status: The discussion remains open as the helper requested the full code to identify where to make the necessary changes. The button text likely comes from a translation file or theme settings rather than appearing as plain text in the liquid template.
Summarized with AI on November 4.
AI used: claude-sonnet-4-5-20250929.
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.