Right now the relation between order and product is many to many.
This makes a lot of things more complicated though.
Zeus members rarely order more than 1 item, and if they do, we can just create multiple orders on the server. Converting is to a many to one relation would speed things up and make them simpler.
Right now the relation between order and product is many to many. This makes a lot of things more complicated though.
Zeus members rarely order more than 1 item, and if they do, we can just create multiple orders on the server. Converting is to a many to one relation would speed things up and make them simpler.