Can we display a cart , by retrieving the data from two different tables , forming a multidimensional array?
----I have two tables one is “products” and another is “size and price”.
----Each product has 5 sizes and will have 5 different prices.
----Sizes are kept in select option and is dynamically generated.
----Prices are changed dynamically as per the selection of the size.
Really unable to crack the logic to retrieve the dynamically changed values of size and price and pass it on to cart display page.
Any hint or a small help will be much appreciated.