How to check if we are in cart page Shopify -


how can check if current page cart page in theme.liquid? tried page.handle=='cart' not working.

you don't need handle filter, can use:

{% if template == 'cart' %}   ... {% endif %} 

Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -