public static function show_retail_price()
 {
     if (self::get_options()->get('fflcommerce_calc_taxes') != 'yes') {
         return false;
     }
     return fflcommerce_cart::has_compound_tax() || fflcommerce_cart::tax_after_coupon();
 }