the logical flow of choosing attributes is seeing price adjustments based on the attributes chosen before the buy button … how can i display the price in the form itself so it appears BEFORE the add to cart button?
here is an example of what i am talking about … you have attributes, then you have price calculations based on attributes selected and very last thing is the buy button … this is logical and i can’t figure it out.
i did try using jquery to append the price to a div inside the form .. but that is a mess. all sorts of problems with ajax etc and not the correct approach anyway.