public function init()
 {
     $this->img = 'http://' . $_SERVER['HTTP_HOST'] . '/';
     $this->cart = Layouts::Cart($this->member_id);
 }