Page 6 of 29 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 285
  1. #51
    Join Date
    Sep 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Quote Originally Posted by CJPinder View Post
    Hi,

    Your problem is being caused because the mod has not been installed correctly. One of the files is not in the right place, most like the tpl_modules_product_listing.php file. For your site it should be in the includes/templates/freetemplate3/templates directory.

    Regards,
    Christian.
    THANK YOU
    This has fixed the problem just like that! I don't know how I missed that!
    Thanks!

  2. #52
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: Column Layout Grid for Product Listing

    Hi,

    I installed this mod/add-on on my ZC 1.3.8. Somewhere earlier in this thread, someone mentioned a problem with the horizontal alignment of the various fields like title, description, buy now button etc. I was also experiencing this.
    Meanwhile I did some recoding and was able to fix it, but I rather have a fix within the 'standard'. Anyone knows if it's available?

    Regards,
    Boudewijn

  3. #53
    Join Date
    Jul 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Hi, having the same template as sarah, i'm still also in the dark
    may i ask what did the trick for you?
    my grid just does not want to 'grid'

  4. #54
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: Column Layout Grid for Product Listing

    Hi,

    I modified includes/modules/<my template>/product_listing.php in the following way:

    The original version saves up the fields of one product, then adds it to the array $list_box_contents to be printed later. That way one gets alignment on product level, but not alignment on field level.

    What I did is (say you chose 3 products per row) is save up the separate fields of three products, then print them field by field, with a separator div, full width, horizontally between the fields. This separator div takes care of horizontal alignment, the fixed width of the field div's of vertical alignment.

    As far as I tested this leaves the row-display intact, if that option is selected.

    It may still need some adjustment, because the price and the 'buy now' button are printed in the same field, and a special offer price pushes the button down.

    You can check out the website below for an example.

    I hope this was kind of clear....

    Boudewijn

  5. #55
    Join Date
    Sep 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Quote Originally Posted by kernheimer View Post
    Hi, having the same template as sarah, i'm still also in the dark
    may i ask what did the trick for you?
    my grid just does not want to 'grid'
    Kernheimer

    My problem was that I did not copy over tpl_modules_product_listing.php and that was causing the grid to not line up properly.

  6. #56
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: Column Layout Grid for Product Listing

    Hi Sarah,

    It seems all is in place here. May I have a look at your site to see what happens there? A URL should do....

    Boudewijn

  7. #57
    Join Date
    Jul 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    hello boudewijn

    i see you have more then columns in your site: http://www.chinesedingen.nl/, how is it possible?


    i have installed this module:
    http://www.zen-cart.com/index.php?ma...products_id=77
    ...but is no use.

    i have noticed a script difference:

    Where it says:
    Upload the new product_listing.php to ZEN_CART_HOME_DIR/includes/modules/YOURTEMPLATE/product_listing.php

    i do not have: YOURTEMPLATE

    my template is to: ZEN_CART_HOME_DIR/includes/templates/YOURTEMPLATE


    can anybody help?

    thanks.

  8. #58
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: Column Layout Grid for Product Listing

    Hi,

    This is what the instructions say:

    (1) The module overrides just one file in the system - the file modified is ZEN_CART_HOME_DIR/includes/modules/YOUR_TEMPLATE/product_listing.php

    (2) The template overrides just one file in the system - the file modified is ZEN_CART_HOME_DIR/includes/templates/YOUR_TEMPLATE/templates/tpl_modules_product_listing.php

    @Sarah: this is where both files got placed, and do get executed.

    @uncentaur:
    For me, the folder <YOUR_TEMPLATE> did exist, both under includes/modules AND under includes/templates.
    For your situation I guess you must create includes/modules/<YOUR_TEMPLATE> manually, as it was not created when you copied the template files. You can probably get the template name from some other place in the tree.

    I hope this helped.

    Boudewijn

  9. #59
    Join Date
    Jul 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    i have created the folder and it works now

    thank you for help

  10. #60
    Join Date
    Nov 2009
    Location
    Sydney Australia
    Posts
    84
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    I'm having a problem with my products not lining up properly, and leaving random empty spaces between products. Also in the New Products bar (now disabled), I was too often getting strange links (discontinued or out of stock products with the wrong photos), multiple products with the same photo (not a naming problem). Decided to bury my head in the sand on that last issue, by disabling new products, but am feeling like this could be related to the general spacing issue. I am attaching a screen capture, as too often when looking at old posts, I only get the chance to see the screen after it is fixed. Before pix are quite helpful to verify that the problem being addressed looks like the one I am experiencing.

    Anyway, I am u]sing v ZC1.3.8a, relatively new install, have added the modification to have products listed in columns rather than rows. My site is:

    www.talismanjewellery.com.au/TJOnline/

    Here is screen capture [URL="ftp://[email protected]/public_html/SCREEN_CAPTURE.tiff"]ftp://[email protected]/public_html/SCREEN_CAPTURE.tiff[/URL

    I have searched and searched, and can't seem to find this most likely simple solution. I know I've made a lot of changes to my template in order to find this problem, and I'm thinking that something I did appeared to do nothing for my original problem but is causing me grief today. So this very well could be a css problem.

    The odd bit is that it sometimes seems browser specific (more common on Mac Snow Leopard Safari, but still see it on PC Chrome and Firefox less frequently. Refresh sometimes makes problem go away

    Not sure if I've answered everything in this post, but let me know if I am just overlooking something silly. Cheers, Sean

 

 
Page 6 of 29 FirstFirst ... 4567816 ... LastLast

Similar Threads

  1. Column Layout Grid for Product Listing:
    By rlexyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 May 2010, 04:07 AM
  2. Column Layout Grid for Product Listing
    By groove8k in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 14 Dec 2009, 07:38 AM
  3. Column layout grid for product listing - one column only
    By london mummy in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 26 Oct 2009, 10:06 AM
  4. Column Layout Grid for Product Listing v1.3.6 + v1.3.7
    By weflorencekoh in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 14 May 2007, 03:21 AM
  5. Column Layout Grid for Product Listing
    By mohinder in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Mar 2007, 06:46 AM

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