没有产品在购物车中。
使用布局
在XML中设置可缓存属性,将block设置为不可缓存:
不使用布局
在_construct方法中设置cache_lifetime(建议不要这样设置):
protected function _construct(){ parent::_construct(); $this->addData(array('cache_lifetime' => null)); }
用户名或邮箱地址
密码