wulff Posted April 8, 2007 Posted April 8, 2007 In product_info my shop it thinks all my products is on sale. So my price is: <s>99</s> 0,- Its here the error accures: if ($new_price = tep_get_products_special_price($product_info['products_id'])) { $products_price = '<span class=ch1><s style="color:#777777; font-size:11px">' . $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) . '</s></span> <span class=ch1>' . $currencies->display_price($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . '</span>'; } else { '<span class=ch1>'.$products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])); } Anyone experienced this before? /wulff
Recommended Posts
Archived
This topic is now archived and is closed to further replies.