From d2684f466bcdcb40d48bb44dfbdedadd16fe7497 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 17 Mar 2008 19:00:43 +0000 Subject: [PATCH] added clarity --- lib/WebGUI/Content/Shop.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/Content/Shop.pm b/lib/WebGUI/Content/Shop.pm index cd03bfa46..1a88302f8 100644 --- a/lib/WebGUI/Content/Shop.pm +++ b/lib/WebGUI/Content/Shop.pm @@ -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