Shopify themes, liquid, logos, and UX
Hello,
was trying to find a solution to this but no luck. Basically I know line item properties which begin with an underscore "_" are hidden from checkout/cart. But I want to hide it only on checkout, yet still display it in my cart. IS there any option to do so? My cart code is pretty basic, showing like items besides products like this:
<span>{{ property.first }}: </span>
But obviously if I add "_", it hides it.
you can access properties using
{% for property in cart_item.properties %}
{{ property }}
{% endfor %}
I know. This however doesn't show line item if property includes "_" when adding to cart. I already have this code for basic use. I want to show line item even if property includes "_", so e.g.
name="_properties[Poppins]"
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024