I have a Category and Product table, it lists all the categories, and then inside those it lists all the products assigned to that category. Simple stuff.
But what would I do if I had a product that had multiple sizes?
Would I just create the exact same product but with different data in the `product.size` column, and then if more than 1 match was found for `product.title`, cycle through all the matches and list the content in the `product.size` column in a <select>?
Thanks.
But what would I do if I had a product that had multiple sizes?
Would I just create the exact same product but with different data in the `product.size` column, and then if more than 1 match was found for `product.title`, cycle through all the matches and list the content in the `product.size` column in a <select>?
Thanks.