Changes for version 0.16_02 - 2005-06-08
- Fixed t/l10n.t test failures when LANG != LANGUAGE Thanks to imacat@mail.imacat.idv.tw for the find
- Added t/order_new.t tests
- Added count/items methods to Handel::Order
- Fixed object copy to use columns instead of hash as as suggested on class-dbi list
- Fixed undef/regex errors in constraints
- Moved cart item price to inflated currency and removed _price accessor hack
- Changed Order::new API to better match Cart::new
Changes for version 0.16_01 - 2005-06-05
- Added basic checkout/plugin framework
- Added basic order support
Modules
AxKit XSP Shopping Cart Taglib
Simple commerce framework with AxKit/TT2 support
Module for maintaining shopping cart contents
Module representing an indivudal shopping cart line item
Checkout Pipeline Process
Base module for Handle::Checkout plugins
Read in Handel configuration settings
Common constants used in Handel
Common database constraints used to validate input data
Price container to do currency formatting
Base DBI class used by cart/order objects
Exceptions used within Handel
Iterator class used for collection looping
Localization module for Handel
Handel Language Pack: US English
Handel Language Pack: French
Module for maintaining order contents
Module representing an indivudal order line item
Template Toolkit plugin for shopping cart
Template Toolkit plugin for Handel constants
Provides
in lib/Handel/Exception.pm
in lib/Handel/Exception.pm
in lib/Handel/Exception.pm
in lib/Handel/Exception.pm
in lib/Handel/Exception.pm
Examples
Other files
- Changes
- LICENSE
- MANIFEST
- META.yml
- Makefile.PL
- README
- Todo
- demo/axkit/README
- demo/axkit/cart.xsp
- demo/axkit/httpd.conf.include
- demo/axkit/includes/footer.xml
- demo/axkit/includes/menu.xml
- demo/axkit/products.xsp
- demo/axkit/style/css/basic.css
- demo/axkit/style/xsl/cart.xsl
- demo/axkit/style/xsl/to_xhtml.xsl
- demo/createdb.pl
- demo/tt2/README
- demo/tt2/cart.tt2
- demo/tt2/httpd.conf.include
- demo/tt2/includes/footer.tt2
- demo/tt2/includes/header.tt2
- demo/tt2/includes/menu.tt2
- demo/tt2/products.tt2
- demo/tt2/style/css/basic.css