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.