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

I want to add a specific word in all the product names, please guide me where do I find the code and what should I add to achieve this.

For example, Title is “Laptop Product Name - Wholesale”

I would like to add “- Wholesale” in all my products.

Thank you for your help.

1 Like

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.

Hi @hellomenew ,

You can export your product by using export CSV feature of Shopify from your admin - products tab. And add a new column into the csv as - Wholesale and combine this new column with product names column.

After these, you can save the csv and import again. :victory_hand:

1 Like

@hellomenew

can you please send your store url so i will check and update you

Hi Ketan - here: https://creedvintage.com/products/authentic-vintage-bowling-shirts

1 Like

No - it’s a very long solution and kind a manual work. I need it through quick code please.

Hi Paul - this is the theme, https://creedvintage.com/products/authentic-vintage-bowling-shirts

What should I write to add " - Wholesale" in the product titles?

“{{ product.title }} - Wholesale”

Would this code work? I can dig all the files.

@hellomenew Thanks for url

can you please confirm this look

Yes please.

Hi Ketan - anything for me please?