示例#1
0
 public static function show_retail_price()
 {
     if (self::get_options()->get('jigoshop_calc_taxes') != 'yes') {
         return false;
     }
     return jigoshop_cart::has_compound_tax() || jigoshop_cart::tax_after_coupon();
 }