Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / multiple items on same product page?

multiple items on same product page?

Locked

Views: 3,672

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
3 Jan 2008, 8:22 PM
#1
bribri avatar

bribri

New Zenner

Join Date:
Jan 2008
Posts:
7
Plugin Contributions:
0

multiple items on same product page?

I am trying to sell fishing rods and I want to have one product page and description with a table of the different rods below

here is an example:
http://shop.mudhole.com/Shop-Our-Catalog/St-Croix/SCIII-Graphite-Spin-Cast

any help would be great appreciated.

Thank you in advance.

3 Jan 2008, 9:57 PM
#2
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: multiple items on same product page?

Huh? Why not make it a category with different products?

3 Jan 2008, 10:30 PM
#3
bribri avatar

bribri

New Zenner

Join Date:
Jan 2008
Posts:
7
Plugin Contributions:
0

Re: multiple items on same product page?

all the items are basically the same with a differnt size and price. I'm new to this but it looks like all the sites have a product page then list the differnet sizes with individual buy buttons. :dontgetit

3 Jan 2008, 10:34 PM
#4
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: multiple items on same product page?

You can use attribute, but that wont give you a different buy button for each. The best way is to have multiple products (you can just create one then copy).
You can design the category page in a way that looks exactly like what you have there.

3 Jan 2008, 10:42 PM
#5
bribri avatar

bribri

New Zenner

Join Date:
Jan 2008
Posts:
7
Plugin Contributions:
0

Re: multiple items on same product page?

ok so I would enter the text in the catagory discription and the picture would be the catagory picture. How do I put the text bar accross with the colum headings? and the lines between items?

Thank You

3 Jan 2008, 10:44 PM
#6
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: multiple items on same product page?

It's just a matter of designing (pure) html from this point on. If you want you can even take the whole html code from http://shop.mudhole.com/Shop-Our-Catalog/St-Croix/SCIII-Graphite-Spin-Cast and integrate it into ZC. You may want to check the wiki/faq to see how to create a custome template. Or you can seek for commercial help from the commercial help room if you do not want to do it yourself. > bribri:

ok so I would enter the text in the catagory discription and the picture would be the catagory picture. How do I put the text bar accross with the colum headings? and the lines between items?

Thank You

3 Jan 2008, 10:47 PM
#7
bribri avatar

bribri

New Zenner

Join Date:
Jan 2008
Posts:
7
Plugin Contributions:
0

Re: multiple items on same product page?

Well I'm trying to learn how to do this so comercial help would not really help. How would you take the html code from that page?

3 Jan 2008, 10:49 PM
#8
bribri avatar

bribri

New Zenner

Join Date:
Jan 2008
Posts:
7
Plugin Contributions:
0

Re: multiple items on same product page?

another question is there a good book that explains html code that would help me do this?

3 Jan 2008, 10:57 PM
#9
gjh42 avatar

gjh42

Black Belt

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

Re: multiple items on same product page?

The heading and separators are just a matter of styling what is already standard.

To do exactly as the example shows and have it work dynamically from the product info would require adding some fields to the database and referencing them in the code. You currently have available model, name, manufacturer, quantity, weight and image. You could tweak some of those for your needs, but you would probably need to add fields for say length, line, lure, power, action, ######## and tip.

This is ridiculous - the forum software won't let you post the word "xbutt".

3 Jan 2008, 11:01 PM
#10
bribri avatar

bribri

New Zenner

Join Date:
Jan 2008
Posts:
7
Plugin Contributions:
0

Re: multiple items on same product page?

OK, I really appreciate your help, one more question I think, Where do you change the model that you mentioned?

3 Jan 2008, 11:04 PM
#11
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: multiple items on same product page?

I understand that you want to learn, but from what you are saying, you don't have much experience with html yet, and customizing ZC template requires a good understanding of html, css, and php(yeah, it's a programming language, it's easy but still a programming language)

So just a warning, it will take lots of time, not one day, not even one week. Anyhow, you gotta learn the basic of html first, google for html tutorials and css tutorials, there are many available online.

bribri:

OK, I really appreciate your help, one more question I think, Where do you change the model that you mentioned?