This problem isn't earth-shattering,

just nagging. When I enter attribute prices through the Attributes Controller, if the price is recurring (applied to multiple quantities purchased), the attribute and price display nicely in my drop-down menus. For example, if people must pay $5.50 more for a super-large cookie (for *each* cookie that they buy), the attribute displays thus in the drop-down menu:

Super-Large Cookie (+$5.50)

If, on the other hand, I enter a *one-time* price for an attribute (say, a one-time shipping surcharge to Alaska/Hawaii, applied only once to an order, no matter how many items are ordered), the attribute displays poorly in the drop-down menu, thus:

Alaska/Hawaii Delivery$12.50

I've scoured the tpl_product_info_display.php file, but I can't seem to find the lines that control the one-time price display. I also searched the forum, of course, but frankly I didn't even know what to look for. All I want to do is make the one-time price attribute look the same as the regular price attribute in my drop-down menus. Any direction would be much appreciated.

KenBaker