From 232cc9fd1d82fb0b38917874fbe5666bcb1445a5 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 17 Mar 2008 18:58:48 +0000 Subject: [PATCH] added documentation on how to access the shop modules via a url --- lib/WebGUI/Content/Shop.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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