Category Header Menu is Available

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
There have been several posts asking about a header menu.  I put one together and have all of the files and some screen shots available for download.  However, I just realized there is no attachment feature on this message board.

Where can I post these files so the community can download?  I don't want to email it every time.

Thanks.

joe
Hace 13 años
You can upload the files to a site offering free file hosting and post the links. I've used one to provide files several times on this forum.

.
Hace 13 años
Thanks.

I think I have one of those as well.  I just think it's time to have a central repository for community based projects, additions, addons, etc.  I am sure there are a lot of other members who have contributions.
Hace 13 años
Replied to you PM. I could probably put it up on a file hosting if you like.
Hace 13 años
Would like to send a big thankyou to Joe. He has done an excellent job on the new menu.

I have upload the file to http://www.megaupload.com/?d=VE6PIF7P

All instructions are in the zip file. Don't thank me thank Joe.
Hace 13 años
Hi, I state that it is not very good in asp.net (I just started studying it)
I want to create a menu similar to http://www.beautyfeatures.ie/

I followed the guide in the zip package, but it returns errors:

Error 1: Could not load type 'NopSolutions.NopCommerce.Web.Modules.HeaderCategoryMenu'.
\Modules\HeaderCategoryMenu.ascx

Error 2: Tag server 'nopCommerce: HeaderCategoryMenu' unknown.
\MasterPages\Root.Master     19

could you explain what is due?
Hace 13 años
I have installed as per Joe's documentation as it works perfectly.

You may also need to change line 25 in HeaderCatagoryMenu.ascx to point to the correct directory for jquery-1.4.min.js

Apart from that it is working perfect foe me.
Hace 13 años
Sorry but I can not understand where mistake .....
I changed the file root.master in the following points:
Line 4 from
<%@ Register TagPrefix="nopCommerce" TagName="HeaderMenu" Src="~/Modules/HeaderMenu.ascx" %>
to
<%@ Register TagPrefix="nopCommerce" TagName="HeaderMenu" Src="~/Modules/HeaderCategoryMenu.ascx" %>


Line 19 from
<nopCommerce:HeaderMenu ID="ctrlHeaderMenu" runat="server" />
to
<nopCommerce:HeaderMenu ID="ctrlHeaderCategoryMenu" runat="server" />


Does not give me more errors but only on the Insert menu HOME | CONTACT U.S.
Ps : I use Nopcommerce 1.60

Can you help me??
Thank you very much
Hace 13 años
Make sure you put all the files in the directories where they belong.  Your errors suggest that they may be missing.

Make sure you rebuild your project before publishing.
Hace 13 años
Sorry for the delay.
I wanted to thank you for this extension really useful
I wanted to ask if you can (easy) to include a banner rotator on the homepage?

Thanks for your Help
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.