Navigation

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
webmistress69
Ensign (ENS)
Ensign (ENS)
Posts: 14
Joined: Thu May 28, 2009 7:59 pm

Navigation

Post by webmistress69 » Sun Jun 07, 2009 1:26 am

Hi could someone please tell me how to find my navigation so that I can change the dropdown menu text. I can see the mm_menu.js but can't seem to find where I can edit the actual script to change the navigation lnk name.

Thanks

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Navigation

Post by mazhar » Mon Jun 08, 2009 3:19 am

Could you please explain your question via some screen shot of page. In fact I am not clear about navigation you are taking about.

webmistress69
Ensign (ENS)
Ensign (ENS)
Posts: 14
Joined: Thu May 28, 2009 7:59 pm

Re: Navigation

Post by webmistress69 » Mon Jun 08, 2009 7:59 am

www.myvu.com
click on the menu at the top, a subcategory list comes down. Under Products there are three links. I need to change the Solo Plus to Solo Plus EV

Does that help?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Navigation

Post by mazhar » Mon Jun 08, 2009 9:33 am

If you have encoded products information statically then you will need to update your control code by making name change. If this is something dynamic loading products from db automatically then all you need is to go to merchant side locate product and then update product name.

webmistress69
Ensign (ENS)
Ensign (ENS)
Posts: 14
Joined: Thu May 28, 2009 7:59 pm

Re: Navigation

Post by webmistress69 » Mon Jun 08, 2009 12:56 pm

what do u mean by "encoded products" ? The products that are in the db side? I have actually changed the name of the product in the merchant side for each separate page that has any instance of the name that has to be changed? . So the link that needs to be changed has not been updated in the navigation, but has been changed everywhere else on the page.

Do I need to change the status of just the "products" page or all?

Thanks for the quick reply!

webmistress

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Navigation

Post by mazhar » Tue Jun 09, 2009 3:14 am

This sounds that your navigation is not dynamic and contains hard coded links of product pages. Edit your Standarad Header scriptlet and then try to locate text you want to change in it.

Post Reply