Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Branches

jstnryan edited this page Sep 13, 2010 · 2 revisions

Important note: The code in this repository is often times highly experimental. If you are looking for a stable, well documented, user friendly release please download the official release versions of jCart from the official jCart website or from the official Google Code download area.

The code you will find here is sometimes incomplete, very often poorly documented, and sometimes contains extra development debugging output. In general these packages were never intended for public consumption, but instead as example code to show the versatility of jCart and what it is capable of.

master

The master branch only contains the officially released versions of jCart.

ProductOptions

A major rewrite to support user-selectable options for any product. The (configurable) “my-item-option” hidden field is used to pass an array of options and their selected values back to the cart, which then stores like products together, but displays like products with different options separately in the cart.

BulkDiscounts

Added the (configurable) “my-item-bulk” field to pass an array of quantities and prices back to jCart which define levels at which a bulk discount pricing scheme will apply for that product.

MultipleStores

Added “my-store-id” field (name configurable) which holds an alphanumeric store-id and an optional store name (comma separated). Multiple stores may have products with identical IDs (products are stored separately). The “my-store-id” field is optional; if not used the default store-id of “0” (zero) is used.

Clone this wiki locally