1
我在目錄\產品\比較\ list.phtml,我想重定向到主頁上,這樣的:Magento:從模板重定向到主頁?
if($someThing) {
// redirect to homepage
$this->_redirect('home'); // --> doesnt work
$this->_redirect(Mage::getBaseUrl()); // --> doesnt work
}
我試過幾件事情,沒有到目前爲止的工作。我該如何做對?
謝謝!