Hi,
We are recently trying to migrate from checkout.liquid to new checkout extensibility. But we are finding difficulties in hiding the lineitem properties in checkout page. As per the Shopify documentation if you add a underscore (_) before the property name it will hide automatically. But in our case we are using the property name in many places including .liquid and custom .js files. So changing in all those places would be a challenge and would require lot of effort in terms of testing and development. So we are looking for an alternative way (Like hiding it using a checkout ui extension app etc.) in our check out page. Please help!
Below highlighted (yellow) properties we want to hide in checkout page. Thanks in advance!