Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2007
    Posts
    5
    Plugin Contributions
    0

    Default Option Value Price needs styling

    Hello.

    This is my first post and first Zen project, so I'd just like to say HELLO !!

    Mate, these forums are far too vast, they need sorting out big time...
    -----------------------------------------

    My problem is:

    I have a site selling hedges. You can buy the hedges in various sizes, so I have radio button options stating the size and the price options etc...

    Thing is though I need the price value to standout alot more by making it larger and bold. I cant locate any kind of CSS class or ID linked to it.

    Can anyone offer me any help on how I could do this, - or indeed if it is at all possible???

    Many thanks... Matthew...

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Option Value Price needs styling

    Post a url to the page in question
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Option Value Price needs styling

    Hi Kobra.

    Ok, so for example the prices in the options on this page... The prices are in brackets but I could do with getting rid of them and making them bold.


    http://hedgeshop.csmplus.co.uk/index...products_id=10


    Matthew...

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Option Value Price needs styling

    To start this begins in tpl_product_info_display.php but the attributes information ends up being in tpl_modules_attributes.php and this is a div defined as class=back. So look at your css and search for this back. If there add the following if not add all of this
    Code:
    .back {
    font-weight: bold;
    }
    If you find that this affects too many other things negatively you can change this by adding a div id=??? after the div class=back and then add #??? to your stylesheet.
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. "Attribute Option and Option Value Do NOT Match" when trying to use price factor
    By helkyrie in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 23 Nov 2009, 04:41 PM
  2. Setting price by Option value
    By NewbieEcommer in forum General Questions
    Replies: 1
    Last Post: 21 Mar 2009, 02:33 PM
  3. Attributes: Separate Price From Option Value
    By vivaknievel in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Aug 2008, 05:03 PM
  4. 2nd option value need to be changed by 1st option value
    By userman in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 15 Jan 2008, 03:04 PM
  5. can I have call for price depending on option value?
    By mrbert in forum General Questions
    Replies: 2
    Last Post: 6 Apr 2007, 06:48 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