At this stage this is just an attempt to make a simple e-commerce site, using Laravel v4, the aim is to make something very similar to what can be acheived by using Shopify.
This is mainly a learning exercise for myself, but it has been prompted by the lack of reasonable choices for "off-the-shelf" e-commerce software.
- Products
- Images (possibly allowing assets to be decoupled, eg. stored on Amazon S3)
- Categories
- Tags
- Search
- Internationalization (including Translation, possibly using Gettext)
- Cart
- Shipping Methods (possibly including Digital Distribution)
- Checkout (featuring integrations with several Payment Gateways)
- Customer Accounts
- Admin Control Panel
- Consideration for Search Engines (friendly URLs, schema.org, etc)
This code is available under the MIT License, so essentially you are free to do what you want with it.