Committing the new Ecommerce system

This commit is contained in:
Martin Kamerbeek 2004-11-29 15:31:22 +00:00
parent 1847a18ec7
commit 5676bf9585
16 changed files with 2576 additions and 0 deletions

View file

@ -0,0 +1,22 @@
package WebGUI::Help::TransactionLog;
our $HELP = {
'purchase history' => {
title => 'help purchase history template title',
body => 'help purchase history template body',
related => [
{
tag => 'template language',
namespace => 'WebGUI'
},
{
tag => 'templates manage',
namespace => 'WebGUI'
}
]
},
};
1;