Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Nov 2006
    Posts
    28
    Plugin Contributions
    0

    Default Product listing in product info

    Hello!

    I've started to build up a store for my customer. I've spent a couple of days with zen cart now, and it reaaly seems to be a piece of art.
    But now I'm stucked with a little problem. My customer wants that the store replaces the actual site, so I got some work to do with templates to get it look same... .

    Main site has product listing that looks like this ( pics at the bottom of the page ) http://www.classicottoman.fi/nojatuolit/ . I made a similar workversion with zen cart: http://www.classicottoman.fi/kauppa/...=index&cPath=1

    Now I would like to include that listing at the bottom of each product info page. Is this possible and how? I'm sure it's really simple, but my head is not working right now

  2. #2
    Join Date
    Sep 2006
    Location
    Madison, WI
    Posts
    64
    Plugin Contributions
    0

    Idea or Suggestion Re: Product listing in product info

    Hi Buzzy,

    One quick solution although I don't know if this would be the best for you is to setup product cross-sells. Just search for X-sell or Cross sell and you'll find more information. I don't know if this is included in the base package or not. I've set this up on my site www.jonahcoyote.com. All you do is select a product and then select which other products you want to display on that products page. This could become tedious for you though so I don't know if it's the perfect solution. Thats all I can think of for now.

    Cheers,
    Jonah

  3. #3
    Join Date
    Nov 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Product listing in product info

    Thanks, I'll give it a try. For now this seems to be the best way to do it.

  4. #4
    Join Date
    Nov 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Product listing in product info

    ok, xsell is almost what I need... I just need to have more products to view on product info page.

    If anyone have any ideas they are welcome. Here are the new links to my project (I moved the site)

    http://www.kalustamohelsinki.fi/kaup...=index&cPath=1
    is the list of products I want to include here ->http://www.kalustamohelsinki.fi/kaup...&products_id=1

    The main site is already running here: http://www.kalustamohelsinki.fi

    When the shop is ready it's supposed to look exact same as the main site now and replace it.

  5. #5
    Join Date
    Sep 2006
    Location
    Madison, WI
    Posts
    64
    Plugin Contributions
    0

    Default Re: Product listing in product info

    Try contacting the original contributor of xsell to find out how you can increase the number of xsells per row. Or try figuring it out on your own. That's my suggestion.

    - Jonah

  6. #6
    Join Date
    Oct 2006
    Location
    Mechanicsburg, PA
    Posts
    33
    Plugin Contributions
    0

    Default Product display similiar to the following

    I would like to display my products similiar to the following example:

    http://www.prana.com/storefront/prodlist.aspx?style=14

    There must be a way in Zen-Cart to display products like this.

    thanks in advance for your support

  7. #7
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Product listing in product info

    Yeps, go to the Downloads section and look for the columnar/grid display.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  8. #8
    Join Date
    Nov 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Product listing in product info

    Ok, I spent a couple of hours with ZC files and admin section & figured how to do this.

    First, from admin-> configuration -> maximum values -> Display Cross-Sell Products to have more cross sell items per page.

    Then I modified the includes/modules/MYTEMPLATE/xsell_products.php

    if ($num_products_xsell < SHOW_PRODUCT_INFO_COLUMNS_XSELL_PRODUCTS || SHOW_PRODUCT_INFO_COLUMNS_XSELL_PRODUCTS==0) {
    $col_width = floor(100/$num_products_xsell);
    } else {
    $col_width = floor(100/SHOW_PRODUCT_INFO_COLUMNS_XSELL_PRODUCTS);

    to

    if ($num_products_xsell < SHOW_PRODUCT_INFO_COLUMNS_XSELL_PRODUCTS || SHOW_PRODUCT_INFO_COLUMNS_XSELL_PRODUCTS==0) {
    $col_width = floor(35/$num_products_xsell);
    } else {
    $col_width = floor(35/SHOW_PRODUCT_INFO_COLUMNS_XSELL_PRODUCTS);

    and I got what I wanted. 12 cross-sell products fitted on a single row...

    Thanks for your answers this far. I believe I'll be here asking more soon as I continue modifying site.

  9. #9
    Join Date
    Sep 2006
    Location
    Madison, WI
    Posts
    64
    Plugin Contributions
    0

    Idea or Suggestion Re: Product display similiar to the following

    Quote Originally Posted by mteicher View Post
    I would like to display my products similiar to the following example:

    http://www.prana.com/storefront/prodlist.aspx?style=14

    There must be a way in Zen-Cart to display products like this.

    thanks in advance for your support
    Like Kim said, go get the column display mod. You can see my implementation of it at http://www.wildchildclothes.com

    It's a little different than the implementation at prana, they use a table layout and the column mod uses divs, but you can make it work.

    Remember, anything is possible with ZenCart!

  10. #10
    Join Date
    Oct 2006
    Location
    Mechanicsburg, PA
    Posts
    33
    Plugin Contributions
    0

    Default Re: Product listing in product info

    Thank you for your reply, the implementation looks great, where is the column mod located ??

    thank you for your assistance

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h Product Listing and Product Info images always same size?
    By tsehov in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 May 2012, 06:27 PM
  2. different prices for product listing and product info pages
    By jwheels in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 13 Jun 2011, 05:28 AM
  3. Set Product Listing Images to link to Image not Product Info
    By Ruts67 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Feb 2010, 12:35 AM
  4. Replies: 3
    Last Post: 30 Jun 2008, 04:57 AM
  5. Product description in product more info in html format but not in product listing?
    By this side up in forum Customization from the Admin
    Replies: 1
    Last Post: 18 Dec 2006, 06:25 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