Ejemplo n.º 1
0
 public function getBackUrl()
 {
     if ($this->getConfig()->isEnabledReviewSeoUrls()) {
         $uri = $this->getProductData()->getUrlKey();
         return Mage::getUrl($uri . '/reviews');
     } else {
         return parent::getReviewsUrl();
     }
 }