Convert WebGUI::Shop::Products over to be object oriented.
Update the tests and Content plugin for the Shop. Add the Products screen to the Shop admin screen. Add exception handling to www_import. Add a status message to the manage products screen.
This commit is contained in:
parent
b137688f65
commit
1fd425ac96
5 changed files with 102 additions and 41 deletions
|
|
@ -69,6 +69,7 @@ sub getAdminConsole {
|
|||
$ac->addSubmenuItem($url->page("shop=transaction;method=manage"), $i18n->get("transactions"));
|
||||
$ac->addSubmenuItem($url->page("shop=vendor;method=manage"), $i18n->get("vendors"));
|
||||
$ac->addSubmenuItem($url->page("shop=credit;method=manage"), $i18n->get("in shop credit"));
|
||||
$ac->addSubmenuItem($url->page("shop=products;method=manage"), $i18n->get("products"));
|
||||
return $ac;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue