Options Title In Orders Already Placed

How do I remove Options: Title from orders. We already know it is an option and we already know it is a size, color and sleeves.

It shows as:

Options:

Size: 2XL, Color: Red, Sleeves: Short Sleeves

I need to remove:

Options: (title)

Size: (title)

Color: (title)

Sleeves: (title)

It just needs to show as:

2XL, Red, Short Sleeves

Thanks

MsKitti

I would do an override of the common/options_info.tpl file for the backend templates. I.e. copy that file to this path:

design/backend/templates/addons/my_changes/overrides/common/options_info.tpl

and then modify that file to suit your needs. Clear the cache and it should pick it up.

UNTESTED.