Category Archives: Web Development

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