Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Posts
    17
    Plugin Contributions
    0

    Default attributes showin up twice

    Would someone kindly take a look at this link and tell me why the attributes are showing up twice. Thanks!

    http://www.westcoastwhoopies.com/sho...&products_id=8
    Last edited by domsmom; 17 Sep 2008 at 05:39 AM.

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

    Default Re: attributes showin up twice

    This may be because of a DUPLICATION of the call to display attributes in your tpl_product_info_display.php file .

    This file will reside in your TEMPLATES folder.

    (Look at the PAGE SOURCE html of the page in question. You'll see the following HTML - which suggests such a duplication as I describe)

    HTML Code:
    <!--bof Attributes Module -->
    <div id="col3">
    <div id="productAttributes">
    
    
    <div class="wrapperAttribsOptions">
    <h4 class="optionName back">Bite</h4>
    <div class="back">
    <input type="radio" name="id[13]" value="21" checked="checked" id="attrib-13-21" /><label class="attribsRadioButton one" for="attrib-13-21"><img src="images/attributes/attribute_bites.gif" alt="" width="166" height="31" />   ( $18.00 )</label><br />
    
    </div>
    <br class="clearBoth" />
    </div>
    
    
    
    
    
    <br class="clearBoth" />
    
    <div class="wrapperAttribsOptions">
    <h4 class="optionName back">Classic</h4>
    <div class="back">
    <input type="radio" name="id[14]" value="22" checked="checked" id="attrib-14-22" /><label class="attribsRadioButton one" for="attrib-14-22"><img src="images/attributes/attribute_classic.gif" alt="" width="166" height="29" />   ( $30.00 )</label><br />
    
    </div>
    <br class="clearBoth" />
    </div>

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

    Default Re: attributes showin up twice

    You're a genius! Thank you!

    Now, can you tell me why my radio buttons are selected when in the Attributes Controller I have selected "No" in the "Default Attribute to be Marked Selected" in the Attributes Flags section.

    When I did look at the HTML source for the page, it clearly shows it should be checked...

    <input type="radio" name="id[13]" value="21" checked="checked"

    Is there somewhere else I need to change that selection?

    Thanks!

 

 

Similar Threads

  1. v153 Gift Card Option is not showin up at checkout
    By empnet in forum General Questions
    Replies: 0
    Last Post: 18 Mar 2016, 06:03 PM
  2. v139h Sub Categories not showin on main page
    By ginar in forum General Questions
    Replies: 2
    Last Post: 5 Jul 2012, 02:06 PM
  3. Sub-attributes? Making attributes of attributes appear based on which you select?
    By pioupioun in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Jun 2006, 11:34 PM
  4. Add Attributes Controller Twice on Product Display Page
    By axl23 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 2 Jun 2006, 01:39 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