I am trying to show the added option price for each option in the option dropdown box, for example:
Product 1
Option 1 (this is the base price so I don't want anything to show up next to it)
Option 2 +30 (this option adds $30 to the base price so I want it to show up next to the option)
Option 3 +50
etc.
I am using variants and the only way I can do the above right now is to include the dollar value in each option name, for example:
When I create the options above I would name them:
Option 1
Option 2 +30
Option 3 +50
etc.
This poses a problem in the future, when those prices change I have to manually change the option names, which also deletes all of the variants. This would be a HUGE waste of time, the whole point of having a database driven cart is so you don't have to do all of the manual work needed for a non database driven cart. If anyone has any idea on how to do the above please let me know

I searched through the forums and couldn't find anything related to the above problem.
Thanks!
Justin