Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Help with Layout - Show Products as a radio list /w images

    <wishes there was an edit option>

    Is there a way to show stock under each attribute? Rather than show "Total Stock: 23" i can show the exact stock per attribute?
    What's an ASP.NET Developer doing here...?

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Help with Layout - Show Products as a radio list /w images

    There is a "stock by attributes" module. I don't use it but check it out. It's in the downloads section...

  3. #3
    Join Date
    Jun 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Help with Layout - Show Products as a radio list /w images

    Yea - I installed it and it works great, however i'm trying to figure out how to get it to display the way I want it.


    in my: tpl_modules_attributes.php in the inclues/templates/[TEMPLATE]/templates folder, it has:

    <div class="wrapperAttribsOptions">
    <h4 class="optionName back"><?php echo $options_name[$i]; ?></h4>
    <div class="back"><?php echo "\n" . $options_menu[$i]; ?></div>
    </div>
    <?php if ($options_comment[$i] != '' and $options_comment_position[$i] == '1') { ?>
    <div class="ProductInfoComments"><?php echo $options_comment[$i]; ?></div>
    <?php } ?>
    <?php
    if ($options_attributes_image[$i] != '') {
    ?>
    <br class="clearBoth" />
    <?php echo $options_attributes_image[$i]; ?>
    <?php
    }
    ?>
    <br class="clearBoth" />

    ----
    $options_attributes_image[$i] contains the entire HTML of:
    <br class="clearBoth">
    <div class="attribImg"><img src="images/attributes/bumGenius%20-%20Blossom.gif" alt="" width="255" height="255"><br>Blossom</div>
    <br class="clearBoth">
    <div class="attribImg"><img src="images/attributes/bumGenius%20-%20Butternut.gif" alt="" width="255" height="255"><br>Butternut</div>
    <br class="clearBoth">

    <div class="attribImg"><img src="images/attributes/bumGenius.gif" alt="" width="250" height="250"><br>Grasshopper</div>
    <br class="clearBoth">
    <div class="attribImg"><img src="images/attributes/bumGenius%20-%20Twilight.gif" alt="" width="255" height="255"><br>Twilight</div>
    <br class="clearBoth">
    <div class="attribImg"><img src="images/attributes/bumGenius%20-%20White.gif" alt="" width="255" height="255"><br>White</div>

    <br class="clearBoth">

    Where can I go to edit that so I can force it to dipslay the way I want it to?
    What's an ASP.NET Developer doing here...?

  4. #4
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Help with Layout - Show Products as a radio list /w images

    IS there any way to have the attribute image above that radio button that's listed?
    Page 187 of the Manual shows exactly how to do what you want.
    If you don't have it, it goes something like:

    Admin > Catalog > Option Name Manager

    Click 'Edit' for the Attribute in question.

    Although one can do many things in this area, this is specific to your question:

    Image Styles:
    0= Images Below Option Names
    1= Element, Image and Option Value
    2= Element, Image and Option Name Below
    3= Option Name Below Element and Image
    4= Element Below Image and Option Name
    5= Element Above Image and Option Name

    "Element" in this case is the Radio Button and for "Attribute Style for Radio Buttons/Checkbox:" #4 should work for you.

  5. #5
    Join Date
    Jun 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Help with Layout - Show Products as a radio list /w images

    Thank you so much!

    Do you know if there's a way with "Stock By Attribute" to show # of Stock under each element?
    What's an ASP.NET Developer doing here...?

  6. #6
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Help with Layout - Show Products as a radio list /w images

    Your welcome for the help. I haven't used that Module but maybe someone will come along who can better answer questions about it. There is probably a Support Thread for it, if you do some searching.

  7. #7
    Join Date
    Jul 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Help with Layout - Show Products as a radio list /w images

    i also have questions how to manage my attribute image.

    for example, i had 1 product, option name is SIZE. option value is S, M, L

    then at attribute controller, i selected this product.

    and added one image by one image for S, M, L.

    Now, on description page, i configed drop-down menu for SIZE.

    but all 3 images were shown on description page.

    Any setting ,i can , let say , choose size: M, description page only shows
    size M photo, not all 3 images were here all together.

    any advice will be appreciated. thank you.

 

 

Similar Threads

  1. v151 Custom layout help wanted for Radio buttons with display:block or white-space:nowrap
    By dw08gm in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 21 May 2013, 03:41 PM
  2. v1.2.x help with categories/products radio buttons
    By Jaimeg in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 6 Feb 2013, 12:43 AM
  3. Replies: 2
    Last Post: 23 Mar 2012, 03:28 PM
  4. Upcoming Products list to show product images
    By cjsmiff in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 May 2010, 12:30 PM
  5. Need Help, Products List Layout is unevenly spaced.
    By asauterChicago in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Oct 2008, 11:09 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