Hello,
Could you help me with the coding of a total price on an item page based on two sets of parameters?
I know how to define the property of a “total price” element when the item price is static: Quantity * Parentgroup’s Listing’s Price
But the items to be sold actually feature 2 set of options (5 sizes and 2 colors) and each SKU has a diferent price. As a consequence, each item listing includes 10 price fields (5 * 2) in the bubble database.
In adition to the quantity selector, my item page includes two drop down menus (select size and select color) where the user must choose the desired size and color. After he does those 3 selections (quantity, size and color), I would like the “total price” element to be calculated dynamically.
While replying, any link to a manual reference will be much appreciated.
Thanks.