Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Making new information pages

Making new information pages

Views: 568

Results 1 to 6 of 6
28 Jul 2011, 4:01 PM
#1
ivanna avatar

ivanna

Zen Follower

Join Date:
Jan 2011
Location:
Texas, USA
Posts:
171
Plugin Contributions:
0

Making new information pages

I have v1.3.9h and barebones template.

Is is permissible to create more pages like pages 2 - 4?
Pages are in More Information group and I want more 2 pages to be in the same place on the side navigation.

I think EZ-pages would create a different group and I want these pages to be together.

I thought perhaps to copy
\includes\languages\english\page_3.php to \includes\languages\english\page_5.php
\catalog\includes\languages\english\html_includes\define_page_3.php to \catalog\includes\languages\english\html_includes\define_page_5.php

thank you
Ivanna

28 Jul 2011, 4:09 PM
#3
ivanna avatar

ivanna

Zen Follower

Join Date:
Jan 2011
Location:
Texas, USA
Posts:
171
Plugin Contributions:
0

Re: Making new information pages

And add define('BOX_INFORMATION_PAGE_5', 'Page 5');
to \includes\languages\english.php

is this correct?

28 Jul 2011, 6:18 PM
#4
ivanna avatar

ivanna

Zen Follower

Join Date:
Jan 2011
Location:
Texas, USA
Posts:
171
Plugin Contributions:
0

Re: Making new information pages

I know the paths I mention here are not correct which brings a new question about saving files.

If I take a file from /languages/English/file.php, I will save it as /languages/MY-TEMPLATE/file.php.

That much is clear and I now have an override file, Yes?

but if I go higher one level to /languages/file.php, to where is it saved? Do I create an override for this or not?

28 Jul 2011, 6:42 PM
#5
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Making new information pages

Yes, but the only file you would copy to languages/YOUR_TEMPLATE is english.php.

Did you look at the mod I mentioned ?

Another (and I think easier) way to do what you're trying to do is create EZ pages pointing to the existing More Information pages and for your new pages and use the Important Links (EZ page) sidebox.

28 Jul 2011, 7:37 PM
#6
ivanna avatar

ivanna

Zen Follower

Join Date:
Jan 2011
Location:
Texas, USA
Posts:
171
Plugin Contributions:
0

Re: Making new information pages

Hello Steve, I missed the Mod. :oops: It looks like someone has done this already. This will save me a lot of time, but at least I learn more about it all the time. :smile:

I did not know it was possible with EZ-Pages. I thought it would go only to the EZ-Page module.

I will look at both options and see which will be better for me.

thank you
Ivanna