Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2008
    Location
    Gex, France
    Posts
    70
    Plugin Contributions
    0

    Default Change price colour in 'New Products' box

    Hi there guys,

    I am looking for a way to change the color of the price in the New Products box. I have managed to add a new div for the product name but can't seem to get the div in the correct place for the price without breaking the page.

    here is the code

    PHP Code:
    $list_box_contents[$row][$col] = array('params' => 'class="centerBoxContentsNew centeredContent back"',
        
    'text' => (($new_products->fields['products_image'] == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == 0) ? '' '<a href="' zen_href_link(zen_get_info_page($new_products->fields['products_id']), 'cPath=' $productsInCategory[$new_products->fields['products_id']] . '&products_id=' $new_products->fields['products_id']) . '">' zen_image(DIR_WS_IMAGES $new_products->fields['products_image'], $new_products->fields['products_name'], IMAGE_PRODUCT_NEW_WIDTHIMAGE_PRODUCT_NEW_HEIGHT) . '</a><br />') . '<div id="newProductName"><a href="' zen_href_link(zen_get_info_page($new_products->fields['products_id']), 'cPath=' $productsInCategory[$new_products->fields['products_id']] . '&products_id=' $new_products->fields['products_id']) . '">' $new_products->fields['products_name'] . '</a></div><div id="newDivider"></div><br />' $products_price); 
    I'd like to add a div called <div id="newProductPrice">

    If you can help that would be fantastico!!!!

    Thanks guys
    Matt

    www.graphiccontent.co.uk

  2. #2
    Join Date
    Nov 2008
    Location
    Gex, France
    Posts
    70
    Plugin Contributions
    0

    Default Re: Change price colour in 'New Products' box

    Right after a while playing around I have fixed the issue by adding the following to the end of line 71 in the file -

    includes/modules/YOUR TEMPLATE/new_products.php

    PHP Code:
    $products_price'<div class="newProductPrice">'$products_price.'</div>'); 
    Hopefully this will be useful to others.

    Matt

 

 

Similar Threads

  1. change the background colour of 'featured products' and 'special offers' box boxes
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Oct 2010, 05:08 PM
  2. Change Text Colour in New Products Side Box
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 7 May 2009, 03:00 AM
  3. How to Change the colour of New Products for March?
    By Best Price Accessori in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Mar 2009, 04:33 PM
  4. Installed new template - how do I change the text colour of all products desciptions?
    By sadesigns in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Feb 2007, 06:36 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