Discussing APIs and development related to customers, discounts, and order management.
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?
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
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