It would useful if we could control the order of the product tags that display on the product details page.

A way to prioritize the order of product tags.

At the very minimum, default the product tags display order to the order in which they were assigned to the product.

Currently, the [Product_ProductTag_Mapping] table can not support the above feature request since it only has [Product_Id] and [ProductTag_Id], no identity field.