Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Question About Layout of Products Please

Question About Layout of Products Please

Locked

Views: 579

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
3 Sep 2009, 7:00 PM
#1
doll5272 avatar

doll5272

Zen Follower

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

Question About Layout of Products Please

Hi currently my zencart when you click on a catagory page it shows you a small image of my product, description and price all in a row I would prefer to have a two rows with larger images like on this site

http://www.scrappindoodles.com/index.php?main_page=index&cPath=1

Could someone point me in the right direction
Thank you
Angie

3 Sep 2009, 9:00 PM
#3
doll5272 avatar

doll5272

Zen Follower

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

Re: Question About Layout of Products Please

Thank you since I was not familiar with the installing the column grid I set up a sample site to mess with and this is what I did and still it is not showing my products in the grid method

First I went to Includes > Modules> and over write and added the following file
product_listing.php

I went to
Includes> Templates>Tempaltes Default>Templates and override with the new file of
tpl_modules_product_listing.php

Then on my Adim Panel I went to INstall SQL Patch and I added everything below

INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows',
'Select the layout style:<br />Each product can be listed in its own row (rows option)
or products can be listed in multiple columns per row (columns option)', '8', '40', NULL,
now(), NULL, 'zen_cfg_select_option(array('rows', 'columns'),');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3',
'Select the number of columns of products to show in each row in the product listing.
The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);

Then I went to product lists and changed into columns then 2 columsn and it still not working here is my sample site

http://resaleclipart.com/TWO/index.php?main_page=products_new