Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Horizontal Product Display (also purchased, featured products, category images)

    Can't seem to get my "Customers who bought this product also purchased..." box to display Items the way i want.

    All Items are showing in a column instead of a row. I've tried all the obvious settings within Admin, but none seem to work.

    Any help would be appreciated! I'd like it to display 3 (maybe 4) items per ROW.

    Here is a LINK to show how it's currently displaying items.

    Thanks in advance!

  2. #2
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Horizontal Product Display (also purchased, featured products, category images)

    Quote Originally Posted by B-G-H View Post
    Can't seem to get my "Customers who bought this product also purchased..." box to display Items the way i want.

    All Items are showing in a column instead of a row. I've tried all the obvious settings within Admin, but none seem to work.

    Any help would be appreciated! I'd like it to display 3 (maybe 4) items per ROW.

    Here is a LINK to show how it's currently displaying items.

    Thanks in advance!
    In your templates style.css file---this is what I was told to do for the naughty box:

    to make new products images be in a row:

    Find and remove:
    .centerBoxContentsNew

    then place under that same section:
    .centerBoxContentsNew
    {
    float:left;
    }

  3. #3
    Join Date
    Mar 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Horizontal Product Display (also purchased, featured products, category images)

    Thanks for the reply.

    If I search for what you have described, and also ".centerBoxContentsAlsoPurch" I come up with multiple references. Am I to remove all of them? If so, where do I then add the extra code?

    Also FWIW. I'm using the EZBlue templete, on the latest release of Zencart.

    Thanks again.

  4. #4
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Horizontal Product Display (also purchased, featured products, category images)

    Quote Originally Posted by B-G-H View Post
    Thanks for the reply.

    If I search for what you have described, and also ".centerBoxContentsAlsoPurch" I come up with multiple references. Am I to remove all of them? If so, where do I then add the extra code?

    Also FWIW. I'm using the EZBlue templete, on the latest release of Zencart.

    Thanks again.

    good question...had to look at mine:

    this is the entire section that I removed that line from in my template :

    .centerBoxContents, .specialsListBoxContents, .centerBoxContentsAlsoPurch, .categoryListBoxContents,
    .attribImg {
    float: left;
    line-height: 1.6em;
    }

    then I added the portion right below it to look like this:

    /*center subcategories*/
    .centerBoxContents, .specialsListBoxContents,
    .categoryListBoxContents,
    .attribImg {
    float: left;
    line-height: 1.6em;
    }

    .centerBoxContentsAlsoPurch {
    float:left;
    }

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

    in your template it looks like this--remove the red from there then add the code I gave you directly below--so it looks like mine above:


    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    margin: 0em;
    text-align: center;
    padding-top: 0px;
    }


    of course someone will chime in if this is wrong but that is what I did in mine

 

 

Similar Threads

  1. Exclude category from also purchased?
    By swamyg1 in forum Basic Configuration
    Replies: 35
    Last Post: 29 Nov 2012, 06:09 AM
  2. Also Purchased products
    By sjemms in forum Basic Configuration
    Replies: 3
    Last Post: 18 Dec 2010, 02:56 AM
  3. Remove price from also purchased display
    By ggbarnum in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 17 Oct 2010, 01:30 AM
  4. Product description, also purchased, new products centre box width problem
    By globalmemory in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 May 2009, 08:10 PM
  5. Specials, New, Featured, Also Purchased Boxes - Heading & Border
    By Donn in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Feb 2009, 02:20 AM

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