Page 5 of 28 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 279
  1. #41
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Flexible Attributes support

    Quote Originally Posted by gjh42 View Post
    Flexible Attributes has been submitted to Free Addons and should be available for download soon.

    This mod allows control over the display of individual attributes on the product info page. Each attribute can be styled globally to affect it in all products which use it, or with a per-product stylesheet to affect its display in only one product.

    All user customization is done through the stylesheet (example stylesheet included).

    An optional SQL patch is included to allow longer Option Name comments if desired.
    So color me tardy to the party!!! This is SO much better than the method I used to achieve an improved layout for attributes.. As usual Glenn, you rock!!!
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

  3. #43
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Flexible Attributes support

    Quote Originally Posted by gjh42 View Post
    Glad you like it :)
    I haven't used it yet, but I will.. (I can say this sight unseen since I have no doubt in my mind that anything you contribute is a top notch solution out the gate!!) I remember you talking about how this could be implemented using only CSS on that thread regarding my hack for creating a two column attribute layout..

    THIS is way better than the hack I was using, and since it's using CSS to manage the layout, it's infinitely more flexible than my table solution..

    I believe that this will be a part of my standard "must have" Zen Cart modules for any future Zen Cart stores I build..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

    Default Re: Flexible Attributes support

    To be fair, the majority of stores will do fine with the stock attribute layout controls... but this should take care of pretty much anything that needs more.

  5. #45
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Flexible Attributes support

    Quote Originally Posted by gjh42 View Post
    To be fair, the majority of stores will do fine with the stock attribute layout controls... but this should take care of pretty much anything that needs more.
    Agreed.. For the most part so have I.. Let me clarify my previous statement.. I would like a LOT more control over the way the default attributes layout looks in general.. Especially since I have a few clients who have product pages for custom product which have many attributes.. Having the attributes in rows versus a super long vertical stack is ideal IMHO..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #46
    Join Date
    Dec 2010
    Location
    Home
    Posts
    17
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    this is a test...

  7. #47
    Join Date
    Dec 2010
    Location
    Home
    Posts
    17
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    ok. great!

    dear all,
    I really need your help!

    I am doing a e-store selling contactlenses and i have 2 core issues (for now) to solve:

    1. to put (related) attributes horizontally, and

    2. to get both my QTY (quantity) attribute for left eye and right eye add up to the shopping cart QTY total.

    I found the flexible attributes module for doing the horizontal thing and did the following script:


    /*attribute layout*/
    .wrapperAttribsOptions label {font-size: 1.0em;}/*make "label" elements match other text*/
    h3#attribsOptionsText {display: none;}/*'Display: None;' to hide the "Please Choose:" heading*/
    h4.optionName {font-size: 1.0em;}
    .wrapperAttribsOptions+br.clearBoth {display: none;}/*allow floated attributes to sit side by side if desired*/
    #wAttrib-20 {clear: left; float: left;}
    #wAttrib-21 {float: left;}/*this will sit beside #wAttrib-20*/
    #wAttrib-22 {float: left;}/*this will sit beside #wAttrib-21*/
    #wAttrib-23 {float: left;}/*this will sit beside #wAttrib-22*/
    #wAttrib-24 {float: left;}/*this will sit beside #wAttrib-23*/

    #wAttrib-25 {clear: left; float: left}/*this will sit on a new line*/
    #wAttrib-26 {float: left;}/*this will sit beside #wAttrib-25*/
    #wAttrib-27 {float: left;}/*this will sit beside #wAttrib-26*/
    #wAttrib-28 {float: left;}/*this will sit beside #wAttrib-27*/
    #wAttrib-29 {float: left;}/*this will sit beside #wAttrib-28*/

    #wAttrib-21 .back {float: none;}
    #wAttrib-22 .back {float: none;}
    #wAttrib-23 .back {float: none;}
    #wAttrib-24 .back {float: none;}
    #wAttrib-26 .back {float: none;}
    #wAttrib-27 .back {float: none;}
    #wAttrib-28 .back {float: none;}
    #wAttrib-29 .back {float: none;}

    /**EOF**/

    This is what i get:

    http://cplens.com/index.php?main_pag...roducts_id=180

    please help!

    Oh yes, if anyone can solve my QTY attributes add up problem (or can direct me to anywhere for the solution), do tell me also. Thanks.

    NOTE: dunno php; noob.

    Happy Holidays!

  8. #48
    Join Date
    Dec 2010
    Location
    Home
    Posts
    17
    Plugin Contributions
    0

    Default Re: Flexible Attributes support

    ...

    my fault.

    to be clear about my script:

    attribute 20 = Right Eye.

    attributes 21 to 24 are all Right Eye related attributes. They should be on one roll.

    attribute 25 = Left Eye.
    attributes 26 to 29 are all the Left Eye related attributes. They should be on the same roll after RE's attributes.

    Thanks.

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

    Default Re: Flexible Attributes support

    Thinking as a customer, would it be more intuitive to have the left eye attributes on the left? Or is it an industry standard to always mention right eye first?

    I'll look at your layout now.

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

    Default Re: Flexible Attributes support

    You had clear: left; for the first left attribute, so it started a new line as the comment indicates. Just remove that.
    Code:
    #wAttrib-25 {float: left; clear: left;}/*this will sit on a new line*/
    Code:
    #wAttrib-25 {float: left;}/*this will not sit on a new line*/

 

 
Page 5 of 28 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 128
    Last Post: 6 Sep 2023, 10:30 PM
  2. v152 Flexible Language/Currency Header Options (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 20 May 2021, 03:46 PM
  3. v151 Flexible Return Authorization (RMA) for ZC v1.5.x [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 167
    Last Post: 11 Apr 2021, 08:56 PM
  4. Flexible Product Listing [support]
    By gjh42 in forum All Other Contributions/Addons
    Replies: 27
    Last Post: 27 Apr 2015, 11:16 AM
  5. help with flexible product listing addon
    By artifaxworthing in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Jun 2010, 11:25 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