Follow-up from https://github.com/openfoodfoundation/openfoodnetwork/pull/13261 which you can have a look at to replicate the solution
Orders should not change once they are created, so if a shopper buys "Pasta!" and the producer decides the new name is "Pasta!renewed", the order content should never change and remain what the shopper has chosen.
Orders content should not change: they should display line items, not products.
Orders are showing the new product name.
admin/productsadmin/orders/ORDERNUMBER/edit and /orders/ORDERNUMBERHopefully this is rare and/or users know they have changed the name.
bug-s3: a feature is broken but there is a workaround