Forgot about the savings display. Sorry! In addition to the above, open includes/functions/functions_prices.php and change line 355 from:
to:PHP Code:$final_display_price = TEXT_ORIGINAL_PRICE . '<s>' . $show_normal_price . ' </s>' . $show_group_price . $show_sale_discount;
Now you should be all set. :)PHP Code:$final_display_price = $show_group_price;


Reply With Quote
