Thursday 18 June 2015

Magento : How to Add Desktop Version and Mobile Version Link?

For adding desktop verision and mobile version link in mobile theme you can use following module it is free module.

<a href="https://github.com/davidalger/CLS_DesignSwitcher">https://github.com/davidalger/CLS_DesignSwitcher</a>

Magento Product Review Form Not Working.

This is Magento 1.8 bug, but you can fix it:

Go To : /app/design/frontend/themename/default/template/review/form.phtml

Find:

<form action=”<?php echo $this->getAction() ?>” method=”post” id=”review-form”>

Add :  <?php echo $this->getBlockHtml(‘formkey’); ?> after form


Hope it will help....