Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / product images and listings

product images and listings

Locked

Views: 1,064

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
25 Mar 2008, 4:44 AM
#1
hottytoddysummer avatar

hottytoddysummer

New Zenner

Join Date:
May 2006
Posts:
12
Plugin Contributions:
0

product images and listings

I have 2 questions that are probably simple but i just can't find the answers to them.

First, I want to change the size of the product images in my store...
http://69.89.31.203/~sugargig/sugarcart/index.php?main_page=product_info&cPath=74&products_id=246

Second, when you click on a category in my store all of my products come up in a list format (http://69.89.31.203/~sugargig/sugarcart/index.php?main_page=index&cPath=70%29but I would really like them to be like this ... (http://www.littledreamerdesigns.com/shoppe/index.php?main_page=index&cPath=27)

Is this an easy fix? If not, how can I put space b/t the product listings so that they aren't all bunched together?

25 Mar 2008, 5:00 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: product images and listings

hottytoddysummer:

I have 2 questions that are probably simple but i just can't find the answers to them.

First, I want to change the size of the product images in my store...
http://69.89.31.203/~sugargig/sugarcart/index.php?main_page=product_info&cPath=74&products_id=246

admin panel/ configuration/ images/

  1. here is the answer to your question
25 Mar 2008, 5:04 AM
#3
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: product images and listings

hottytoddysummer:

Second, when you click on a category in my store all of my products come up in a list format (http://69.89.31.203/~sugargig/sugarcart/index.php?main_page=index&cPath=70)but I would really like them to be like this ... (http://www.littledreamerdesigns.com/shoppe/index.php?main_page=index&cPath=27)

She has went to the download section and downloaded a template called template_dreamer which has columns!

25 Mar 2008, 5:08 AM
#4
hottytoddysummer avatar

hottytoddysummer

New Zenner

Join Date:
May 2006
Posts:
12
Plugin Contributions:
0

Re: product images and listings

thanks so much!!

25 Mar 2008, 5:11 AM
#5
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: product images and listings

hottytoddysummer:

Second, when you click on a category in my store all of my products come up in a list format (http://69.89.31.203/~sugargig/sugarcart/index.php?main_page=index&cPath=70)but I would really like them to be like this ... (http://www.littledreamerdesigns.com/shoppe/index.php?main_page=index&cPath=27)

Is this an easy fix? If not, how can I put space b/t the product listings so that they aren't all bunched together?

Find the override folder and locate stylesheet.css

Add the following declarations to this sheet!

  1. .productListing-odd {
    background-color: #e5e581;
    height: 0px;
    padding: 0.2em 0em 0.2em 0em;
    }

.productListing-even {
height: 0px;
padding: 0.2em 0em 0.2em 0em;
}

.productListing-data {padding: 0.4em;}
The red highlighted color above is your choice of the background color.

Enjoy,

25 Mar 2008, 5:15 AM
#6
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: product images and listings

Hot,
You are most welcome,

25 Mar 2008, 4:24 PM
#8
mamasylvia avatar

mamasylvia

Zen Follower

Join Date:
Feb 2008
Posts:
379
Plugin Contributions:
0

Re: product images and listings

Under Admin - Configuration - Images, you need to change the image width and/or height options for whatever situations you want the images larger. If you set one value to 0, ZC will adjust that value according to the other -- for instance, I have all my height options set to 0 so the widths will be the same -- I think that looks better in a listing. (If I'm not clear, click on my site and go to any of the category listings, you'll see that the images are all the same width but different heights.)

Anyway, you can set the widths of images under different circumstances to whatever you want. I have the shopping cart set to only 50, the image - product listing width set to 100, and the product info image width set to 150. YMMV.