Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 52
  1. #41
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: Product Listing layout config.

    Got it. Must just be a problem here on my local localhost.

    Thanks,
    John

  2. #42
    Join Date
    Jun 2007
    Location
    Milton Keynes UK
    Posts
    153
    Plugin Contributions
    0

    Default Re: Product Listing layout config.

    I would like to change the positions in the Product Page.
    I want to put the Title and Price under neath the Image is that possible?
    I thought I had seen a module to do that somewhere but it does not want to come to me where.
    Can you help Please?
    Thanks

  3. #43
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: Product Listing layout config.

    Admin -->Configuration -->Product Listing,

    Use the top 7 options as sort orders. 0 = off

  4. #44
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Product Listing layout config.

    Do you mean the product info page (single product) or the product listing page (whole category of products)?

    If the info page, you can edit /includes/templates/your_template/templates/tpl_product_info_display.php, and move blocks of code (marked by <!--bof xxxx--> and <!--eof xxxx--> comments) to the order you want them to display.
    Fine-tuning that will be done in your stylesheet.

  5. #45
    Join Date
    Jun 2007
    Location
    Milton Keynes UK
    Posts
    153
    Plugin Contributions
    0

    Default Re: Product Listing layout config.

    Quote Originally Posted by gjh42 View Post
    Do you mean the product info page (single product) or the product listing page (whole category of products)?

    If the info page, you can edit /includes/templates/your_template/templates/tpl_product_info_display.php, and move blocks of code (marked by <!--bof xxxx--> and <!--eof xxxx--> comments) to the order you want them to display.
    Fine-tuning that will be done in your stylesheet.
    Thanks Glenn
    The blocks where already in position, what did the trick is the <br class="clearBoth" /> statement that you suggested in my other thread
    Regards
    Franco

  6. #46
    Join Date
    Jan 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Product Listing layout config.

    hello, i'm totally new to zen cart and tried to install this mod.
    the product listing option in the admin section works, but i get this error on each shop page...
    where did i do something wrong?thanks so much
    Attached Images Attached Images  

  7. #47
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Product Listing layout config.

    Quote Originally Posted by patslash View Post
    the product listing option in the admin section works, but i get this error on each shop page...
    Looks to me as though you have installed the version updated for Zen Cart 1.3.8 on an earlier version of Zen Cart.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  8. #48
    Join Date
    Oct 2008
    Posts
    141
    Plugin Contributions
    0

    Default Re: Product Listing layout config.

    I'm running this mod and have 3 columns set, but I'm having problems with 'spacing' the decription text under the images - there is no 'break' between the end of the second line of item 1 and the start of the second line of item 2, for example.

    I've set a further line in the css file
    Code:
    .listingDescription { text-align:left;}
    which has partly done the job, but its still too close between the individual text blocks. Looking at the source code of the page it shows
    Code:
    <div class="centerBoxContentsProducts centeredContent back" style="width:32.5%;">
    and its that percentage I want to change, down to maybe 30$. But where can I find that to adjust it!!??

  9. #49
    Join Date
    Nov 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Product Listing layout config.

    On the product info page I have a picture of the item, then below it I have the price, description and then two attributes, size and color.

    How can I move the size and color attributes drop down to the right of the picture? I know it is in a CSS, just not sure which one and what I would change in it.

    Thanks in advanced.

    Bryan

  10. #50
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Product Listing layout config.

    Travellers -
    /includes/modules/your_template/product_listing.php (the Column Grid version) is where the width of the product display is set. You can find this section
    PHP Code:
      // Used for Column Layout (Grid Layout) add on module
      
    $column 0;    
      if (
    PRODUCT_LISTING_LAYOUT_STYLE == 'columns') {
        if (
    $num_products_count PRODUCT_LISTING_COLUMNS_PER_ROW || PRODUCT_LISTING_COLUMNS_PER_ROW == ) {
          
    $col_width floor(100/$num_products_count) - 0.5;
        } else {
          
    $col_width floor(100/PRODUCT_LISTING_COLUMNS_PER_ROW) - 0.5;
        }
      }
      
    // Used for Column Layout (Grid Layout) add on module 
    and change as desired (either reduce the 100 or increase the 0.5). This will not by itself give spacing between the products, but it will allow margins to be safely added in the stylesheet.

    Another way to get clearance for the description is to add it to the stylesheet. Giving a margin or padding to the whole product will expand the space occupied and cause layout problems, but margins/padding for internal parts of the product will not do this.
    Code:
    h3.itemTitle {margin: 0 0.5em;}/*add this if the product names need clearance*/
    .listingDescription {margin: 0 0.5em;}
    Adjust the 0.5em as desired for horizontal clearance.

    Bryan -
    Your question relates to the product info page, not the product listing page. Post this in a new thread, with a link to your site, to get proper attention for it.

 

 
Page 5 of 6 FirstFirst ... 3456 LastLast

Similar Threads

  1. Change Category Product Listing Layout To Match All Product Listing
    By Alfonzo in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Sep 2010, 11:49 AM
  2. config of product listing
    By fei2010 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Jul 2010, 05:04 PM
  3. Config > Product Listing > Missing options 1.3.6
    By inksale in forum Basic Configuration
    Replies: 2
    Last Post: 18 Dec 2006, 04:41 AM
  4. Product listing config
    By part-timer in forum Basic Configuration
    Replies: 4
    Last Post: 18 Nov 2006, 04:15 AM
  5. Main Page Product image sizing and layout Config. HELP!
    By msbettybebe in forum Basic Configuration
    Replies: 6
    Last Post: 5 Sep 2006, 05:05 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR