Hello
I’ve just started creating my web shop and I wonder if there’s a way to replace the word ‘collections’ with ‘categories’ in url so for example ‘myshop.co.uk/collections/vitamins’ would be changed to ‘myshop.co.uk/categories/vitamins’?
A user wants to change the URL structure of their Shopify store from ‘collections’ to ‘categories’ (e.g., myshop.co.uk/categories/vitamins instead of myshop.co.uk/collections/vitamins).
Proposed Solution:
Status: The discussion appears to be ongoing with one solution proposed but no confirmation of implementation or whether this fully addresses the user’s needs.
Hello
I’ve just started creating my web shop and I wonder if there’s a way to replace the word ‘collections’ with ‘categories’ in url so for example ‘myshop.co.uk/collections/vitamins’ would be changed to ‘myshop.co.uk/categories/vitamins’?
Here’s a general approach to do it:
Create a URL Redirect:
This would redirect users visiting /collections/{collection_name} to /categories/{collection_name}.
@primusvolta If you find my response helpful, I would greatly appreciate it if you could show your support by liking it."