Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding page, making it work.

Adding page, making it work.

Locked

Views: 951

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
15 Apr 2008, 3:55 PM
#1
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Adding page, making it work.

I want to add a link from a category page to this:

http://www.cupcakecuddles.com/includes/languages/english/page_2.php

I'm not using EZpages, I just want the link to work...

why won't <a href="http://www.cupcakecuddles.com/includes/languages/english/page_2.php">Why Flipper?</a> work?

15 Apr 2008, 4:39 PM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Adding page, making it work.

the link appears to work BUT it goes to a non-existent page

15 Apr 2008, 4:45 PM
#3
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Re: Adding page, making it work.

That page is there though, so I don't get it?

15 Apr 2008, 5:22 PM
#4
fsicody avatar

fsicody

New Zenner

Join Date:
Apr 2008
Posts:
36
Plugin Contributions:
0

Re: Adding page, making it work.

are you wanting the link to open a new window or open in the main area? also, did you make the page through zen-cart define pages? If not, how did you make the page?

15 Apr 2008, 6:32 PM
#5
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Re: Adding page, making it work.

I didn't make it through define pages, just wanted to use the already there Page2. So I just added content to that Page2 php page.

15 Apr 2008, 6:50 PM
#6
fsicody avatar

fsicody

New Zenner

Join Date:
Apr 2008
Posts:
36
Plugin Contributions:
0

Re: Adding page, making it work.

what you should do is go into the define pages editor in your admin, select define_page_2.php and put your content in the box then save it. Change your link to http://www.cupcakecuddles.com/index.php?main_page=page_2

or try to upload the file again and make sure the path matches your link

15 Apr 2008, 7:24 PM
#7
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Re: Adding page, making it work.

Thank you so much, I really appreciate it! It worked great!