get module link and get page link
getModuleLink
$this->context->link->getModuleLink($this->name, 'ebanx',array('confirm'=>"1"), true)
getPageLink
$param = array("error"=>$errorMessage);
$this->context->link->getPageLink('order',true,null,$param);
$this->context->link->getModuleLink($this->name, 'ebanx',array('confirm'=>"1"), true)
getPageLink
$param = array("error"=>$errorMessage);
$this->context->link->getPageLink('order',true,null,$param);
Comments
Post a Comment