Results 1 to 10 of 10
  1. #1
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Product attributes layout

    Hi all.

    I wuld like to know how easy it would be (and if anyone knows how to do it) to have something like the following.

    Example - 5 attributes setup for a product, attributes are 1 = £5.00 2 = £8.00 and so on, price reduces for number purchased.

    Rather than have them lok like the default, each attribute as below

    Attribute 1 - Price - add to cart
    Attribute 2 - Price - Add to cart

    I would like to have them like this.

    Attribute 1 Attribute 2 attribute 3
    Price Price Price
    Add to cart Add to cart Add to cart

    Anyone know how to do this.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Product attributes layout

    Are you trying to offer a quantity discount using the Attribute?

    Have you looked at the Products Price Manager and the Product Quantity Discounts available?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Product attributes layout

    I am used to using OSC but its attributes ae really painful to use and limited in display options, Zen cart seems to have a far better way to do this, only the layout is not so good.

    From what I can see, if I have 5 attributes n an item, and set them to check boxes, they list one under the other, like so

    1 attribute
    2 attribute
    3 attribute
    4 attribute
    5 attribute

    I would like to list them like this (inside a table if possible)

    1 attribute 2 attribute 3 attribute 4 attribute 5 attribute

    And allow the user to check multiple boxes, or simpy one from the above attributes.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Product attributes layout

    Did you peek at what's under the Option Names Manager ... Option Name ... Edit button?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Product attributes layout

    lol. did I peek, lmao, I will peek in a second. Just installed Zen cart, now going t add a couple products and see how it all goes.

    I am extremely greatful (even thugh spelling is not my best attribute!) for your swift response, its great.

  6. #6
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Product attributes layout

    ok, ta, I peeked and I see it now, works well. How about this then

    Is it possible to encase each attibute inside its own little box, so that all attributes appear inside a table, colours in the backgrounds of the boxes can enhance and draw attention to the fact that the more you buy the cheaper it will be.

    This is the whole marketing poy behind it.

    Thanks again

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Product attributes layout

    Well ... the Product Discount Qty does that automatically for you ...

    The Attributes Quantity Discounts produces a link that reads: Quantity Discounts Available

    and takes you to a popup with a table of the discount prices ...

    Regular attribute build in a group but there isn't a built in grouping for color like that unless Kim got really creative on the template code ...

    I am but a humble coder without a clue on template design unless you hold a gun to my head ... I just write the code to make the templates work happily with one another and in theory allow the designers to do their design thing ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Product attributes layout

    I noticed that, when you click qty discounts it pops up with a table. That table is what I want but not in the popup, I want that table to hold the different attribute options under the main product, a customer can simply select from the table using checkbox or alternative options. I culd probably figure out how to colour them, but I can figure ut how to encase each attribute shown inside a table, or at least its own box.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Product attributes layout

    If you set the Option Name type to Checkbox, and the "Attribute Style for Radio Buttons/Checkbox" to 3 (other settings may work albeit with varying results), and then add this to your stylesheet, you should at least end up with a border around each name+image+checkbox:
    HTML Code:
    .attribImg { border: 1px solid black; }
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Product attributes layout

    Thanks, worked a treat, and have added to the CSS to give me the coloured background I wanted.

 

 

Similar Threads

  1. Attributes Layout on Product Page
    By shellbell-19 in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 3 Nov 2013, 02:42 PM
  2. Attributes Layout on Product Page
    By CompuWeb in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Sep 2011, 06:42 PM
  3. Margins, Layout, Product Attributes, NIGHTMARE!
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 1 Feb 2009, 07:29 PM
  4. Product info layout - attributes & remove border?
    By Marypoppinz in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Aug 2007, 05:37 PM

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