I want to add a specific word in all the product names

Topic summary

Goal: append the text “- Wholesale” to all product titles across the store.

Approaches discussed:

  • Theme code edit: search for all outputs of product titles (e.g., “{{ product.title }}” and possibly variant.title) across theme files. In OS2.0 themes like Dawn, update sections such as product.liquid; consider creating a reusable snippet to format titles consistently. The user asked if “{{ product.title }} - Wholesale” would work and is willing to update all files.
  • CSV bulk edit: export Products CSV, modify the title column to append “- Wholesale”, then re-import. The OP rejected this as too manual/long.

Context and assets:

  • Store URL provided for review: creedvintage.com product page.
  • A screenshot was shared to confirm the desired look; the OP approved the appearance.

Status and next steps:

  • No final implementation shared yet; the OP is waiting for specific code guidance or a quick theme-level solution.
  • Open questions: exact files/locations to change, whether variant titles need updates, and whether a snippet will be provided to standardize formatting.
Summarized with AI on December 30. AI used: gpt-5.

Hi @hellomenew , this will vary by theme, you need to find all instances of “{{ product.title }}” in the files , or also variant.title.

Since the product title is used so primarily is can be many files to dig through.

For example in OS2.0 themes such as dawn looking for the sections/product.liquid and others https://github.com/search?q=repo%3AShopify%2Fdawn%20product.title&type=code

If your going to be tweaking the format of the title you may want to make a snippet to insert the product title with your formatting to replace all instances of the simpler liquid output.

If you need this customization then contact me by my email for services, or DM(slower)
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.