Skip to main content

Posts

Showing posts from June, 2019

Explore the Procedure to Install Magento 2 Auto Account Creation while Guest Checkout

As we all know M2 auto account creation extension creates customer account automatically when checkout as a Guest on your store for the first time. Few Simple Steps to Install Magento 2 Auto Account Creation  Extension in your eCommerce Store Step – 1  Check Permission Make sure the “app” directory of your Magento store and all directory  inside /app/ have full written permission. Important Note: Change all permission back after installation. Step – 2 Disable Compilation Log into Magento admin panel and go to System -> Tools ->  Compilation and disable the compilation. After Step 6 , you can run the compilation process again if need. Step – 3 Upload Files Extract the downloaded Zip file and upload App folder from the extension  package to the installation root directory of Magento. Step – 4 For Enable This Plugin, Run these SSH Commands Under  Magento Root Path php bin/magento module:enable Tech9logy_Guest  php bin/magento setup:upgrade  p