NAME
Business::Cart::Generic::View::Order - Basic shopping cart
Synopsis
Description
Business::Cart::Generic implements parts of osCommerce and PrestaShop in Perl.
Installation
Constructor and Initialization
Parentage
This class extends Business::Cart::Generic::View::Base.
Using new()
new()
is called as my($obj) = Business::Cart::Generic::View::Order -> new(k1 => v1, k2 => v2, ...)
.
It returns a new object of type Business::Cart::Generic::View::Order
. See Business::Cart::Generic::View.
Key-value pairs accepted in the parameter list:
- o config => $config
-
Takes an object of type Business::Cart::Generic::Util::Config.
This key => value pair is mandatory.
- o db => $db
-
Takes an object of type Business::Cart::Generic::Database.
This key => value pair is mandatory.
- o templater => $templater
-
Takes a Text::Xslate object.
This key => value pair is mandatory.
These keys are also getter-type methods.
Methods
build_order_html()
Returns a block of HTML for the order form.
build_head_js()
Returns a block of Javascript for insertion into the web page's head, and for use by the order form.
cancel_order()
Returns a JSON and utf8 encoded block of text suitable for sending to the client when an order is cancelled.
change_country($country_id)
Returns a JSON and utf8 encoded block of HTML for a select statement, of zones for the given country, suitable for sending to the client.
checkout()
Returns a JSON and utf8 encoded block of text suitable for sending to the client when a user clicks [Checkout].
config()
Returns a hashref.
db()
Returns an object of type Business::Cart::Generic::Database.
display($order, $action, $order_session)
Returns a JSON and utf8 encoded block of HTML for the shopping cart, suitable for sending to the client.
See online.order.page.js and the prepare_order_form() function in that file.
format_search_order($order)
$order is a hashref as returned by "inflate_order()" in Business::Cart::Generic::Database::Order.
Returns a set of HTML table rows. This data is passed to "display()" in Business::Cart::Generic::Search.
templater()
Returns an object of type Text::Xslate.
Machine-Readable Change Log
The file CHANGES was converted into Changelog.ini by Module::Metadata::Changes.
Version Numbers
Version numbers < 1.00 represent development versions. From 1.00 up, they are production versions.
Thanks
Many thanks are due to the people who chose to make osCommerce and PrestaShop, Zen Cart, etc, Open Source.
Support
Email the author, or log a bug on RT:
https://rt.cpan.org/Public/Dist/Display.html?Name=Business::Cart::Generic.
Author
Business::Cart::Generic was written by Ron Savage <ron@savage.net.au> in 2011.
Home page: http://savage.net.au/index.html.
Copyright
Australian copyright (c) 2011, Ron Savage.
All Programs of mine are 'OSI Certified Open Source Software';
you can redistribute them and/or modify them under the terms of
The Artistic License, a copy of which is available at:
http://www.opensource.org/licenses/index.html