osCmax v2.5 User Manual
Results 1 to 7 of 7

how to change the product cost color

This is a discussion on how to change the product cost color within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hi i am new with oscmax. I want to change the color of products price ,at this time it's in ...

      
  1. #1
    New Member
    Join Date
    Nov 2009
    Posts
    5
    Rep Power
    0


    Default how to change the product cost color

    Hi i am new with oscmax. I want to change the color of products price ,at this time it's in black but i want to change it into red. Please help me.

    my email id is adeel_abbasi46000@yahoo.com

    thanks
    adi

  2. #2
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Post Re: how to change the product cost color

    Why supply email? URL would be better
    below is one way to do it...
    Add this to stylesheet.css in your template directory
    Code:
    .productprice {
          color: red;
    }
    Then wherever there is a price displayed, eg in product_info.tpl.php, prefix the price with the new class
    eg.
    Code:
    <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?>
    change to
    Code:
    <td class="productprice" align="right" valign="top"><?php echo $products_price; ?>
    If I recall, red is used to denote 'specials', so probably not the best colour to use
    Last edited by ridexbuilder; 11-24-2009 at 03:58 PM. Reason: typo :-(
    Hosting plans with installation, configuration, contributions, support and maintenance.

  3. #3
    New Member
    Join Date
    Nov 2009
    Posts
    5
    Rep Power
    0


    Default Re: how to change the product cost color

    Hi ,

    Dear thanks for your help.

    Dear can you help me in other errors.

    Dear i have one more problem ,I have not found this type of errors.

    Dear friend " when i search products in admin of oscmax it automatic logout me.. and go to admin login screen. Please let me know what is the problem with admin search option."


    Please please let me know i am 22222222 much worried about my web.


    Thanks again
    adi

  4. #4
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Exclamation Re: how to change the product cost color

    Have I entered a parallel dimension?
    Hosting plans with installation, configuration, contributions, support and maintenance.

  5. #5
    New Member
    Join Date
    Nov 2009
    Posts
    5
    Rep Power
    0


    Default Re: how to change the product cost color

    ya, thanks for that.

    Please let me know about my admin problem i will be thanksfull for you. plzzzzzzzzzzzzzzzzzzzzzzzzz.



    Thanks
    adi

  6. #6
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Smile Re: how to change the product cost color

    Dear friend " when i search products in admin of oscmax it automatic logout me
    If you are getting logged out then it is probably a session problem.

    I can not reproduce your issues so you must have broken something ...

    Is it a new install?

    Regards,
    pgmarshall
    _______________________________

  7. #7
    New Member
    Join Date
    Nov 2009
    Posts
    5
    Rep Power
    0


    Default Re: how to change the product cost color

    no before few days it's working fine. now it's not working fine. i don't know wats happened with it.Please help me

Similar Threads

  1. color change?
    By metalman923 in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 03-11-2008, 04:20 PM
  2. Please Help Change Color of Box
    By joanstead in forum osCMax v1.7 General Mods Discussion
    Replies: 2
    Last Post: 12-01-2005, 07:22 AM
  3. change color of boxes
    By Laurentius in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 07-06-2005, 12:04 PM
  4. help to change color on table box.
    By xciso in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 10-15-2004, 05:56 AM
  5. change color
    By Anonymous in forum osCommerce 2.2 Modification Help
    Replies: 5
    Last Post: 09-29-2003, 04:54 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •