Can you add options to products for sale

With Adalo can you add options for products for sale?
Example: sizes for a tshirt

Thanks.

I would say yes. likely with a orders join table… So you would have a T-shirt table with a list of shirts… ie red, blue etc… THen a sizes table. Then an orders table… that would be linked to the shirts and the sizes… so you would pick blue, then pick Large and save that to the orders table.

That would be the basic implementation I think.