I posted a reply here: http://drupal.org/node/759262#comment-5726946 but this looks like something other than what they were talking about.

Let's say I have a Product with a drop down menu of options 1, 2, and 3, with some options having a price modifier.

Pricing is as follows:

Retail:
Option 1: $11.99 (+$1)
Option 2: $11.99 (+$1)
Option 3: $10.99 (Base retail price)

Wholesale:
Option 1: $6.39 (+$.40)
Option 2: $6.39 (+$.40)
Option 3: $5.99 (Base wholesale price)

When I create an order as an admin and click add product and choose the product, it displays the following pricing in the drop down menu.

Option 1: $6.99
Option 2: $6.99
Option 3: $5.99

It would APPEAR that it is taking the base Wholesale price, and adding the Retail option price modifier. How can we fix this?

Also, if I select the product and add it to the order, the correct pricing shows up, but for a company with multiple people processing orders, it will confuse the hell out of them.