Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / adding proctucts and creating second pages

adding proctucts and creating second pages

Locked

Views: 1,314

Results 1 to 19 of 19
This thread is locked. New replies are disabled.
18 Mar 2010, 8:04 PM
#1
moondogw avatar

moondogw

New Zenner

Join Date:
Mar 2010
Location:
Houston Tx.
Posts:
17
Plugin Contributions:
0

adding proctucts and creating second pages

ok i'm getting better at this. i used htlm code from my brothers page. i can't figure out how to get my page to display pictures of proctucts. and how to create the the next page if they click an item. sorry i just don't get it. https://www.ddsflramarket.com

18 Mar 2010, 8:08 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: adding proctucts and creating second pages

Zencart is not HTML... You have a rather steep learning curve ahead of you...

18 Mar 2010, 8:38 PM
#3
moondogw avatar

moondogw

New Zenner

Join Date:
Mar 2010
Location:
Houston Tx.
Posts:
17
Plugin Contributions:
0

Re: adding proctucts and creating second pages

ok php code. still it is kicking my a$$ any help

18 Mar 2010, 10:22 PM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: adding proctucts and creating second pages

Product data is added in the ADMIN section of your site,

admin >>> categories/products

This information is stored in chunks in the DATABASE. You do not create any "pages" - zencart creates the pages for you.

19 Mar 2010, 12:32 AM
#5
moondogw avatar

moondogw

New Zenner

Join Date:
Mar 2010
Location:
Houston Tx.
Posts:
17
Plugin Contributions:
0

Re: adding proctucts and creating second pages

do i need to create these folders , i found admin but not the other 2. under admin i have backups, images, includes

19 Mar 2010, 10:10 AM
#6
stevesh avatar

stevesh

Black Belt

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

Re: adding proctucts and creating second pages

What schoolboy meant is that you add products to your site using the Zencaert Admin. If you haven't changed the folder name (and you should) point your browser to www. yoursitename.com/admin to log in.

19 Mar 2010, 11:13 AM
#7
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: adding proctucts and creating second pages

moondogw:

do i need to create these folders , i found admin but not the other 2. under admin i have backups, images, includes

You need to understand that a CMS site uses TWO distinct systems - each reliant on the other - but functionally separate.

The FIRST system is a set of php code files and other "static" resources, such as images.

The SECOND system is the database that stores information and other DYNAMIC resources.

What a CMS does, essentially, is ASSEMBLE html pages "on-the-fly", before sending them to a user's computer to then be displayed on screen, via an internet browser (Firefox, MSIE).

The "pages" are not static... They do not exist until the viewer initiates an ACTION - either via a link, or an action button (eg: "Add to Cart").

The code then gets busy putting the "page" together - calling in all the resources necessary to render the data acccoring to the request it just received.

When it has put all the pieces together (think of a jigsaw puzzle) the page goes down the wire to the user's computer and is rendered on screen.

When the user performs another action (link click or action button) the page they are on EVAPORATES forever, and the code then gets busy assembling a NEW page - possibly performing some calculations on the way - before sending THAT new page to the user's browser.

Because the information on a "page" can contain data that is COMMON to other "pages", much of this information is stored in a database.

So, there are no "product pages". There are no directories in which this info is stored.

You manage the INPUT of relevant data via the shop's ADMIN CONSOLE, where there are features for adding, editing and removing data. Additionally the database is also a store of on-off setting for many of the components and elements that can be rendered on a "page" (for design purposes).

19 Mar 2010, 3:36 PM
#8
moondogw avatar

moondogw

New Zenner

Join Date:
Mar 2010
Location:
Houston Tx.
Posts:
17
Plugin Contributions:
0

Re: adding proctucts and creating second pages

oh! i get it. i'm going at it backwards. i'm trying to write code for the index page, and there isn't 1. zen writes the page. can u explain how to add 1 product , pic, price, short discription to my 1st page. somthing like u see at https://www.ddsfleamarket.com, and i'll be so close to haveing a working website. thanx 4 ur help.

11 May 2010, 12:56 AM
#9
moondogw avatar

moondogw

New Zenner

Join Date:
Mar 2010
Location:
Houston Tx.
Posts:
17
Plugin Contributions:
0

Re: adding proctucts and creating second pages

hey guys, what i hope the last problem i can't figure out where to turn on the contact us button
:lookaroun

11 May 2010, 9:48 AM
#10
stevesh avatar

stevesh

Black Belt

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

Re: adding proctucts and creating second pages

The 'Contact Us' link is in the Information sidebox, which you'll have to turn on in Admin - Tools - Layout Boxes Controller.

12 May 2010, 12:13 AM
#11
moondogw avatar

moondogw

New Zenner

Join Date:
Mar 2010
Location:
Houston Tx.
Posts:
17
Plugin Contributions:
0

Re: adding proctucts and creating second pages

i can't find it

12 May 2010, 12:43 AM
#12
moondogw avatar

moondogw

New Zenner

Join Date:
Mar 2010
Location:
Houston Tx.
Posts:
17
Plugin Contributions:
0

Re: adding proctucts and creating second pages

i can't find it

12 May 2010, 12:58 AM
#13
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: adding proctucts and creating second pages

Can you log in to your admin? Look at the Tools tab, click the Layout Boxes Controller button, and search the list for sideboxes/information.php. Turn that on in the sidebar you want.

12 May 2010, 1:51 AM
#14
moondogw avatar

moondogw

New Zenner

Join Date:
Mar 2010
Location:
Houston Tx.
Posts:
17
Plugin Contributions:
0

Re: adding proctucts and creating second pages

the only thing new i got was page2
page3
page4

12 May 2010, 3:54 AM
#15
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: adding proctucts and creating second pages

What do you have for
Configuration > Define Page Status > Define Contact Us Status

12 May 2010, 4:24 AM
#16
moondogw avatar

moondogw

New Zenner

Join Date:
Mar 2010
Location:
Houston Tx.
Posts:
17
Plugin Contributions:
0

Re: adding proctucts and creating second pages

set to 1 and 1

12 May 2010, 8:16 AM
#17
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: adding proctucts and creating second pages

Is the INFORMATION sidebox switched on and positioned in a column that is visible?


(EDIT: I just looked... that sidebox is not active on your site. Go to Layout Boxes Controller under TOOLS menu and switch it ON.)***

12 May 2010, 5:04 PM
#18
moondogw avatar

moondogw

New Zenner

Join Date:
Mar 2010
Location:
Houston Tx.
Posts:
17
Plugin Contributions:
0

Re: adding proctucts and creating second pages

awesome that worked anyway to get rid of the other things that come with the contact us button

17 May 2010, 1:45 PM
#19
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: adding proctucts and creating second pages

Configuration > Define Pages Status.

Also, some links will disappear if you turn off their function, like gift certificates.