Zen Cart Logo
Forums / Basic Configuration / removing/adding a page in sidebox

removing/adding a page in sidebox

Locked

Views: 1,749

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
28 Aug 2007, 4:25 AM
#1
nao avatar

nao

New Zenner

Join Date:
Aug 2007
Posts:
9
Plugin Contributions:
0

removing/adding a page in sidebox

hello, im new in zen cart and need help with few things, I already search in forums but i can´t figure it. :cry:

  • removing a page of the side box. (I want to remove "privacy", don´t show the link)
  • adding a page/link ( I want to add a new page in the same box called "info")
  • put a image as background in the sidebox (in the box not in the box header)

any help will be apreciated!

28 Aug 2007, 4:45 AM
#2
kobra avatar

kobra

Black Belt

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

Re: removing/adding a page in sidebox

  • removing a page of the side box. (I want to remove "privacy", don´t show the link)
    Privacy and other defines pages are settable in admin > config > Define Page Status > Define Privacy Status > set as you want
  • adding a page/link ( I want to add a new page in the same box called "info")
    See the about us module in the downloads/other section for the steps in creating a new defines page
  • put a image as background in the sidebox (in the box not in the box header)
    If just for that side box then apply a background-image in this tag in the template stylesheet: and of course adjust for your colors & template
#informationContent{
	background-image: url(../images/image?_bg.jpg);
	background-repeat: repeat-x; (could be different upon your image)
	background-color: #ffffff;
	}
28 Aug 2007, 8:57 AM
#3
nao avatar

nao

New Zenner

Join Date:
Aug 2007
Posts:
9
Plugin Contributions:
0

Re: removing/adding a page in sidebox

great, I turned off the private page. I will continue trying the rest of changes, thanks a bunch!