Top "Magento" questions

General Magento questions (like administration) may be asked on https://magento.

Get skin path in Magento?

I have a few custom PHP functions for my Magento store that I stored in myfunc.php and I need …

templates magento
How do I create a simple 'Hello World' module in Magento?

How can the following be accomplished in Magento? Display a "Hello World" message using a controller/view/model approach. So, …

php magento controller magento-1.9
find . -type f -exec chmod 644 {} ;

why doesn't this work I am trying to change all files to 644 abd all -d to 755: find . -type f -exec …

magento ssh find chmod
Magento How to debug blank white screen

I have an error in my Magento backend that results in a blank screen (WSOD). I have set errors to …

magento screen wsod
Uncaught SoapFault exception: [HTTP] Error Fetching http headers

I'm trying to create a soap connection to Magento's web services, however I'm getting an error when I try and …

php soap magento wsdl
Why is Magento so slow?

Is Magento usually so terribly slow? This is my first experience with it and the admin panel simply takes ages …

php magento optimization
Understanding getChildHtml in Magento

From the following line in 2columns-right.phtml <div class="col-main"> <?php echo $this->getChildHtml('global_messages') ?&…

php html magento
Magento products will not show in category

I've recently been tasked with the build and deployment of a large Ecommerce site. In the past we've had to …

magento
How to get products from a particular category in magento ecommerce

I'd like to get a list of random products from the same category as the current product for displaying within …

php magento e-commerce
Get Current URL in Magento and show something

I'm trying to get the current URL in Magento and show something if I'm currently on that page. So far, …

php magento