You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Is it possible to move menu items from one menu to another?
From this:
Categories
Category 1
Category 2
Online Store Menu
Specials
New Products
To this:
Categories
Category 1
Category 2
Specials
New Products
With the Online Store Menu widget disabled (set to false).
Offline
The only way I can think of at the moment is to suppress the headers for the menus you don't want to be displayed, this is really not moveing them but it will make it looks like it does. Each of the menu sections have there own scripts that build there content so you can't really move them from one menu to another.
John
Offline
Hmm. Well, can I suppress just one menu header? Because if I could suppress the Online Store Menu header and move it up under the Categories menu that would work.
Offline
In ccp7 go to System Dashboard > System > Displays > Display Includes > Skin Widget Store Menu and comment out or remove this line
print '<div class="skin_fenavh" id="ecom_skinwidgetmenustore_h">' . $widget_name . '</div>' . $eol;
you best bet is to comment it out so you can get it back if you wanted, like
// print '<div class="skin_fenavh" id="ecom_skinwidgetmenustore_h">' . $widget_name . '</div>' . $eol;
John
Offline
They are indeed, thanks!
We're looking forward to getting migrated back over to CCP7 and trying out T-Hub.
Quickbooks has always been an issue for us, fingers crossed
Offline