Skip to main content

Posts

Showing posts from November, 2017

Create Categories and add a new product in Magento 2.2.0

How to Create Categories in Magento 2.2.0 navigate to catalog -> Categories. already created a root category for Men’s Clothes so let us create one for Women as well: Enable Category - yes Include in Menu - yes Name – The Name of the category Content section image, description and the page name (CMS block) You can add tags and keywords for Search engine optimization section How to Add a New Product in Magento 2.2.0 navigate to catalog -> Products. Click on the big orange Add Product button to start configuring a new Product. Here you can add product details   Name – The name of the product SKU – The Stock keeping Unit of the product (for tracking the inventory of your store) Price – The price value of the product Tax Class – The Tax Class for the product Images and Videos – Select an image/video representing the product

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

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

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