Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

ultramega/umcart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UMCart

UMCart is an open source PHP shopping cart system. It is intended to be as light as possible while providing all the necessities to sell products online.

IMPORTANT: This is alpha quality software not ready for use in a production environment!

Installation

In no particular order:

  • Copy the files in web/ to your web server
  • Create a database and import umcart.sql
  • Edit the constant values as needed (just the UPPERCASE ones)
  • Set directory images to be writable by your web server

Features

UMCart is still in early development with many features missing or not fully implemented.

Features:

  • PayPal payment processing
  • Category tree with unlimited depth
  • Product description, image, and custom attributes
  • Shopping cart
  • User accounts with optional registration
  • Coupons
  • Custom template support

TODO

  • Form Validation
  • Error Handling/Logging
  • URL Rewriting
  • Cache Implementation
  • AJAX handling
  • Front-end Scripting
  • Interface Styling
  • Installation Script
  • End-User Documentation
  • Currency Selection
  • Collision check on user registrations
  • Plugin system
  • Facebook/Twitter/OpenID logins

MIT License

See the file named LICENSE or visit http://sguidetti.mit-license.org/

About

Open source PHP shopping cart system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published