Results 1 to 5 of 5

Hybrid View

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

    Default Re: invisible attributes

    A few options:

    1. Change the wording of any or all of those items which you say are causing confusion. You have control over them all. ie: maybe change the Option Name to "Media Format:" and then the radio button can be left as "download". You could also change "Please Choose:" to something like "Product Delivery Details:".

    2. You could look up the section of HTML to apply display:none to, and add that to your stylesheet. In your case the HTML for that part of the page is:
    Code:
    <!--bof Attributes Module -->
    <div id="productAttributes">
    <h3 id="attribsOptionsText">Please Choose: </h3>
    <div class="wrapperAttribsOptions">
    <h4 class="optionName back">download</h4>
    <div class="back">
    <input type="radio" name="id[6]" value="6" checked="checked" id="attrib-6-6" /><label class="attribsRadioButton zero" for="attrib-6-6">download</label><br />
    </div>
    <br class="clearBoth" />
    </div>
    <br class="clearBoth" />
    </div><!--eof Attributes Module -->
    ... so you'd put this in your stylesheet if you wanted to hide it:
    Code:
    #productAttributes {display:none;}
    .

    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.

  2. #2
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Re: invisible attributes

    Quote Originally Posted by DrByte View Post
    A few options:

    1. Change the wording of any or all of those items which you say are causing confusion. You have control over them all. ie: maybe change the Option Name to "Media Format:" and then the radio button can be left as "download". You could also change "Please Choose:" to something like "Product Delivery Details:".

    2. You could look up the section of HTML to apply display:none to, and add that to your stylesheet. In your case the HTML for that part of the page is:
    Code:
    <!--bof Attributes Module -->
    <div id="productAttributes">
    <h3 id="attribsOptionsText">Please Choose: </h3>
    <div class="wrapperAttribsOptions">
    <h4 class="optionName back">download</h4>
    <div class="back">
    <input type="radio" name="id[6]" value="6" checked="checked" id="attrib-6-6" /><label class="attribsRadioButton zero" for="attrib-6-6">download</label><br />
    </div>
    <br class="clearBoth" />
    </div>
    <br class="clearBoth" />
    </div><!--eof Attributes Module -->
    ... so you'd put this in your stylesheet if you wanted to hide it:
    Code:
    #productAttributes {display:none;}
    hmmmmm we must have dif templates or versions, Dev Tool Kit could not find the above tagline. But I was able to take out "Please Choose" since I didnt want to change because of other product attributes. I did change download to Media Format & showing the radio button with download. Looks great Thanks

 

 

Similar Threads

  1. v155 Invisible Attributes
    By soxophoneplayer in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 13 Aug 2016, 06:55 PM
  2. Invisible Product
    By ausstone in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 1 Apr 2011, 08:50 PM
  3. invisible text
    By Joe44 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Apr 2008, 07:35 PM
  4. WorldPay Invisible
    By gushy in forum Addon Payment Modules
    Replies: 0
    Last Post: 18 May 2006, 09:44 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