Hi,
I want to hide/remove the line item properties from order detail page admin.
for refer screenshot: https://prnt.sc/UAoAHezGAF6n
Main issue: Hide or remove line item properties from the Shopify admin order details page.
Key points:
Outcomes/decisions:
Status: Unresolved. Open questions remain about whether there’s any supported way (e.g., app, API, or workflow) to omit or clean up these properties in admin.
Hi,
I want to hide/remove the line item properties from order detail page admin.
for refer screenshot: https://prnt.sc/UAoAHezGAF6n
Hello
yes this can do but for that we need to mdify the code in the liquid file.
Hi Ankit23,
If this is a hidden line item (where you an underscore to the beginning of) this shouldn’t appear on the checkout or on order pages that customer would see. However I don’t think it’s possible to hide it on the actual admin order page, as it could be required for order fulfilment or to inform the merchant about order details. Curious what your use case is here?
Hi @Liam ,
I used an app and it added some properties with “_”. I understand that it doesn’t show on checkout page, but I don’t want it show on order admin, or it can be removed manually.
Do you have any solution to hide it on order admin page? thank you