a few things i forgot when getting rid of old commerce stuff
This commit is contained in:
parent
39c95cb25b
commit
defad00f41
8 changed files with 9 additions and 21 deletions
|
|
@ -392,32 +392,14 @@ sub getAdminFunction {
|
|||
op => "viewActiveSessions",
|
||||
class => 'WebGUI::Operation::ActiveSessions',
|
||||
},
|
||||
"commerce" => {
|
||||
"shop" => {
|
||||
title => {
|
||||
id => "shop",
|
||||
namespace => "Shop",
|
||||
},
|
||||
icon => "commerce.gif",
|
||||
icon => "shop.gif",
|
||||
url => $self->session->url->page("shop=admin"),
|
||||
group => "3",
|
||||
},
|
||||
"subscriptions" => {
|
||||
title => {
|
||||
id => "manage subscriptions",
|
||||
namespace => "Subscription",
|
||||
},
|
||||
icon => "subscriptions.gif",
|
||||
op => "listSubscriptions",
|
||||
class => 'WebGUI::Operation::Subscription',
|
||||
},
|
||||
"productManager" => {
|
||||
title => {
|
||||
id => "manage products",
|
||||
namespace => "ProductManager",
|
||||
},
|
||||
icon => "productManager.gif",
|
||||
op => "listProducts",
|
||||
class => 'WebGUI::Operation::ProductManager',
|
||||
group => $session->setting->get('groupIdAdminCommerce'),
|
||||
},
|
||||
"cache" => {
|
||||
title => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue