diff --git a/lib/WebGUI/Content/Shop.pm b/lib/WebGUI/Content/Shop.pm index d9b5f1d62..cd03bfa46 100644 --- a/lib/WebGUI/Content/Shop.pm +++ b/lib/WebGUI/Content/Shop.pm @@ -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