Magento CMS
magento difference between page and static block
–> if we create a CMS page, there are available link in frontend. User can access the CMS page by the identifer. And Static blocks are using inside category and other pages. We can call static blocks form .phtml page or cms pages.
How to use Banner Slider in Magento
I am showing you to use banner slider extension in magento. It’s really very simple.After installation, please go to CMS >> Manage Page, choose your cms homepage, and add following line of code to where you want to show banner slider. {{block type=’bannerslider/bannerslider’ template=’bannerslider/bannerslider.phtml’}} After set this line of code, we have to upload […]
Magento admin login issue
I found Magento login issue, while first time installation of Magento We need to change following files in to Magento file system. {folder path}/app/code/core/Mage/Core/Model/Session/Abstract inside this folder we found “Verient.php”. Open “Verient.php” and make change from $cookieParams = array( ‘lifetime’ => $cookie->getLifetime(), ‘path’ => $cookie->getPath(), ‘domain’ => $cookie->getConfigDomain(), ‘secure’ => […]