Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2008
    Posts
    111
    Plugin Contributions
    0

    Default 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...=index&cPath=1

    Could someone point me in the right direction
    Thank you
    Angie

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Question About Layout of Products Please

    20 years a Zencart User

  3. #3
    Join Date
    Feb 2008
    Posts
    111
    Plugin Contributions
    0

    Default 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.p...e=products_new

 

 

Similar Threads

  1. A question about the product layout
    By soundmatrix2003 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 20 Aug 2009, 04:34 PM
  2. Question about customizing email layout
    By susan767 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Apr 2009, 06:11 PM
  3. Question about Column Layout Grid
    By anafor in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Aug 2008, 04:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg