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 =...