Category Archives: Web Development

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

Plus Minus Shopping Quantity Buttons For Magento

jQuery 1.4+, A modern browser We want to have plus and minus buttons to increment our product quantity, rather than just a boring input box that a user might have to (GASP) type into! From this: To this: Yes, much lazier, erm I mean… nicer 😉 1234567891011<div>   <a class="decrement_qty" href="javascript:void(0)">     <img src="images/minus-qty.png" […]