/**
  * Constructor.
  *
  * Register our product feature with Exchange.
  */
 public function __construct()
 {
     $args = array('slug' => 'affwp-per-product-rate', 'description' => __('Manage per-product affiliate rates.', 'affiliate-wp'), 'metabox_title' => __('AffiliateWP', 'affiliate-wp'));
     parent::IT_Exchange_Product_Feature_Abstract($args);
 }