Zen Cart Logo
Forums / Customization from the Admin / Creating page names

Creating page names

Locked

Views: 2,326

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
25 Jun 2008, 10:06 AM
#1
taogem avatar

taogem

Zen Follower

Join Date:
Jun 2008
Posts:
165
Plugin Contributions:
0

Creating page names

My ZenCart Link

How do we name the number 2, 3, and 4 pages that show as a default when first setting up our ZenCart under the "More Information" module in the sidebar to the left of main page?

I found how to edit the content for those pages from the admin, but not the title.

Thanks.. :smile:

25 Jun 2008, 11:17 AM
#2
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Creating page names

If it's the URL you want to change, you'll have to change filenames. Better to grab the about us contribution and modify files accordingly to create the URL you desire.

26 Jun 2008, 11:22 PM
#3
taogem avatar

taogem

Zen Follower

Join Date:
Jun 2008
Posts:
165
Plugin Contributions:
0

Re: Creating page names

No, I don't believe it is a url I am talking about?

Presently on my cart in the lower left hand side you can see where it says "More Information"

Then beneath there is a page 2, 3 and 4

How do I change the "page 2", 3 and 4 to something else?

26 Jun 2008, 11:32 PM
#4
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Creating page names

ok. This is just a language define.
Create your custom template (I'll assume it's called "custom").
Create directory includes/languages/custom
copy includes/languages/english.php to includes/languages/custom
edit the file you just copied and change the define BOX_INFORMATION_PAGE_2 to whatever you want.

26 Jun 2008, 11:41 PM
#5
taogem avatar

taogem

Zen Follower

Join Date:
Jun 2008
Posts:
165
Plugin Contributions:
0

Re: Creating page names

Ok, got it..

Thank you !:smile:

27 Jun 2008, 12:36 AM
#6
taogem avatar

taogem

Zen Follower

Join Date:
Jun 2008
Posts:
165
Plugin Contributions:
0

Re: Creating page names

Say, I do have another question SWGuy

Some time ago, I created a template for the purpose of editing meta. It is called zencart_zen

Here is where it ended up.

includes/languages/english/zencart_zen

Can I use this to copy the english.php into ? That is where I placed the meta_tags.php so as to edit meta

Or is there some reason I need to have yet another zencart_zen (Custom) beneath languages like you showed above?

27 Jun 2008, 12:46 AM
#7
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Creating page names

What I have written, I have written.

27 Jun 2008, 1:30 AM
#8
taogem avatar

taogem

Zen Follower

Join Date:
Jun 2008
Posts:
165
Plugin Contributions:
0

Re: Creating page names

Hmmm....... ok :huh:

27 Jun 2008, 2:36 AM
#9
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Creating page names

tao,

You'll need the "custom (your zencart_zen)" folder at the includes/languages level.

Every place you see a "classic" folder, you'll need your "zencart_zen" folder if you make any changes.

I hope that clarifies this for you.

Tina

27 Jun 2008, 6:24 AM
#10
taogem avatar

taogem

Zen Follower

Join Date:
Jun 2008
Posts:
165
Plugin Contributions:
0

Re: Creating page names

charmedbytina2:

tao,

You'll need the "custom (your zencart_zen)" folder at the includes/languages level.

Every place you see a "classic" folder, you'll need your "zencart_zen" folder if you make any changes.

I hope that clarifies this for you.

Tina

Yes, that does clarify it for me..

Thank you very much Tina! :yes: