Sep 1, 2011 ·
1 minute read
magento
If you are getting a little bit frustrated trying to figure out why the admin configuration for the number of products to display on a page and the options in the products per page drop down are not working then this is quite possibly your soluiton. The template file in question is in catalog/product/list/toolbar.phtml You will see it refererences the block Mage_Catalog_Block_Product_List_Toolbar So far so good, it all looks like it should be working but it just isn’t.
Read On →
Aug 31, 2011 ·
1 minute read
jquery
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you are using jQuery and attaching click handlers etc to elements as part of your document ready block, you may find you are losing those handlers if you update the page with Javascript after load.
Read On →
Aug 25, 2011 ·
1 minute read
php
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you use FireFox with phpMyAdmin you will be able to resize the left column as required by simply grabbing it with your mouse However in Chrome that doesn’t work.
Read On →
Aug 24, 2011 ·
1 minute read
less css
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Our last post on getting less css doesn’t work any more for installing less css on 10.10, due to changes in rubygems and ubuntu/debian, so here’s some updated instructions that work again!
Read On →
Aug 23, 2011 ·
1 minute read
netbeans
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you ever find yourself in that annoying situation where netbeans refuses to see a file or set of files you’ve added to a folder, there is a solution.
Read On →
Aug 18, 2011 ·
1 minute read
magento
Happy to announce that Magento 1.6 is out Details here