Can I remove Shopify's automated /collections direct URL access?

Solved

Can I remove Shopify's automated /collections direct URL access?

YogaBear
Excursionist
34 2 5

Hi all,

I would love to know if I am able to remove or re-direct someone from the collections overview page. 

For example 

yourstorename.com/collections

This brings them to all the collections I have on my store, if they manually key this in. 
Am I able to re-direct this, I've tried some ways but all seems futile. 

Accepted Solution (1)

ZestardTech
Shopify Partner
5751 1051 1390

This is an accepted solution.

Hi @YogaBear 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find layout > theme.liquid and paste this at the bottom of the file:

 

<script>
document.addEventListener("DOMContentLoaded", function() {
// Check if the current URL is the collections overview page
if (window.location.pathname === "/collections") {
// Redirect to your desired URL
window.location.href = "/collections/all";
}
});
</script>
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 4 (4)

ZestardTech
Shopify Partner
5751 1051 1390

This is an accepted solution.

Hi @YogaBear 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find layout > theme.liquid and paste this at the bottom of the file:

 

<script>
document.addEventListener("DOMContentLoaded", function() {
// Check if the current URL is the collections overview page
if (window.location.pathname === "/collections") {
// Redirect to your desired URL
window.location.href = "/collections/all";
}
});
</script>
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
YogaBear
Excursionist
34 2 5

Dear @ZestardTech 

Thank you so much !!!! 

ZestardTech
Shopify Partner
5751 1051 1390

Hi @YogaBear 

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
dvaughn
Excursionist
176 0 11

Hey, I was wondering if you could assist me on how to customize the url. For example instead of yourbrandname.com/collections its yourbrandname.com/inventory.