Adding link to Navigation Bar
Hello,
I'm using a 3rd party shopping cart other than paypal on my site. It is working very well as it uses HTML codes just like paypal.
My only question is I want put a "View Cart" link in the navigation bar. I have a link for it but I can't figure out how to put a link in the navigation bar.
Thanks!
I'm using a 3rd party shopping cart other than paypal on my site. It is working very well as it uses HTML codes just like paypal.
My only question is I want put a "View Cart" link in the navigation bar. I have a link for it but I can't figure out how to put a link in the navigation bar.
Thanks!
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?The only thing I could suggest is a redirect. I don't know that yola's menus support external links (maybe they do but I don't think so). Create a page which you place in the menu and then search the internet for a 301 redirect code and put it in the page, when they open the page it will probably say, you are being redirected to http://viewcart.com as an example and then within ten seconds it should take them there. I would go get the code for you but I'm kinda busy! Hope this helps!
-
Inappropriate?And I know that 301 redirect codes work with yola because I've tested it before and it worked.
-
Inappropriate?Hello Kelley
Yes, it is possible to cause your menu link to redirect to an external URL if you are prepared to write a little bit of custom HTML.
Here's what you need to do:
1. Create a new page with the name of the site you want to link to.
2. Drag and drop a HTML widget onto your page.
3. Paste this tag into the HTML editor:
<meta http-equiv="refresh" content="2; url=http://webdesign.about.com">
"2" is how many seconds it waits before it redirects - you can change this number. Probably better to start with a higher number until you know it works!
"url" is the URL it redirects to, so, replace the URL in the above tag with the one for the site you want to link to. -
Inappropriate?Hi Keeley,
I would suggest a more pro way to deal with this is not to add it to your nav menu but apply a static link to the page.
Static links follow you down the page - perfect for what your trying to achieve.
see here - http://hexham.info/business - see the alphabet links on the left of the screen? this could be a image of a cart and could link to the cart page.
If you want to do something like this go here for more info http://www.dynamicdrive.com/dynamicin...
If you liek it, just ask if you want any help getting it right
Lee.
1 person says
this answers the question
-
Thanks Lee - helpful as always!! -
Inappropriate?Thank you very much for all of your help!
Loading Profile...




CHAMP