shopify-headless-theme icon indicating copy to clipboard operation
shopify-headless-theme copied to clipboard

Disable redirect for certain templates

Open zamson opened this issue 1 year ago • 3 comments

I'm trying to set up some custom xml feeds, is it possible to disable redirects for certain templates / paths?

zamson avatar Sep 28 '23 11:09 zamson

Answered my own question, used the method in the gift card template applying:

{% layout none %}

zamson avatar Sep 28 '23 11:09 zamson

Yes, there should be any easy way to implement disabling redirects. For example, if I want to go to Login page or orders page.

DundarKoray avatar Nov 09 '23 07:11 DundarKoray

{% layout none %} is indeed the easiest way. Allowing to add a list of pages/urls to disable redirects like @DundarKoray suggests seems like a nice addition. Feel free to open a PR and I'll review it!

leeuwis avatar Mar 07 '24 09:03 leeuwis