Sunday, October 14, 2012

Tell a Friend in pop-up


Change the send a friend layout to popup


        <reference name="root">
           <action method="setTemplate"><template>page/popup.phtml</template></action>
        </reference>

 
Use this script in catalog page(id you are using colorbox)

   <?php if ($this->helper('customer')->isLoggedIn()): ?>
          <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>" rel="fancybox" class="group2 cboxElement"><?php echo $this->__('Email to a Friend') ?></a></p>
     <?php else: ?>
          <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
     <?php endif; ?>
<?php endif; ?> 

No comments:

Post a Comment