0

How to change admin session duration in magento 2 ?

posted on , by Muthupandi

In magento 2, Admin session is set 900 seconds. If need to change this value, please follow the below steps:1) Go Stores->Settings->Configuration->Advanced->Admin->Security->Admin Session Lifetime (seconds)2) Change 900 to 3600 seconds ( 1 hour ) 3) Then click 'Save Config' Button ...

0

How do run security patch in magento ?

posted on , by Muthupandi

How do run security patch in magento ? 1) Download security patch what you want to install from https://magento.com/tech-resources/downloads/magento/2) Place security patch in root folder 3) run command "sh security-patch-file-pth" ( for ex: sh PATCH_SUPEE-9652_v2-2017-02-07-01-18-38.sh )if need more details, follow the below linkhttp://devdocs.magento.com/guides/m1x/other/ht_install-patches.ht ...

0

Download magento extension as zip file using magento key

posted on , by Muthupandi

Reference: http://freegento.com/ddl-magento-extension.p ...

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 ...

0

Magento Login in all websites when login in any one of the website

posted on , by Muthupandi

Reference : http://excellencemagentoblog.com/blog/2012/12/15/magento-multiple-website-logi ...