indiehd / velkart

An extensible shopping cart, order management, and payment processing system built upon clean-coding principles and designed for Laravel.
GNU Affero General Public License v3.0
1 stars 4 forks source link

Order & Order Product Implementation #15

Open cbj4074 opened 4 years ago

cbj4074 commented 4 years ago

An Order will be used to store Products that added to the user's Cart.

We started work on this in the https://github.com/indiehd/web-api repository, so that functionality should probably be moved over here. Most of what is needed has already been done in the other repository, so this effort should be largely copy/paste.

cbj4074 commented 4 years ago

Next, I'm going to focus on the related models: Courier, Address, and OrderStatus.