added clarity

This commit is contained in:
JT Smith 2008-03-17 19:00:43 +00:00
parent 232cc9fd1d
commit d2684f466b

View file

@ -29,13 +29,15 @@ Package WebGUI::Content::Shop
=head1 DESCRIPTION
A content handler that opens up all the commerce functionality. The modules herein are accessed like this:
A content handler that opens up all the commerce functionality. The shop modules are accessed via the url like this:
pagename?shop=modulehandler;method=www_method
/pagename?shop=modulehandler;method=www_method
For example:
home?shop=transaction;method=manage
/home?shop=transaction;method=manage
In the above we're accessing the WebGUI::Shop::Transaction module, which is configured with the www_transaction() sub in this package. And we're calling www_manage() on that object.
=head1 SYNOPSIS