Skip to product information
1 of 1
Published:2024.04.06

Example of setting up Shopify to tag orders that have been changed in the admin screen and display a warning message

Example of setting up Shopify to tag orders that have been changed in the admin screen and display a warning message

Applications

  • Order information management and editing
View full details

As stated in Shopify's official response, orders edited from the admin screen are not reflected in the order details of your account (they are added but not deleted). Customers may be worried that their changes will not be reflected, so it would be a good idea to take measures such as adding order tags and displaying a warning message.



Order information edited on the admin screen is not reflected correctly in the order details of the account, so this is a setting example that tags the changed order and displays a warning message.


[Setting method ①] Add code to the top of the order list table in "main-order.liquid" to display a warning message if the order tag is "changed."


[Setting Method 2] Add code to the order list in "main-account.liquid" to display a warning message for products that have been changed for each order.


[Operation method] If you have made changes to the order information and added or deleted products, add an order tag such as "changed"


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Add code to display a warning message if the order tag is "changed" above the order list table in "main-order.liquid".

Added code to the order list i...

Related Post