Category Archives: PHP

Installed Extensions Not Showing In Magento Admin

Magento Community Edition 1.7.0.2, CentOS 5 First things first, go the bottom and read the important notes section 😉 The Scenario You install an extension via Magento Connect successfully, but it doesn’t show up anywhere where it’s supposed to in the Magento Admin Panel. Also, you may occasionally have an error for new products where […]

Disable Magento Checkout with Multiple Addresses

Magento Community Edition 1.7.0.2 So this is not one of those options which exists where you would expect to find it (checkout options, right?). Here’s how we disable the “Checkout with Multiple Addresses” link. Log in to Magento’s Admin Panel. Navigate to System > Configuration > Sales > Shipping Settings. Expand the Options header. Set […]

Stock Quantity on Magento Product Page

Magento Community Edition 1.7.0.2 Warning: This is a quick-n-dirty hack and will not work on all product types. Instead of just showing the “in stock” and “out of stock” messages, we want to have an in-between message to show that stock levels are running low. This is easily done, by editing the following file: app/design/frontend/base/default/template/catalog/product/view/type/default.phtml […]