Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.51 KB

README.md

File metadata and controls

45 lines (38 loc) · 1.51 KB

#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
  • Moip integration
  • NF-e integration (Brazilian tax collection system)
  • Mode catalog
  • Create a module system (to features, like facebook, payments, shipping, banners, etc.)
  • Create a theme system
  • Products Specifications
  • Products Image Gallery
  • Product Image Thumbnails
  • Products Combinations
  • Store Localization (taxes, taxes rules, currencies, translation, countries, etc.)
  • SEO
  • Orders
  • Multiple delivery addresses
  • 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/adminpanel/index and enter username 'admmin@adm.in' and password 'admin'

Contribute!

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