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]"
User | RANK |
---|---|
211 | |
167 | |
69 | |
55 | |
53 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023