No content to show

User Activity

Hey everyone,  I'm looking currently for an app that provides SSO / OpenID and so far I'm quite critical about the apps regarding this topic. I digged a bit into two apps in the store and did some research. Handling login data from customers is a sen...
For everyone who has the same question at some point. Here is what I've found out so far: In main-cart-items.liquid you're already in a for loop: {%- for item in cart.items -%} so, if you want to loop or get data out of this loop you need to address ...
Hello, I can't get a grip on the line_item object. I'm trying to to something like this in the cart before checkout: {%- for collection in item.product.collections -%}{%- if line_item.sku == "12345" and line_item.quantity > 1  -%}<p>something...</p>{...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Helpful From