I am looking for some assistance on an error message when I click on some of our products.
Fatal error: Call to undefined function uc_price() in /home/pricewin/public_html/sites/all/modules/ubercart/uc_product/uc_product.module on line 1525
1523 function theme_uc_product_price($price, $context, $options = array()) {
1524 $output = '';
1525 $output .= uc_price($price, $context, $options);
1526 $output .= '';
return $output;
Any thoughts?
