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

nitzanb/Simple-Cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Cart plugin for WordPress
===========================

This simple plugin will add a cart functionality to a wordpress installation.
There are few "e-commerce" plugins out there but they are large and bloat,
I've needed something light and simple.

Creating products
-----------------
Each product is actually a post, I'm using a custom field called 'item_price'
in order to set the item price. Either than that - all data comes from the 
post data.


=== RELEASE NOTES ===
2011-03-28 - v1.0 - first version

simple_cart.php - 	The main plugin file

cart.php - 	The class that manage the cart functionality
item.php - 	This is the Item class, which is more of a "bridge" to get 
			needed post data without new queries

======================

About

A simple cart plugin for wordpress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages