4

How do implement lazy loading on product list page in Magento ?

posted on , by Muthupandi

Please follow the below steps :1) Add the below script in the app/design/frontend/your theme/default/template/catalog/product/list/toolbar.phtml<script>        jQuery(document).ready(function(){        if(!jQuery('#current').length){                        jQuery("body").append('<input type="hidden" name="current"  ...

0

Why are products not showing in the magento frontend ?

posted on , by Muthupandi

Reference : http://www.aschroder.com/2010/07/why-are-my-magento-products-not-showing-u ...

0

How do display specific category products in the home page ?

posted on , by Muthupandi

Reference : http://www.templatemonster.com/help/magento-display-products-from-the-category-on-the-home-page.ht ...