Hey, I would like assistance on how to change my sites collections url for example instead of [www .examplesite. com / collections] its [www . examplesite. com/products]
The url structure for the online sales channel is prescribed and unchangeable for routes like that /collections, /pages /products, /search etc.
The most you can do is setup redirects for your created content, but not the predefined routes like /collections or /products.
For those the most you can do is theme customizations to control what content shows, or add meta refresh or javascript redirects.
The /products url is the colllection-list page and template
@dvaughn , well yes it is possible in multiple ways, the first one is you may create a new product template from theme code and design it by displaying a specific collection list on it or a single collection, while it will be a product template so the URL will be /product,
And if you need my assistance to do so for you, I can do it. DM, and if my answer is helpful for you, please mark it as a solution
I dont actually want to call it collections I want it to be websitename. com / inventory is this possible?
So no possible way at all?
@dvaughn ,
its possible, just need to customise the code manually and we can redirect URL or change it, DM if you need my assistance
