Skip to main content

Magento 2.2.0 - Configurations Setup Languages


Magento 2.2.0 - Setup Languages




  • Before going to install this set memory limit to 756M. you can do it from php.ini file.
  • Just search for memory limit and change the value to 756M.
  • On the Admin sidebar, tap System. Then under Tools, choose Web Setup Wizard.
  • Tap Extension Manager.
  • It will take a few minutes to generate the list of all available updates, recently purchased extensions, and currently installed extensions and sample data.
  • For first time you have to get access keys (public and private)
  • Got to marketplace.magento.com and to your profile
  • Click Access Keys in the Marketplace tab
  • Click Create a New Access Key. Enter a specific name for the keys (e.g., the name of the developer receiving the keys) and click OK.
  • New public and private keys are now associated with your account that you can click to copy. Save this information or keep the page open when working with your Magento project. Use the Public key as your user name and the Private key as your password.
  • Tap Review and Install. Then, do the following:

  1. In the list of extensions that are ready to install, mark the checkbox of the extension that you want to install.
  2. In the Latest version column, choose the version that you want to install.
  3. In the Action column, click Install.
  • Then you will get readiness check

  • If you got a error with Cron Scripts, then try this,

Run these commands to configure cron

php bin/magento cron:run
php update/cron.php
php bin/magento setup:cron:run

  • After all are passed you can create backup 
  • Your store will be put in maintenance mode while the backup is created. When you are ready to begin, tap Create Backup. Then, wait a few minutes for the backup to complete.


  • After creating backup you can install it.
  • When you are ready to begin, tap Install. Then, wait a few moments for the installation to complete.
  • When complete, tap Back to Setup. Then, tap the System Configuration.
  • In the upper-right corner of Component Manager, click the Reset link to log out.

Configure the Extension for your store

  • On the Admin sidebar, tap Stores. Then under Settings, choose Configuration.
  • In the panel on the left, find the new tab for the extension you installed. Then, follow the instructions from the extension developer to complete the configuration.


Comments

Post a Comment

Popular posts from this blog

Magento 2.2.0 (Full Release with Sample Data) Install

Magento 2.2.0 (Full Release with Sample Data)  Magento is an open-source e-commerce platform written in PHP. The software was originally developed by Varien, Inc, a US private company. Developer(s): Magento Inc Stable release: 2.2 / September 26, 2017 Initial release: March 31, 2008; 9 years ago License: OSL v3, AFL v3 Written in: PHP Magento Clients Configure in localhost using xampp in windows 10 First download xampp with these php versions, MYSQL and apache versions. 7.0.2, 7.0.6–7.0.x to verify if PHP is installed already, enter php -v. If PHP is installed  Magento requires Apache 2.2.x or 2.4.x To verify the Apache version, you’re currently running, enter: apache -v MySQL 5.7(MariaDB and Percona are compatible with Magento because it support MySQL 5.6 APIs.) Next start to install Magento 2.2.0 Go to the Magento official website and download Magento 2  Now go to xampp/htdocs and create the directory....

Configure Magento 2.2.0 Contact Us page

Enable & Configure Magento 2.2.0 Contact Us page Stores has different & special products, unique brand names but they all have one common thing and that is the “Contact Us” page. With the “Contact Us” page, you can always let your current customers, as well as potential customers, keep in touch with you anytime from anywhere. For configure Contact us page, On the left sidebar, click on the “STORES“ Under “Settings” menu, tab “Configuration“ On the left panel, under “General“, click “Contacts“ On the right panel, expand the “Contact Us” section and set “Enable Contact Us” to “Yes” Now, expand the “Email Options” section and perform the following tasks: Enter the email address in the “Send Emails To” field, this is where you want to receive messages and queries from the Contact Us page. On the “Email Sender” drop down, select the store identity that you want to appear as a sender Select the “Email Template” that you want to use, to send messages a...