I’m hoping someone can help me with this? I need the price next to the attribute to show the total price and not the incremental price.

I have a product setup exactly like a product in the demo database called PRICEFACTOR. It has a base product price of $10.00 and then uses the price factor to increment the total value. It’s in the “New v1.2 ->Attributes” category. It displays the price on the attributes as follows:
Base price $10.00
Red (+$10.00)
Yellow (+$20.00)
Green (+$30.00)

I need it to display the total price
Base price $10.00
Red ($20.00)
Yellow ($30.00)
Green ($40.00)

Does anyone know an easy way to do this or do I need to get into the PHP code?