hi,
need to change the word “products” for all product urls.
which file name has the code for this?
myshopify.com/products/blue-shirt
change to:
myshopify.com/clothes/blue-shirt
hi,
need to change the word “products” for all product urls.
which file name has the code for this?
myshopify.com/products/blue-shirt
change to:
myshopify.com/clothes/blue-shirt
The “products” part of the url is part of the routing and rendering so isn’t something that can be changed with code. It’s as is and not something you can customise.
You link to a collection that has the word clothes in it but those routing paths will remain.