Hi,
When using ecommerce order flows, I would like to use these template tags in my notification email message:
GetString("Ecom:Order:Orderstate.Name")
GetString("Ecom:Order:Orderstate.Description")
They both display some text when used, but do not always correctly match with the current status that has just been updated. If I also add the tag GetString("Ecom:Order.StateID"), this displays the correct current state ID. But the other 2 tags do not always match. They seem to change randomly, perhaps being cached from a previous transaction. They change sometimes, but I cannot figure out what causes the name and description to update, but certainly does not match the current state.
Is there another way I can get this information? Or ensure that it is getting the right value?
I am testing with Dynamicweb 9.8.9
Regards, Jon.