public function __construct($data = null, $options = null)
 {
     parent::__construct($data, $options);
     $cart = \Zrecommerce\Storefront\Session::getNs('cart', array());
     if (!empty($cart)) {
         self::$_cart = $cart;
     }
     //$this->restURL( APP_URL . '/api/cart' );
 }