i am trying to set up a drug store. i need one product page with the following pricing :
############ pills
------------
packet of 4 x 100 mg -- $60
packet of 8 x 50mg -- $70
i have set up option names and values pairs and added the attributes to my product as radio buttons. i set the price to 0 and set the attribute prices to 60 and 70.
-if i set the price by attributes option, whatever attribute i choose (even if i select the 70) the price is always set to 60 in the cart (cheapest)!!
-if i dont set the price by attributes option the cart price is set correctly to the price of the attribute i chose but then i get the problem of not having a price in the window title bar and 'Starting at:' line
what can i do to display the a price but also set the right price in the cart based on the attribute chosen?



