Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2007
    Posts
    23
    Plugin Contributions
    1

    Default Changing Attributes listing

    Hi All

    I have looked everywhere for this and cannot find it.

    I am trying to change the display of the product attributes from underneath each other eg:

    Size
    Colour

    To side by side eg:

    Size Colour

    Is there any way this can be done???

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Changing Attributes listing

    It is possible, and maybe using only the stylesheet.

    A link to your site would help.

  3. #3
    Join Date
    Sep 2007
    Posts
    23
    Plugin Contributions
    1

    Default Re: Changing Attributes listing

    hi gjh42, my site is www.metalarea.co.uk

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Changing Attributes listing

    I have a cob that will work under certain conditions. Add to your stylesheet
    Code:
    #productAttributes {position: relative;}
    #productAttributes br+.wrapperAttribsOptions {
        position: absolute;
        top: 0em;
        left: 30em;
        }
    This will move an attribute that follows another one to the same line as the first, and 30em from the left margin. If you may have more than two attributes for a product, you will need to add this
    Code:
    #productAttributes br+.wrapperAttribsOptions+br+.wrapperAttribsOptions {position: static;}
    or else the others will end up in the same spot as the second.

    Note: I have not tested this in IE6 and don't know if it will function properly there, as there are a number of standard CSS properties that IE6 does not support.

  5. #5
    Join Date
    Sep 2007
    Posts
    23
    Plugin Contributions
    1

    Default Re: Changing Attributes listing

    cheers, that has worked perfectly - and in ie aswell

  6. #6
    Join Date
    Dec 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: Changing Attributes listing

    gjh42 : Thanks for this, its just what I am wanting but...

    I have several attributes most without pictures but some with, if I add three attributes to a product I get the desired result:

    http://www.zen-cart.com/forum/attach...1&d=1217365076

    but if add more I get this problem:

    http://www.zen-cart.com/forum/attach...1&d=1217365156

    Any Ideas ?
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screenshot.jpg 
Views:	212 
Size:	10.5 KB 
ID:	4329   Click image for larger version. 

Name:	Screenshot-1.jpg 
Views:	214 
Size:	10.6 KB 
ID:	4330  

 

 

Similar Threads

  1. Problem with Required attributes after moving attributes to product listing page
    By bigmo337 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 20 Jun 2010, 12:03 AM
  2. Changing Product Listing
    By niccol in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 6 May 2009, 10:40 AM
  3. Changing Product Listing?
    By enigmabomb in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Feb 2008, 04:07 AM
  4. Changing Listing Layout
    By ekat in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Sep 2006, 06:45 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