instantcommerce / shopify-headless-theme

Liquid theme that automatically redirects customers to your custom storefront.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable redirect for certain templates

zamson opened this issue · comments

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

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

{% layout none %}

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

{% 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!