Friday 10 August 2012

Restrict Product Reviews to Registered Users in Magento

 First go ->app\design\frontend\base\default\template\review\helper\Summary.phtml  

 <a href="<?php echo $this->getReviewsUrl() ?>#review-form"><?php echo $this->__('Add Your Review') ?></a>
   Repace this line under code


            <?php
$loggedIn = $this->helper("customer")->isLoggedIn();
if($loggedIn == 1)
{ ?>
   <a href="<?php echo $this->getReviewsUrl() ?>#review-form"><?php echo $this->__('Add Your Review') ?></a>
<?php } 
else
{  ?>
   <a href="<?php echo $this->getUrl() ?>customer/account/login/"><?php echo $this->__('Add Your Review') ?></a>
<?php } ?>

2 comments:

  1. Hi,A commercial agency, on the other hand, does not establish an office in Qatar. Instead, it appoints a local company to take care of business for Incorporation in Qatar, and market goods and services for them. All agents must be registered and fall under Qatar Agency Law.Thanks....

    ReplyDelete

Note: only a member of this blog may post a comment.