Forums / Templates, Stylesheets, Page Layout / Can't get side box link to work

Can't get side box link to work

Locked

Views: 1,210

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
26 Feb 2009, 07:17
#1
scottsplace avatar

scottsplace

New Zenner

Join Date:
Feb 2009
Posts:
3
Plugin Contributions:
0

Can't get side box link to work

I added a link under "more information" sidebox and copied the define_page and added it everywhere. It won't point to the correct page. What am I doing wrong? My site is https://www.racehorsedepot.com and the link I am talking about is on the left side call "pricing info" If anyone out there knows what I am doing wrong I would much appreciate the help. Thanks

Oh I am a newb so dont' laugh if this is ez fix!! Love the Zen Cart

26 Feb 2009, 08:04
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Can't get side box link to work

As the constant is displayed "FILENAME_PAGE_5" - suspect a mis edit to the define for it...

See if you can find in your template english.php file "page_5"

It should be this:

define('BOX_INFORMATION_PAGE_5', 'Pricing Information');

Or actually, that is not the constant!!! Did you create this? Or use this module? http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1125

There are about 8 edits/additions for a define page

26 Feb 2009, 14:11
#3
scottsplace avatar

scottsplace

New Zenner

Join Date:
Feb 2009
Posts:
3
Plugin Contributions:
0

Re: Can't get side box link to work

I copied page 4 and then renamed it. If I put page two in there it will work but as soon as I change it to 5 it points to the page not found???? It's really driving me nuts

26 Feb 2009, 21:57
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Can't get side box link to work

I copied page 4 and then renamed it. But did you touch/edit this in the 8 places required? See the module referenced