Disable redirect for certain templates
zamson opened this issue · 3 comments
zamson commented
I'm trying to set up some custom xml feeds, is it possible to disable redirects for certain templates / paths?
zamson commented
Answered my own question, used the method in the gift card template applying:
{% layout none %}
DundarKoray commented
Yes, there should be any easy way to implement disabling redirects.
For example, if I want to go to Login page or orders page.
leeuwis commented
{% 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!