/** Constructor */
 protected function __construct()
 {
     self::shipping_inits();
     if (self::get_options()->get('fflcommerce_calc_shipping') != 'no') {
         self::$enabled = true;
     }
 }