Zen Cart Logo
Forums / General Questions / information side box : link to other pages ?

information side box : link to other pages ?

Views: 732

Results 1 to 7 of 7
10 Jan 2011, 2:16 PM
#1
akasashasha avatar

akasashasha

Zen Follower

Join Date:
Mar 2009
Location:
France
Posts:
158
Plugin Contributions:
0

information side box : link to other pages ?

Dears,

I changed the page_2 in Newsletter (in my information sidebox).
Now I would like that when my customers click on Newsletter, instead of having the define page being displayed, they are led to the mailchimp subscription form that I'm using for the newsletter.
I thought I could do this by simply changing my page_2.php like this :

define('NAVBAR_TITLE', 'Newsletter');
define('HEADING_TITLE', <a href="' <http://url> link to mailchimp form '" target="_blank">'Newsletter'</a>);

... but it's not working, when I click on Newsletter, a white page appear...:cry:
help please ?

Thanks

Aka

10 Jan 2011, 2:28 PM
#2
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,286
Plugin Contributions:
39

Re: information side box : link to other pages ?

Use an easy page and the external link function to your form page instead of a defined page.

~Melanie

10 Jan 2011, 3:13 PM
#3
akasashasha avatar

akasashasha

Zen Follower

Join Date:
Mar 2009
Location:
France
Posts:
158
Plugin Contributions:
0

Re: information side box : link to other pages ?

I did it also, a link to the subscription form appear on the bottom of the home page, but I wanted to try this link to be displayed in the information box.

10 Jan 2011, 3:15 PM
#4
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,286
Plugin Contributions:
39

Re: information side box : link to other pages ?

The link can be added and overridden by hand in a quick file edit to your information sidebox.

~Melanie

10 Jan 2011, 3:21 PM
#5
akasashasha avatar

akasashasha

Zen Follower

Join Date:
Mar 2009
Location:
France
Posts:
158
Plugin Contributions:
0

Re: information side box : link to other pages ?

??? translation please ???

18 Jan 2011, 12:01 AM
#6
maxy007 avatar

maxy007

Zen Follower

Join Date:
Dec 2010
Posts:
248
Plugin Contributions:
0

Re: information side box : link to other pages ?

Hi Aka,
Did you get this sorted? I'd be interested in the answer as well.

18 Jan 2011, 4:00 PM
#7
akasashasha avatar

akasashasha

Zen Follower

Join Date:
Mar 2009
Location:
France
Posts:
158
Plugin Contributions:
0

Re: information side box : link to other pages ?

well, I just used an ez page linked ...