Zen Cart Logo
Forums / Basic Configuration / Adding an external link to a sidebox?

Adding an external link to a sidebox?

Locked

Views: 1,285

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
14 Jul 2008, 10:46 PM
#1
mir13 avatar

mir13

New Zenner

Join Date:
May 2008
Posts:
27
Plugin Contributions:
0

Adding an external link to a sidebox?

I would like to know how to add an external link- a link to another website-
to the information or the currency sidebox.
I have found similar threads, but they are all about adding a page in zen cart not outside of the zen cart website.

Thanks to all!

14 Jul 2008, 11:16 PM
#2
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Location:
At Home
Posts:
357
Plugin Contributions:
0

Re: Adding an external link to a sidebox?

In the download section, search for 'blank sidebox' mod. Then insert a link text like this,

> <a href="http://www.theurlhere.com/" target="_blank">The Link Text</a>
Something like that.

I'm not sure how to add the link to the 'information' sidebox. Sorry.

15 Jul 2008, 3:37 PM
#3
mir13 avatar

mir13

New Zenner

Join Date:
May 2008
Posts:
27
Plugin Contributions:
0

Re: Adding an external link to a sidebox?

Thank you, at least I know the proper way to insert the link now!

:D

Anyone else know the correct way to insert a link to another website in the currency sidebox?
I just need to know what file now, I guess-

Thanks!

16 Jul 2008, 3:18 AM
#4
mir13 avatar

mir13

New Zenner

Join Date:
May 2008
Posts:
27
Plugin Contributions:
0

Re: Adding an external link to a sidebox?

This worked for me, to add the external link into the currency box:

includes/templates/template_default/sideboxes/tpl_currencies.php

Add the link to the code just before the $content .= '</div>';

:clap: