added documentation on how to access the shop modules via a url

This commit is contained in:
JT Smith 2008-03-17 18:58:48 +00:00
parent 3d8b329660
commit 232cc9fd1d

View file

@ -29,7 +29,13 @@ Package WebGUI::Content::Shop
=head1 DESCRIPTION
A content handler that opens up all the commerce functionality.
A content handler that opens up all the commerce functionality. The modules herein are accessed like this:
pagename?shop=modulehandler;method=www_method
For example:
home?shop=transaction;method=manage
=head1 SYNOPSIS