public function currency_converter()
 {
     parent::Jigoshop_Mutli_Currency();
 }
 /**
  * Constructor
  */
 public function Jigoshop_Mutli_Currency_Admin()
 {
     parent::Jigoshop_Mutli_Currency();
     // Load the plugin when Jigoshop is enabled
     if (in_array('jigoshop/jigoshop.php', apply_filters('active_plugins', get_option('active_plugins')))) {
         add_action('init', array($this, 'load_all_hooks'));
     }
 }