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 ...
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 ...
Reference: http://freegento.com/ddl-magento-extension.p ...
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" ...
Why are products not showing in the magento frontend ?
Reference : http://www.aschroder.com/2010/07/why-are-my-magento-products-not-showing-u ...
How do display specific category products in the home page ?
Reference : http://www.templatemonster.com/help/magento-display-products-from-the-category-on-the-home-page.ht ...
Reference : http://excellencemagentoblog.com/blog/2012/12/15/magento-multiple-website-logi ...