Hi,

I have a cart that is set up for a florist. The florist sells products that come in two sized: Standard and Deluxe.

For example, a bunch of flowers standard may cost $50.00 and a deluxe $80.00.

I know that using attributes I can elect not to display a base price and could set two attributes so that the client selects either Standar or Deluxe, with Standard being set as default. However, my client does not want their cart displayed this way.

My client wished for there to be a static base price (in this example $50.00) and then an option for the user to select Deluxe for $80.00.

This is what I have set up. I have set an attribute (checkbox) for Deluxe to +30.00

When I view the product the Deluxe shows as "(+$30.00)".

What I am trying to achieve is for Deluxe to show as the full price which in this example would be $80.00

Is there a way I can achieve this?

Thank you