(SOLVED) Top Menu Module Position in MyStore?

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Sun Aug 08, 2010 9:06 pm
I installed the regular version of MyStore (not Quickstart).

What Module Position is the Top Menu in (ie help center, live chat. contact us)?

Thank you
User avatar
Junior Boarder

GK User
Mon Aug 09, 2010 7:57 am
it's in the position : topmenu :)
User avatar
Platinum Boarder

GK User
Tue Aug 10, 2010 4:50 am
Hello,

My module settings:
Enabled: yes
Position: topmenu
Access Level: Public
Menu Selection: All

Module Parameters:
Menu name top-menu (as i set up in menu manager/also have items in it)
Menu Style: Legacy Horizontal
Start Level: 1
End Level: 1
Always show sub-menu Items: No
Target Position: Blank

Any thoughts?
User avatar
Junior Boarder

GK User
Tue Aug 10, 2010 7:38 am
here is my settings for the top menu taken from the demo page:
Image
User avatar
Platinum Boarder

GK User
Mon Aug 30, 2010 1:59 am
My settings are set exactly as shown above, however top menu still not showing. here is the url http://www.culligansocal.com

Any help will be greatly appreciated. Thank you.
User avatar
Junior Boarder

GK User
Mon Aug 30, 2010 4:09 am
Hi

There a small bug on MyStore template and this will be update soon.

Meanwhile, please open this file ../templates/gk_mystore/layouts/blocks/toolbar.php
and find line 30:

Code: Select all
<?php if( GK_LOGIN || GK_REGISTER || GK_TOOLS) : ?>


replace it with

Code: Select all
<?php if( GK_LOGIN || GK_REGISTER || GK_TOOLS || $this->countModules('cart + topmenu')) : ?>


Now it should work well.

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Aug 30, 2010 6:10 am
Worked like a charm. Thank you very much.
User avatar
Junior Boarder


cron