There is an issue with the order model. It needs to have another user specific ID that can be displayed on order_history. Currently every user shares the app_order table in the db so each order is going to the same table, meaning a user's first order will show up as whatever number order the website is on.
There is an issue with the order model. It needs to have another user specific ID that can be displayed on order_history. Currently every user shares the app_order table in the db so each order is going to the same table, meaning a user's first order will show up as whatever number order the website is on.