Results 1 to 10 of 10
  1. #1
    Join Date
    Jan 2005
    Posts
    101
    Plugin Contributions
    0

    Default Help me: listing not propar

    any one help me, i am not able to solve listing in proper way, see my site : http://www.wowemall.com
    i set 6 product for special product in main page but this is not work propar, first like show 3 product, this is ok
    but in second line show only 2 product and third product goes to next line why ?

    same problem with New products.

    please solve this problem.

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Help me: listing not propar

    before you get any help from here , I have to remind you that , You are not allowed to take credit for zencart .. you need to change Powered by : to Zencart or remove it all together.

  3. #3
    Join Date
    Jan 2005
    Posts
    101
    Plugin Contributions
    0

    Default Re: Help me: listing not propar

    ok, i remove

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Help me: listing not propar

    Seems to me , your center boxes have been modified and not zencart default ..

    i noticed the use of <br class="clearBoth"> in wrong location within your code .
    you may need to compare original zen cart code with your modified version and look at where exactly this code have been applied .

    when i modify ( remove this code ) from source view , i end up with correct display of your center box.

  5. #5
    Join Date
    Jan 2005
    Posts
    101
    Plugin Contributions
    0

    Default Re: Help me: listing not propar

    plz tell me can i give you stylesheet.css or any other file for solve this problem ?

  6. #6
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Help me: listing not propar

    my assumption is this file has been modified .
    tpl_columnar_display.php'

    this file is located in common folder. either in your custom template folder ( which should be there if is modified ) or still in template_default folder.

    compare this file with default zencart file and see if there is any changes to this file .

    the way clearBoth class is being applied to your center boxs is not correct and this is coming for mentioned php file .

  7. #7
    Join Date
    Jan 2005
    Posts
    101
    Plugin Contributions
    0

    Default Re: Help me: listing not propar

    please see this file:

    --------------------------------------------------------

    <?php
    /**
    * Common Template - tpl_columnar_display.php
    *
    * This file is used for generating tabular output where needed, based on the supplied array of table-cell contents.
    *
    * @package templateSystem
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_columnar_display.php 3157 2006-03-10 23:24:22Z drbyte $
    */

    ?>
    <?php
    if ($title) {
    ?>
    <?php echo $title; ?>
    <hr style="border:none;border-bottom:1px dashed #EEE"/>
    <?php
    }
    ?>
    <?php
    if (is_array($list_box_contents) > 0 ) {
    for($row=0;$row<sizeof($list_box_contents);$row++) {
    $params = "";
    //if (isset($list_box_contents[$row]['params'])) $params .= ' ' . $list_box_contents[$row]['params'];
    ?>

    <?php
    for($col=0;$col<sizeof($list_box_contents[$row]);$col++) {
    $r_params = "";
    if (isset($list_box_contents[$row][$col]['params'])) $r_params .= ' ' . (string)$list_box_contents[$row][$col]['params'];
    if (isset($list_box_contents[$row][$col]['text'])) {
    ?>
    <?php echo '<div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] . '</div>' . "\n"; ?>
    <?php
    }
    }
    ?>
    <br class="clearBoth" />
    <?php
    }
    }
    ?>

    --------------------------------------------------------


    please tell me solve.

  8. #8
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Help me: listing not propar

    well, file looks ok .
    modification is done somewhere else and i can not tell where .
    you may have to contact the template designer .. or someone here might be much help.

  9. #9
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Help me: listing not propar

    try this .
    go to admin

    select Configuration > Product listing

    look for

    Product Listing - Columns Per Row
    make sure is set to 3 and not any other number.

  10. #10
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Help me: listing not propar

    also look at

    configuration > Index listing .

    set following to 3

    New Products Columns per Row
    Featured Products Columns per Row
    Special Products Columns per Row

    if those process didn't work , then something really wrong with your template.

 

 

Similar Threads

  1. v154 Featured Listing Not displaying on Product Listing Page
    By cyberfolli in forum Templates, Stylesheets, Page Layout
    Replies: 24
    Last Post: 28 Aug 2015, 12:17 AM
  2. v139h Please Help, Problem with home page ( Index listing or Product listing )
    By oziweb in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 6 Apr 2013, 05:15 AM
  3. v150 I need help with my product listing please help im going insane!!
    By Darion in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 10 Sep 2012, 04:16 AM
  4. v150 I need help with my product listing please help im going insane!!
    By Darion in forum General Questions
    Replies: 1
    Last Post: 10 Sep 2012, 02:12 AM
  5. Products not listing correctly in Product Listing
    By Blackwaterphil in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 9 Dec 2009, 06:26 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