/**
  * Set wether the registered modules should be loaded and handled.
  *
  * @param boolean $doLoad set wether to load the modules or not
  *
  * @return void
  */
 public static function setLoadShoppingCartModules($doLoad)
 {
     self::$loadModules = $doLoad;
 }