Search:

Type: Posts; User: chapagain

Search: Search took 0.01 seconds.

  1. Re: Solution: Displaying all products and new products listing in column/grid

    The logic implemented in the above code is as below:


    <html>
    <body>

    <table border=1>
    <tr>
    <?php
    $k=0;
  2. Re: Solution: Displaying all products and new products listing in column/grid

    For new products listing, you have to modify the following file:
    includes/templates/YOUR_TEMPLATE/templates/tpl_modules_products_new_listing.php

    if your template is using default folder then it...
  3. Re: Solution: Displaying all products and new products listing in column/grid

    For all products listing, you have to modify the following file:
    includes/templates/YOUR_TEMPLATE/templates/tpl_modules_products_all_listing.php

    if your template is using default folder then it...
  4. Displaying all products and new products listing in column/grid

    I was in search for displaying all products listing and new products listing in column/grid layout instead of the default row layout.. I searched in this forum a lot.. could not found any appropriate...
  5. Replies
    23
    Views
    2,813

    Re: Good Evening, quick question

    #indexCategoriesHeading,
    #productListHeading,
    #newProductsDefaultHeading ,
    #allProductsDefaultHeading,
    #reviewsDefaultHeading,
    #gvFaqDefaultHeading,
    #siteMapHeading,...
  6. Replies
    3
    Views
    2,012

    Re: text size in center column

    it is due to the heading tag (h1).. i guess so :cool:

    just add in your stylesheet file, the following code:


    h1{
    font-size:20px;
    font-weight:bold;
    }
  7. Re: How to make fixed row height in product listing?

    well, i think that i found the solution..

    you need to edit in your includes/templates/YOUR_TEMPLATE/common/tpl_columnar_display.php file...

    Note/PS: I have column grid layout module...
  8. Re: How to make fixed row height in product listing?

    I don't have any problem with assigning fixed width to the image.. infact, my images are all of fixed width.. i have the problem with height..

    well, i tried a trick to assign some height property...
  9. How to make fixed row height in product listing?

    I have 'new products' listing in my index page of zen-cart. I have used column grid layout. My layout is 3 columns per row. I have made the height of product image to be fixed to 80px. I also don't...
Results 1 to 9 of 9
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR