Changes
demo/axkit/cart.xsp
demo/axkit/httpd.conf.include
demo/axkit/includes/footer.xml
demo/axkit/includes/menu.xml
demo/axkit/index.xsp
demo/axkit/products.xsp
demo/axkit/README
demo/axkit/style/css/basic.css
demo/axkit/style/xsl/cart.xsl
demo/axkit/style/xsl/to_xhtml.xsl
demo/createdb.pl
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/index.tt2
demo/tt2/products.tt2
demo/tt2/README
demo/tt2/style/css/basic.css
lib/AxKit/XSP/Handel/Cart.pm
lib/AxKit/XSP/Handel/Checkout.pm
lib/AxKit/XSP/Handel/Order.pm
lib/Handel.pm
lib/Handel/Cart.pm
lib/Handel/Cart/Item.pm
lib/Handel/Checkout.pm
lib/Handel/Checkout/Message.pm
lib/Handel/Checkout/Plugin.pm
lib/Handel/ConfigReader.pm
lib/Handel/Constants.pm
lib/Handel/Constraints.pm
lib/Handel/Currency.pm
lib/Handel/DBI.pm
lib/Handel/Exception.pm
lib/Handel/Iterator.pm
lib/Handel/L10N.pm
lib/Handel/L10N/en_us.pm
lib/Handel/L10N/fr.pm
lib/Handel/Order.pm
lib/Handel/Order/Item.pm
lib/Template/Plugin/Handel/Cart.pm
lib/Template/Plugin/Handel/Constants.pm
LICENSE
Makefile.PL
MANIFEST
MANIFEST.SKIP
META.yml
README
t/basic.t
t/cart_add.t
t/cart_clear.t
t/cart_delete.t
t/cart_item_new.t
t/cart_items.t
t/cart_iterator.t
t/cart_load.t
t/cart_new.t
t/cart_restore.t
t/cart_restore_append.t
t/cart_restore_append_filter.t
t/cart_restore_merge.t
t/cart_restore_merge_filter.t
t/cart_restore_replace.t
t/cart_restore_replace_filter.t
t/cart_save.t
t/checkout_cart.t
t/checkout_messages.t
t/checkout_order.t
t/checkout_phases.t
t/checkout_plugins.t
t/checkout_process.t
t/conf/extra.conf.in
t/config.t
t/constants.t
t/constraints_cart_type.t
t/constraints_checkout_phase.t
t/constraints_currency_code.t
t/constraints_order_type.t
t/constraints_price.t
t/constraints_quantity.t
t/constraints_uuid.t
t/currency.t
t/dbi.t
t/exceptions.t
t/htdocs/axkit/cart_cart.xsp
t/htdocs/axkit/cart_cart_add.xsp
t/htdocs/axkit/cart_cart_add_filtered.xsp
t/htdocs/axkit/cart_cart_clear.xsp
t/htdocs/axkit/cart_cart_delete.xsp
t/htdocs/axkit/cart_cart_delete_filtered.xsp
t/htdocs/axkit/cart_cart_filtered.xsp
t/htdocs/axkit/cart_cart_filtered_no_results.xsp
t/htdocs/axkit/cart_cart_item.xsp
t/htdocs/axkit/cart_cart_item_filtered.xsp
t/htdocs/axkit/cart_cart_item_filtered_no_results.xsp
t/htdocs/axkit/cart_cart_item_update.xsp
t/htdocs/axkit/cart_cart_items.xsp
t/htdocs/axkit/cart_cart_items_filtered.xsp
t/htdocs/axkit/cart_cart_items_filtered_no_results.xsp
t/htdocs/axkit/cart_cart_items_update.xsp
t/htdocs/axkit/cart_cart_no_results.xsp
t/htdocs/axkit/cart_cart_save.xsp
t/htdocs/axkit/cart_cart_update.xsp
t/htdocs/axkit/cart_carts.xsp
t/htdocs/axkit/cart_carts_add.xsp
t/htdocs/axkit/cart_carts_add_filtered.xsp
t/htdocs/axkit/cart_carts_clear.xsp
t/htdocs/axkit/cart_carts_delete.xsp
t/htdocs/axkit/cart_carts_delete_filtered.xsp
t/htdocs/axkit/cart_carts_filtered.xsp
t/htdocs/axkit/cart_carts_filtered_no_results.xsp
t/htdocs/axkit/cart_carts_item.xsp
t/htdocs/axkit/cart_carts_item_filtered.xsp
t/htdocs/axkit/cart_carts_item_filtered_no_results.xsp
t/htdocs/axkit/cart_carts_item_update.xsp
t/htdocs/axkit/cart_carts_items.xsp
t/htdocs/axkit/cart_carts_items_filtered.xsp
t/htdocs/axkit/cart_carts_items_filtered_no_results.xsp
t/htdocs/axkit/cart_carts_items_update.xsp
t/htdocs/axkit/cart_carts_no_results.xsp
t/htdocs/axkit/cart_carts_save.xsp
t/htdocs/axkit/cart_carts_update.xsp
t/htdocs/axkit/cart_currency_convert.xsp
t/htdocs/axkit/cart_currency_format.xsp
t/htdocs/axkit/cart_new.xsp
t/htdocs/axkit/cart_new_and_add.xsp
t/htdocs/axkit/cart_new_and_add_filtered.xsp
t/htdocs/axkit/cart_new_filtered.xsp
t/htdocs/axkit/cart_new_minimal.xsp
t/htdocs/axkit/cart_new_no_results_trigger.xsp
t/htdocs/axkit/cart_restore_append.xsp
t/htdocs/axkit/cart_restore_merge.xsp
t/htdocs/axkit/cart_restore_replace.xsp
t/htdocs/axkit/cart_uuid.xsp
t/htdocs/axkit/order_new.xsp
t/htdocs/axkit/order_new_filtered.xsp
t/htdocs/axkit/order_uuid.xsp
t/htdocs/axkit/order_new_and_add.xsp
t/htdocs/axkit/order_new_and_add_filtered.xsp
t/htdocs/axkit/order_order.xsp
t/htdocs/axkit/order_order_add.xsp
t/htdocs/axkit/order_order_add_filtered.xsp
t/htdocs/axkit/order_order_clear.xsp
t/htdocs/axkit/order_order_delete.xsp
t/htdocs/axkit/order_order_delete_filtered.xsp
t/htdocs/axkit/order_order_filtered.xsp
t/htdocs/axkit/order_order_filtered_no_results.xsp
t/htdocs/axkit/order_order_item.xsp
t/htdocs/axkit/order_order_item_filtered.xsp
t/htdocs/axkit/order_order_item_filtered_no_results.xsp
t/htdocs/axkit/order_order_item_update.xsp
t/htdocs/axkit/order_order_items.xsp
t/htdocs/axkit/order_order_items_filtered.xsp
t/htdocs/axkit/order_order_items_filtered_no_results.xsp
t/htdocs/axkit/order_order_items_update.xsp
t/htdocs/axkit/order_order_no_results.xsp
t/htdocs/axkit/order_order_update.xsp
t/htdocs/axkit/order_currency_convert.xsp
t/htdocs/axkit/out/cart_cart.xsp.out
t/htdocs/axkit/out/cart_cart_add.xsp.out
t/htdocs/axkit/out/cart_cart_add_filtered.xsp.out
t/htdocs/axkit/out/cart_cart_clear.xsp.out
t/htdocs/axkit/out/cart_cart_delete.xsp.out
t/htdocs/axkit/out/cart_cart_delete_filtered.xsp.out
t/htdocs/axkit/out/cart_cart_filtered.xsp.out
t/htdocs/axkit/out/cart_cart_filtered_no_results.xsp.out
t/htdocs/axkit/out/cart_cart_item.xsp.out
t/htdocs/axkit/out/cart_cart_item_filtered.xsp.out
t/htdocs/axkit/out/cart_cart_item_filtered_no_results.xsp.out
t/htdocs/axkit/out/cart_cart_item_update.xsp.out
t/htdocs/axkit/out/cart_cart_items.xsp.out
t/htdocs/axkit/out/cart_cart_items_filtered.xsp.out
t/htdocs/axkit/out/cart_cart_items_filtered_no_results.xsp.out
t/htdocs/axkit/out/cart_cart_items_update.xsp.out
t/htdocs/axkit/out/cart_cart_no_results.xsp.out
t/htdocs/axkit/out/cart_cart_save.xsp.out
t/htdocs/axkit/out/cart_cart_update.xsp.out
t/htdocs/axkit/out/cart_carts.xsp.out
t/htdocs/axkit/out/cart_carts_add.xsp.out
t/htdocs/axkit/out/cart_carts_add_filtered.xsp.out
t/htdocs/axkit/out/cart_carts_clear.xsp.out
t/htdocs/axkit/out/cart_carts_delete.xsp.out
t/htdocs/axkit/out/cart_carts_delete_filtered.xsp.out
t/htdocs/axkit/out/cart_carts_filtered.xsp.out
t/htdocs/axkit/out/cart_carts_filtered_no_results.xsp.out
t/htdocs/axkit/out/cart_carts_item.xsp.out
t/htdocs/axkit/out/cart_carts_item_filtered.xsp.out
t/htdocs/axkit/out/cart_carts_item_filtered_no_results.xsp.out
t/htdocs/axkit/out/cart_carts_item_update.xsp.out
t/htdocs/axkit/out/cart_carts_items.xsp.out
t/htdocs/axkit/out/cart_carts_items_filtered.xsp.out
t/htdocs/axkit/out/cart_carts_items_filtered_no_results.xsp.out
t/htdocs/axkit/out/cart_carts_items_update.xsp.out
t/htdocs/axkit/out/cart_carts_no_results.xsp.out
t/htdocs/axkit/out/cart_carts_save.xsp.out
t/htdocs/axkit/out/cart_carts_update.xsp.out
t/htdocs/axkit/out/cart_currency_format.xsp.out
t/htdocs/axkit/out/cart_new.xsp.out
t/htdocs/axkit/out/cart_new_and_add.xsp.out
t/htdocs/axkit/out/cart_new_and_add_filtered.xsp.out
t/htdocs/axkit/out/cart_new_filtered.xsp.out
t/htdocs/axkit/out/cart_new_minimal.xsp.out
t/htdocs/axkit/out/cart_new_no_results_trigger.xsp.out
t/htdocs/axkit/out/cart_restore_append.xsp.out
t/htdocs/axkit/out/cart_restore_merge.xsp.out
t/htdocs/axkit/out/cart_restore_replace.xsp.out
t/htdocs/axkit/out/order_new.xsp.out
t/htdocs/axkit/out/order_new_filtered.xsp.out
t/htdocs/axkit/out/order_new_and_add.xsp.out
t/htdocs/axkit/out/order_new_and_add_filtered.xsp.out
t/htdocs/axkit/out/order_order.xsp.out
t/htdocs/axkit/out/order_order_add.xsp.out
t/htdocs/axkit/out/order_order_add_filtered.xsp.out
t/htdocs/axkit/out/order_order_clear.xsp.out
t/htdocs/axkit/out/order_order_delete.xsp.out
t/htdocs/axkit/out/order_order_delete_filtered.xsp.out
t/htdocs/axkit/out/order_order_filtered.xsp.out
t/htdocs/axkit/out/order_order_filtered_no_results.xsp.out
t/htdocs/axkit/out/order_order_item.xsp.out
t/htdocs/axkit/out/order_order_item_filtered.xsp.out
t/htdocs/axkit/out/order_order_item_filtered_no_results.xsp.out
t/htdocs/axkit/out/order_order_item_update.xsp.out
t/htdocs/axkit/out/order_order_items.xsp.out
t/htdocs/axkit/out/order_order_items_filtered.xsp.out
t/htdocs/axkit/out/order_order_items_filtered_no_results.xsp.out
t/htdocs/axkit/out/order_order_items_update.xsp.out
t/htdocs/axkit/out/order_order_no_results.xsp.out
t/htdocs/axkit/out/order_order_update.xsp.out
t/htdocs/tt2/cart_add.tt2
t/htdocs/tt2/cart_clear.tt2
t/htdocs/tt2/cart_create.tt2
t/htdocs/tt2/cart_create_and_add.tt2
t/htdocs/tt2/cart_delete.tt2
t/htdocs/tt2/cart_fetch.tt2
t/htdocs/tt2/cart_fetch_as_array.tt2
t/htdocs/tt2/cart_fetch_as_iterator.tt2
t/htdocs/tt2/cart_fetch_filtered.tt2
t/htdocs/tt2/cart_fetch_filtered_no_results.tt2
t/htdocs/tt2/cart_items.tt2
t/htdocs/tt2/cart_items_as_array.tt2
t/htdocs/tt2/cart_items_as_iterator.tt2
t/htdocs/tt2/cart_items_filtered.tt2
t/htdocs/tt2/cart_items_filtered_no_results.tt2
t/htdocs/tt2/cart_items_update.tt2
t/htdocs/tt2/cart_restore_append.tt2
t/htdocs/tt2/cart_restore_merge.tt2
t/htdocs/tt2/cart_restore_replace.tt2
t/htdocs/tt2/cart_save.tt2
t/htdocs/tt2/cart_update.tt2
t/htdocs/tt2/cart_uuid.tt2
t/htdocs/tt2/out/cart_add.tt2.out
t/htdocs/tt2/out/cart_clear.tt2.out
t/htdocs/tt2/out/cart_create.tt2.out
t/htdocs/tt2/out/cart_create_and_add.tt2.out
t/htdocs/tt2/out/cart_delete.tt2.out
t/htdocs/tt2/out/cart_fetch.tt2.out
t/htdocs/tt2/out/cart_fetch_as_array.tt2.out
t/htdocs/tt2/out/cart_fetch_as_iterator.tt2.out
t/htdocs/tt2/out/cart_fetch_filtered.tt2.out
t/htdocs/tt2/out/cart_fetch_filtered_no_results.tt2.out
t/htdocs/tt2/out/cart_items.tt2.out
t/htdocs/tt2/out/cart_items_as_array.tt2.out
t/htdocs/tt2/out/cart_items_as_iterator.tt2.out
t/htdocs/tt2/out/cart_items_filtered.tt2.out
t/htdocs/tt2/out/cart_items_filtered_no_results.tt2.out
t/htdocs/tt2/out/cart_items_update.tt2.out
t/htdocs/tt2/out/cart_restore_append.tt2.out
t/htdocs/tt2/out/cart_restore_merge.tt2.out
t/htdocs/tt2/out/cart_restore_replace.tt2.out
t/htdocs/tt2/out/cart_save.tt2.out
t/htdocs/tt2/out/cart_update.tt2.out
t/l10n.t
t/lib/Handel/Checkout/Plugin/TestPlugin.pm
t/lib/Handel/Checkout/Plugin/TestBogusPlugin.pm
t/lib/Handel/Checkout/TestMessage.pm
t/lib/Handel/OtherTestPlugins/Second.pm
t/lib/Handel/TestHelper.pm
t/lib/Handel/TestPlugins/First.pm
t/order_add.t
t/order_clear.t
t/order_delete.t
t/order_item_new.t
t/order_items.t
t/order_load.t
t/order_new.t
t/pod_coverage.t
t/pod_syntax.t
t/strict.t
t/SMOKE.PL
t/sql/cart_create_table.sql
t/sql/cart_delete_data.sql
t/sql/cart_fake_data.sql
t/sql/order_create_table.sql
t/sql/order_delete_data.sql
t/sql/order_fake_data.sql
t/TEST.PL
t/tt2_cart.t
t/warnings.t
t/xsp_cart.t
t/xsp_order.t
Todo
