setPrevURL(); } } public function init() { parent::init(); $this->_smarty->template_dir = realpath(TEMPLATE_REALDIR); $this->_smarty->compile_dir = realpath(COMPILE_REALDIR); $this->assignTemplatePath(DEVICE_TYPE_PC); } public function setPrevURL() { $objCartSess = new SC_CartSession_Ex(); $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); } }