hello,
Some products in my shop cart have multiple types equals multiple prices.
In my db i have a single id for that product and i have 3 fiels : price1 price2 price3.
Now i don't know how to extract with my shop class the price for that product based on id and type.
At the moment i extract the price based only on id that is sent to the add_cart function.
Any ideea, any example? TX