Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I modify existing product tags on my website?

How can I modify existing product tags on my website?

heftyfabworks
Tourist
11 0 8

How do you edit already created product tags? I have a few that are either all caps or the first letter not capitalized and I want to make them consistent so they show up on my website under product categories looking the same. 

 

I've attached a photo for reference. For example I want to change ROUND to Round but it always tries to default back to ROUND on the product page itself. Even if I try to make a new one that said Round it forces me to select the already made ROUND option. Wouldn't be so bad if it wasn't case sensitive on the website but alas it is. Any help would be great.

 

tag screenshot.jpg tag screenshot 2.jpg

Replies 12 (12)

PageFly-Victor
Shopify Partner
7865 1786 3115

This is PageFly - Free Landing Page Builder. 

 

So sorry but at the moment it's only possible to add or remove a tag, not possible to edit the text used in a given tag.

 

Best regards,

PageFly

MAV94
Visitor
2 0 0

Seems pretty dang simple and necesary. Lots of people looking for it. But I guess that's customer service. 

 

ExpertRookie
Shopify Partner
1518 249 323

Hi @heftyfabworks 
If you want to change on the store live view, we can add some custom code to fix that.
But if you want to change in theme customize, I think it impossible.

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.

laurenq
Excursionist
23 0 5

Hi! Do you know if there was any update on this? We would love to edit existing product tags, not only add or remove them. Thanks!! 

 

heftyfabworks
Tourist
11 0 8

No update so far that I'm aware of. I'm just still dealing with them looking ugly on the website. 

HGFLtd
Visitor
2 0 2

I would like to see this update too. What a silly feature!

originmaster
Shopify Partner
45 2 19

Here's a workaround if you want to do one product at a time:

1. Install the Shopify GraphiQL app making sure you include permissions to "write_products".
2. Using the Admin API on the latest version add the following query. In the tagsAdd mutation replace "8490061070631" with the product id you need and "My Tag" with the tag you'd like to add. Do similar for the tagsRemove mutation.

 

mutation TagsAddMutation {
  tagsAdd(id: "gid://shopify/Product/8490061070631", tags: "My Tag"){
    node {
      id
    }
    userErrors {
      field
      message
    }
  }
  tagsRemove(id: "gid://shopify/Product/8490061070631", tags: "my tag"){
    node {
      id
    }
    userErrors {
      field
      message
    }
  }
}

 
3. Push the play button and if the query was successful it will output the product id.

Good luck

KorayDundar
Tourist
3 0 1

Thanks for the suggestion. I will work for a query, that it will select all the products where the tag is equal to to something and remove and add the new tag

t_mortaja
Visitor
1 0 0

here is a very easy tool that solves the issue

https://apps.shopify.com/power-tools-bulk-edit-tags

 

just replace what the exact current tag spelling with the new word, or spelling 

tef_firenze
Visitor
1 0 1

Hey!
here's a workaround:
- select the products with tag ROUND
- remove tag ROUND
- download the products in CSV
- add the tag Round
- upload the products
- they'll show Round 


🙂

3rdDay
Excursionist
25 1 5

Here is a SUPER SIMPLE WAY to do what you requested using a (currently) free app. I'm not an affiliate.

 

It's called 'Power Tools Bulk Edit Tags' and allows you to replace tags very easily in a few clicks. It's also super fast!

 

 

Enjoy.

Asa (3rd Day)
3rdday.co.uk

Iya
Visitor
1 0 0

This worked for me; my theme is Spotlight: I went to the product page and I deleted the original tag. Then, I exited out of my browser and gave it a few minutes (maybe 2 ish minutes). I logged back in and entered the new/uncapitalized tag I wanted to use. The old tag was gone, so I was able to add the new tag. 

 

Hope this helps!