<?php if (Mage::helper('customer')->isLoggedIn() ){ ?>
<a href="<?php echo Mage::helper('customer')->getLogoutUrl(); ?>"><?php echo 'Log Out'; ?></a>
<?php } else { ?>
<a href="<?php echo $this->helper('customer')->getAccountUrl(); ?>" > <?php echo "Login"; ?></a>
<?php } ?>
<a href="<?php echo Mage::helper('customer')->getLogoutUrl(); ?>"><?php echo 'Log Out'; ?></a>
<?php } else { ?>
<a href="<?php echo $this->helper('customer')->getAccountUrl(); ?>" > <?php echo "Login"; ?></a>
<?php } ?>
How to install NLTK for Python on Windows 64 bit
ReplyDeletePython program to find the frequency of each element in the array
NumPy program to copy data from a given array to another array
Python PyQt5 documentation and installation Windows
Python read JSON from URL requests
Django Custom User Model SignUp, Login and Logout