Hello,
What I am trying to achieve is calculated pricing based on square area for both rectangular shapes and a circle. The person would choose what shape they want then they would get a text box for Length and Width or a Diameter to type in the chosen dimensions they need.
Everything we do is a custom dimensions and our entire price is based off of square area.
So for a Rectangle
L * W = Area
Area * Price per square mm = Total Price
For A Circle
d/2 = r
Pi * r *r = area
Area * Price per square mm = Total Price
Then Lastly the person can choose the quantity of the product they want and the price will adjust accordingly.
I know this feature is being added into the core plugin in the future but I cannot wait until that is done. If someone has done this with GF could you please point me in the right direction in how to accomplish this.
Thank you,
Jamie