Changes for version 0.16_05 - 2005-06-27
- Changed plugins option in Checkout::new to pluginpaths and addpluginpaths to match global config settings
- Added checkout_order.t tests
- Added checkout_cart.t tests
Changes for version 0.16_04 - 2005-06-25
- Added order type constraint tests
- Changed Order to use constraints_order_type
- Added checkout_plugins.t tests
- Plugin::init now received the checkout context from new
- Fixed Checkout::plugins so it always returns the same thing when called multiple times
Changes for version 0.16_03 - 2005-06-22
- Added more order_new.t tests
- Added order_load.t tests
- Added order_item.t tests
- Fixed ORDER_TYPE_SAVED value
- Added missing cart load via uuid code in Order::new
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