General Magento questions (like administration) may be asked on https://magento.
I have a few custom PHP functions for my Magento store that I stored in myfunc.php and I need …
templates magentoHow can the following be accomplished in Magento? Display a "Hello World" message using a controller/view/model approach. So, …
php magento controller magento-1.9I have an error in my Magento backend that results in a blank screen (WSOD). I have set errors to …
magento screen wsodIs Magento usually so terribly slow? This is my first experience with it and the admin panel simply takes ages …
php magento optimizationFrom the following line in 2columns-right.phtml <div class="col-main"> <?php echo $this->getChildHtml('global_messages') ?&…
php html magentoI've recently been tasked with the build and deployment of a large Ecommerce site. In the past we've had to …
magentoI'd like to get a list of random products from the same category as the current product for displaying within …
php magento e-commerceI'm trying to get the current URL in Magento and show something if I'm currently on that page. So far, …
php magento