Ok, this isn't going to be as easy as I thought. I'm not a coder.. I just try and fail 20-30 times till I get it right...

Here is the line of code were it needs to be inserted..
if ($new_price = tep_get_products_special_price($product_info_value s['products_id'])) {
$products_price = '<s>' . $currencies->display_price($product_info_values['products_price'], tep_get_tax_rate($product_
info_values['products_tax_class_id'])) . '</s> <span class="productSpecialPrice">' . $currencies->display_price($new_price, t
ep_get_tax_rate($product_info_values['products_tax_class_id'])) . '</span>';
From this page
http://www.itkillsrust.com/product_i...roducts_id/232
Suggestions on how to put the "Date" under the price in Red ?
Thanks
Dave