/easy_store

web2py based store

Primary LanguagePythonMIT LicenseMIT

#Easy Store

The easy store is a web2py model for e-commerce and other store platforms. This app is meant to be simple, offering the most easy ways to get a store ready to use and sell products, but it does not concern the legal side of this proccess. If you really want an e-commerce, remember to make legal records for it to be regular and insert your own pages of Terms of Use and Privacy Policy.

This store app is based on Massimo di Pierro's EStore (https://github.com/mdipierro/web2py-appliances/tree/master/EStore).

Features

  • Product registration
  • Store data setup
  • Shopping cart
  • Paypal integration

TODOs

  • PagSeguro integration
  • Products Specifications
  • Users Reviews
  • A most secure shopping cart

Install

  1. Clone this repository inside your web2py applications folder
git clone https://github.com/juliarizza/easy_store
  1. Run web2py
python web2py.py
  1. Access /easy_store
  2. For the administrative interface, access /easy_store/manage/index and enter username 'admin' and password 'admin'

Contribute!

Copyright (c) 2015 Júlia Rizza & licensed under The MIT License (MIT)