by Shashi Dhar Kumar | Jun 9, 2014 | Magento, MySQL, Open-Source, PhpMyAdmin, Programming
Moving magento site from subdomain to main domain (and vice-versa) is quite easy. And you can do it by two different way and you will feel it is more easy when you go through how to do it. Process I: You need to do as per following steps to achieve this: STEP 1: Go to...
by Shashi Dhar Kumar | Jun 3, 2014 | Magento, Programming
Please find the template file that is responsible for displaying a list of products on the page. This file can be here: app/design/frontend/base/default/template/catalog/product/list.phtml or app/design/frontend/default/[your theme]/template/catalog/product/list.phtml...
by Shashi Dhar Kumar | Mar 18, 2013 | Magento, Programming
Admin URL is not working in Magento. Go with following procedure to fix the issue: What you have in your Magento/app/etc/local.xml under <adminhtml><args><frontName><![CDATA[admin]]></frontName> </args></adminhtml>? Is it...
by Shashi Dhar Kumar | Mar 11, 2013 | Magento, Programming
How to get store admin email address and name in Magento? In Magento, if you need to use the admin’s email address or name and both. You can use the following code to get the admin’s email and name: $from_email =...