The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Business::Cart::Generic::Controller::Initialize - Basic shopping cart

Synopsis

See Business::Cart::Generic.

Description

Business::Cart::Generic implements parts of osCommerce and PrestaShop in Perl.

Installation

See Business::Cart::Generic.

Constructor and Initialization

Parentage

This is a sub-class of Business::Cart::Generic::Controller.

Using new()

This class is never used stand-alone. However, its run mode 'display' is run automatically when the user hits the default PSGI or CGI script URL, e.g. http://127.0.0.1:5008/.

Methods

build_about_html()

Returns the string of HTML used in the About tab.

build_head_init()

Returns a string of HTML and Javascript used in the tabset.

build_head_js()

Returns a string of Javascript inserted into the head of the web page.

display()

Called automatically, since display is the default run mode. See the method cgiapp_prerun() in the parent.

See also the comment above, under "Constructor and Initialization".

Returns the default web page to the client.

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