skip to Main Content

I would like to redirect certain pages on my Shopify store but i’m unable to do so using Shopify’s URL redirects page as the pages in question are active. Is there a way to do the redirects myself using code?

An example, i’d like to redirect the /cart page to the homepage.

Thanks in advance!

2

Answers


  1. A bit of a hacky solution but if we combile javascript and template names , we can redirect people to homepage when they land on ‘/cart’ to homepage.

    Login or Signup to reply.
  2. you can redirect websites from Shopify inbuild functionality bellow is URL Shopify redirect STEP BY STEP : How to Create Redirect Rules in Shopify (Step-by-Step Guide)

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search