Forums / Templates, Stylesheets, Page Layout / More Info sidebox changes

More Info sidebox changes

Locked
Results 1 to 8 of 8
This thread is locked. New replies are disabled.
06 Oct 2010, 17:51
#1
lavenderrose avatar

lavenderrose

New Zenner

Join Date:
Aug 2010
Posts:
30
Plugin Contributions:
0

More Info sidebox changes

I am using the newest version of zen cart and would like to find out how to change the names of the links in the more information side box and to delete any extras I don't want to use...my site is located at www.qualitytransmissionparts.com

I want to rename page 2 in the more information side box to About Us and rename page 3 to Disclaimer and if possible have that one open a pdf file instead of a page

thanks in advance for all help
06 Oct 2010, 17:58
#2
kobra avatar

kobra

Black Belt

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

Re: More Info sidebox changes

to delete any extras I don't want to use

Do not delete just turn on or off

admin > config > Define Page Status > set as desired

I want to rename page 2 in the more information side box to About Us and rename page 3 to Disclaimer and if possible have that one open a pdf file instead of a page

Use developers tool kit to find tyhe file with the define for those pages and change ONLY what is in between the pair of single quotes
https://www.zen-cart.com/tutorials/index.php?article=38
https://www.zen-cart.com/tutorials/index.php?article=39

Can not change the link to a pdf of this page might look at easy pages
06 Oct 2010, 19:29
#3
lavenderrose avatar

lavenderrose

New Zenner

Join Date:
Aug 2010
Posts:
30
Plugin Contributions:
0

Re: More Info sidebox changes

Forgive my stupidity...I tried using the developers toolkit, it is all greek to me....found the file, but totally clueless as to what to change and not to change.

Right now the more information side box lists three links for
page 2
page 3
page 4

I only need page 2 and want to change the name to About Us

I have looked at the file in my file manager for my website, but don't know php so unsure what exactly to change to achieve the above mentioned desired results

I have tried reading the tutorials as well, but they don't really help if you don't know anything about code at all

thanks again in advance for any and all help
06 Oct 2010, 20:16
#4
kobra avatar

kobra

Black Belt

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

Re: More Info sidebox changes

Tutorials link above right is a resource for these basic often asked questions

I searched for page_2

https://www.zen-cart.com/tutorials/index.php?article=242
06 Oct 2010, 20:57
#5
lavenderrose avatar

lavenderrose

New Zenner

Join Date:
Aug 2010
Posts:
30
Plugin Contributions:
0

Re: More Info sidebox changes

Ok, got that part changed, that tutorial actually made sense to me, but I cannot find anywhere how to change the name of the link on the sidebox...have searched and searched under tutorials using different search strings and cannot find anything....can you tell me which file to edit and what to edit????

thanks!!
06 Oct 2010, 21:47
#6
kobra avatar

kobra

Black Belt

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

Re: More Info sidebox changes

your custom english.php file and look for

define('BOX_INFORMATION_PAGE_2', 'Page 2');
07 Oct 2010, 03:10
#7
lavenderrose avatar

lavenderrose

New Zenner

Join Date:
Aug 2010
Posts:
30
Plugin Contributions:
0

Re: More Info sidebox changes

Thanks, found and done....while I was in that file I noticed the title of the page which currently read "Zen Cart!" "The Art of E-Commerce"

Would like to change that to our site name, and actually did edited it on that same page and on the regular english.php However, it still reads the same...is there another file where I need to change that

Will check the tutorials, but just in case don't find the answer there, if anyone knows right off the top of their head, would be most appreciated...thanks!!
07 Oct 2010, 03:14
#8
lavenderrose avatar

lavenderrose

New Zenner

Join Date:
Aug 2010
Posts:
30
Plugin Contributions:
0

Re: More Info sidebox changes

I found it all by myself LOL :clap: