/**
  * Loads the class that will handle prices in different currencies for each
  * product.
  */
 private function load_currencyprices_manager()
 {
     $this->_currencyprices_manager = WC_Aelia_CurrencyPrices_Manager::Instance();
 }
 public function __construct()
 {
     $this->currencyprices_manager = WC_Aelia_CurrencyPrices_Manager::Instance();
     $this->set_hooks();
 }