Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2016
    Location
    Merstham Surrey United Kingdom
    Posts
    102
    Plugin Contributions
    0

    Default How to Hide the Attribute Radio Button?

    I would like to know how to hide the Radio button from my downloadable products? At the moment I have only got one product on my store as I have just started to build my store. I am hoping this can be done.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,889
    Plugin Contributions
    96

    Default Re: How to Hide the Attribute Radio Button

    If you could/would post a link to one of the products' pages, I'm sure that there's a bit of CSS that can be created to "hide" that information from the display.

  3. #3
    Join Date
    Jan 2016
    Location
    Merstham Surrey United Kingdom
    Posts
    102
    Plugin Contributions
    0

    Default Re: How to Hide the Attribute Radio Button

    Quote Originally Posted by lat9 View Post
    If you could/would post a link to one of the products' pages, I'm sure that there's a bit of CSS that can be created to "hide" that information from the display.
    Yes I sure can do that http://www.dreamingofpsp.co.uk/index...roducts_id=180

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,889
    Plugin Contributions
    96

    Default Re: How to Hide the Attribute Radio Button

    Edit the file /includes/templates/preston_elite/css/stylesheet.css, line 231, adding the highlighted styling:
    Code:
    #productAttributes { display: none; }
    That "hides" the product attributes from from the display on every product in your store! There are other solutions available if you want to "not display" that block on only a subset of your products.

  5. #5
    Join Date
    Jan 2016
    Location
    Merstham Surrey United Kingdom
    Posts
    102
    Plugin Contributions
    0

    Default Re: How to Hide the Attribute Radio Button

    Quote Originally Posted by lat9 View Post
    Edit the file /includes/templates/preston_elite/css/stylesheet.css, line 231, adding the highlighted styling:
    Code:
    #productAttributes { display: none; }
    That "hides" the product attributes from from the display on every product in your store! There are other solutions available if you want to "not display" that block on only a subset of your products.
    Thank you so much. I wanted it done for all products. I knew it could be done but just didn't think of css file.

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,889
    Plugin Contributions
    96

    Default Re: How to Hide the Attribute Radio Button

    You're very welcome; just remember that you've got that totally hidden when/if you create a product that "wants" its attributes displayed!

  7. #7
    Join Date
    Jan 2016
    Location
    Merstham Surrey United Kingdom
    Posts
    102
    Plugin Contributions
    0

    Default Re: How to Hide the Attribute Radio Button

    Quote Originally Posted by lat9 View Post
    You're very welcome; just remember that you've got that totally hidden when/if you create a product that "wants" its attributes displayed!
    Oh I will remember that.

 

 

Similar Threads

  1. Replies: 2
    Last Post: 25 Jan 2013, 07:34 AM
  2. Attribute Alert message if customer doesn't click the radio button?
    By scanman502 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 19 Nov 2010, 05:58 AM
  3. Getting the default attribute radio button checked
    By John Luciani in forum Setting Up Categories, Products, Attributes
    Replies: 13
    Last Post: 3 Nov 2009, 07:19 PM
  4. Can I hide the Download Radio Button?
    By elastic in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 21 Apr 2008, 05:45 AM
  5. Possible to turn hide attribute radio button?
    By Monica79 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 1 May 2007, 01:49 AM

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