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

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -