Tag Archives: PHP

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 […]