Magento Expert Forum - Improve your Magento experience

Page 4 of 14 FirstFirst 12345678 ... LastLast
Results 61 to 80 of 280

Welcome to Magento Expert Forum

  1. #61
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to Configure Minimum Advertised Price (MAP) in Magento 2

    In the business, the manufacturers always gives pricing rules that you are compulsory to obey. You can not issue the product with the lower price than the minimum price they offer and allow you to show on the screen. Therefore, to help you provide the best price for the customer, configuring Minimum Advertised Price (MAP) in Magento 2 is an awesome method for every shop owners.With Minimum Advertised Price configuration, not only you can continue to comply with the producer’s needs but you also have a chance to publish the greater price to your clients. Awaring that the requests are different by many producers, but it is possible for you to set the appearance of your real price on the pages which are not banned by the producers.Let follow the guides below to become the better providers in the competitive marketplace.How to configure Minimum Advertised Price (MAP) in Magento 2

    MAP Logic

    Depending on the price of the product to apply the relevant MAP Logic. * For the price that is set by multiple options, * MAP is assigned to the main price while the price of options, bundleitems or related items still appear as normal. * If the main price is not available, MAP is the price of the related product that maybe in a grouped product. * If a product is in the cart where appears the Manufacturer’s Suggested Retail Price, MAP is not deleted. * For other price configuration, * If a tier pricing is set, the tier price appears according to the Display Actual Price setting. * If a special price is set, it is considered to be the actual price for MAP.In the order and customer management tools and the reports sections, only the actual price is allowed to present.Setup the Minimum Advertised Price (MAP)

    You can set the Minimum Advertised Price for all your current products or a single product and the price is still hidden in the store view. Let learn various MAP settings that help your customers shop at your store with the better price while you are well-observed person according to the clause of the producer.You can set MAP configuration for all your products or any specific item as you need. When MAP is used, you need to determine where the actual price appears, simultaneously, edit the explanation message about the hiding of the actual price behind the “Click for price” and “What’s this?” link.To Configure Minimum Advertised Price (MAP):

    • Go to the Admin Panel, Stores > Settings > Configuration.
    • On the left-panel, Sales > Sales.
    • Click on the Minimum Advertised Price section.
    • Choose Yes in the Enable MAP field.

    Method 1: Apply MAP for all your products

    • To make the actual price visible to shoppers, choose On Gesture, In Cart or Before Order Confirmation in the Display Actual Price field.
    • Write the Default Popup Text Message in the required box.
    • Write the clear explanation about the phrase “What’s this?” in the Default "What's This" Text Message.
    • Hit the Save Config button to finish.

    Method 2: Set up MAP for one product

    • On the Admin Panel, Product > Inventory > Catalog.
    • Click on Edit link in the Product Management.
    • In the Basic Settings panel, Advanced Settings > Advanced Pricing.


    • Import the number of the Manufacturer's Suggested Retail Price.
    • Choose the Display Actual Price by CMS Block.
      • Use config - Use the MAP settings
      • On Gesture - Allow showing the actual price after clicking on the Click for price or What’s this? link.
      • In Cart - Show the actual price in the shopping cart.
      • Before Order Confirmation - Show the actual price after finishing the checkout process and before confirming the order.

    • Hit the Save to finish.

    Reference: Magento 2 user guide It comes to the end of tutorial: How to Configure Minimum Advertised Price (MAP) in Magento 2 .Enjoyed the tutorial? Spread it to your friends!

    How to Configure Minimum Advertised Price (MAP) in Magento 2

  2. #62
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to Change Stock Message in Magento 2

    Stock Message is the little notfication about the in-stock status of the product you have set up the stock before. The Stock Message is “In Stock” or “Out of Stock” on the storeview. Customers will check the availablity of the product through the stock message to move to the checkout process.There are two page you can set for the appearance of the stock message: Product Detail Page and Catalog Page. Thus, depending on your configuration whether the customers can follow in the easy way.To Change Stock Message in Magento 2:

    • Configure Stock Message on Product Detail Page
    • Configure Stock Message on Catalog Page
    • Check result

    Configure Stock Message on Product Detail Page

    The stock message is displayed when you enable the Manage Stock and set the availability of the product to “In Stock” or “Out of Stock” to Yes.Configure Stock Message on Catalog Page

    The stock message “Out of Stock” is displayed when you set the Display Out of Stock Products and Display product availability in stock in the frontend to Yes.Reference: Magento 2 user guide It comes to the end of tutorial: How to Change Stock Message in Magento 2 . How to Change Stock Message in Magento 2

  3. #63
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default You Did not Sign in Correctly or Your Account is Temporarily Disabled Magento 2

    When you try to login to your Magento admin, you got this message You did not sign in correctly or your account is temporarily disabled . You don’t know that you are not using username or password. In this guide, we will show to how to resolve this sign in problem “You did not sign in correctly or your account is temporarily disabled”.In Magento forum, you can see there are many people had same problem.You did not sign in correctly or your account is temporarily disabled.

    I have been installing via the command line and ran into this problem yesterday, after banging my head off the wall all day, I tried creating a new user via the cli ./bin/magento admin:user:create and that’s when I noticed an error. I guess usually my random typing contains numbers.The fix was to make sure there is 1 alpha character and 1 numeric character in the admin password. This should be labelled a bug if the password is not validated during install withmagento setup:installPassword requirements are:

    • User Name is a required field.
    • First Name is a required field.
    • Last Name is a required field.
    • Please enter a valid email.
    • Password is required field.
    • Your password must be at least 7 characters.
    • Your password must include both numeric and alphabetic characters.

    Reference: @rapidmodSolution: Unlock admin account

    try command in case the account is locked
    ./bin/magento admin:user:unlock <username>
    or go to Magento 2 root folder and type
    magento admin:user:unlock <username>
    Example
    magento admin:user:unlock admin
    It comes to the end of tutorial: You Did not Sign in Correctly or Your Account is Temporarily Disabled Magento 2 . You Did not Sign in Correctly or Your Account is Temporarily Disabled Magento 2

  4. #64
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Magento 2 You Don't Have Permission To Access / On This Server

    Your store is running Magento 2 and suddently got this error You don’t have permission to access /magento on this server. You may get crazy with Linux folder permission in this case. No worry, there is a simple solution for that.This error indicates that a default document could not be found at the specified URL and that directory listings are not permitted.Problem

    ForbiddenYou don't have permission to access /magento on this server.
    Solution

    Grant permissions
    sudo chown -R $USER:$USER /var/www/magentosudo chmod -R 755 /var/www
    You can replace correct Magento path /var/www/magentoHappy coding! It comes to the end of tutorial: Magento 2 You Don't Have Permission To Access / On This Server . Magento 2 You Don't Have Permission To Access / On This Server

  5. #65
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to Create Module in Magento 2 - Helloworld development series - Completed Guide

    We will discuss the topic of how to create Hello World module in Magento 2 in order to help you have the clearest and easiest way to create now. Remember that the concept of local/ community/ core/ folders only existed in Magento 1 and you will don’t use them for Magento 2.To create Hello World module in Magento 2:

    Step 1: Create the folder of Hello World module

    Name of the module is defined as “VendorName_ModuleName”. First part is name of the vendor and last part is name of the module: For example: Magento_Helloworld, Mageplaza_Helloworld. Focus on following guide to create the folders:
    app/code/Mageplaza/Hello
    Step2: Add module.xml

    Then, it is necessary to add the module.xml file
    app/code/Mageplaza/Hello/etc/module.xml
    Contents would be:
    <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framewo rk:Module/etc/module.xsd"> <module name="Mageplaza_Hello" setup_version="0.0.1"/> </config>
    Step3: Add registration.php

    In this step, we will add registration.php as following guide:
    app/code/Mageplaza/Hello/registration.php
    Contents would be:
    <?php \Magento\Framework\Component\ComponentRegistrar::r egister( \Magento\Framework\Component\ComponentRegistrar::M ODULE, 'Mageplaza_Hello', __DIR__ );
    Step 4: Enable the module

    Finish the step 3, we have already created the Hello World module. And we will enable this module in this stepAfter create the module if you run the command as:
    php bin/magento module:status
    You should see the module is disable now:List of disabled modules: Mageplaza_HelloFollow exact guide to enable the module right now, let run the command as:
    php bin/magento module:enable Mageplaza_Hello
    Or other way, you can access the file:
    app/etc/config.php
    You will see a long list of modules there, just add your module as well
    ... 'Mageplaza_Hello' => 1, ....
    Your module should be available now.After this step, when you open your website in browser you will get an error sayingPlease upgrade your database: Run “bin/magento setup:upgrade” from the Magento root directory.Let run the command:
    bin/magento setup:upgrade
    to fix the error. You can also see your module at System Configuration -> Advanced -> Disable Modules OutputStep5: Create a Routes for the module

    In this step, you should add an url known as a route so that you can display Hello WorldRoute’s in magento are divided into 3 parts: Route_id, controller and action as following example:http://magentostore.com/index.php/ro...oller/actionTo add route, it is necessary to add routes.xml fileMageplaza/Hello/etc/frontend/routes.xmlsince this is a frontend route, we added it in frontend/ folder else we need to add it to adminhtml/ folderContent would be:
    <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../lib/internal/Magento/Framework/App/etc/routes.xsd"> <router id="standard"> <route id="mageplaza" frontName="mageplaza"> <module name="Mageplaza_Hello" /> </route> </router> </config>
    You should define ID and FrontName is the same because some mistakes maybe occur during your setup processing.After define the first part of the route, the URL will be displayed as:www.magentostore.com/mageplaza/*Then, you will continue define our controller, actionYour URL now should be as:www.magentostore.com/mageplaza/hello/worldThe folder you need to create is:Mageplaza/Hello/Controller/Hello/World.phpThat folder should contain the following content:
    <?php namespace Mageplaza\Hello\Controller\Hello; class World extends \Magento\Framework\App\Action\Action public function __construct( \Magento\Framework\App\Action\Context $context) return parent::__construct($context); public function execute() echo 'Hello World'; exit;
    After finish all steps, the output “Hello World” should be displayed in your browser when you open the URL. We hope our guide is very useful and effective for you. It comes to the end of tutorial: How to Create Module in Magento 2 - Helloworld development series - Completed Guide . How to Create Module in Magento 2 - Helloworld development series - Completed Guide

  6. #66
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Exception printing is disabled by default for security reasons Magento 2

    Your store is running Magento 1 or Magento 2, when installing new extensions, setting configuration or even server memory is overload. You may get this error Exception printing is disabled by default for security reasons. But you still don’t know exactly what kind of problem out there. Follow this guide to show the full message.ERROR: There has been an error processing your request

    There has been an error processing your requestException printing is disabled by default for security reasons.Error log record number: 1234567890
    Enable Exception printing in Magento 2

    It is similar to Magento 1 but it is located in different folder pub/errorsRename file pub/errors/local.xml.sample to pub/errors/local.xmlSee trace resultEnable Exception printing in Magento 1

    You may rename file errors/local.xml.sample to errors/local.xmlThen Exception printing is enabled, so you can see trace as the following: It comes to the end of tutorial: Exception printing is disabled by default for security reasons Magento 2 . Exception printing is disabled by default for security reasons Magento 2

  7. #67
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to Setup Tier Price in Magento 2

    From Magento 2 configuration, you can set up tier price efforlessly, that means allowing you to provide the best price as special discount for some products. To get the deal, customers can see on the catalog page or product detail page with short message such as “Buy 2 for $28 each and save 18%”.Setting up Tier Price is also one of the best promotion programs so that you can encourage the customers to purchase more and more. Depending on your strategy, enable to set the tier price to a certain customer group or store view, who can apply the discount in the checkout process at your store.How to display Tier Price on the storefront

    On the product list page

    The tier price will go together with the words “As low as” as the following:On the product page

    Customers will get the discount from a short messageHow to setup Tier Price in Magento 2

    Set up a tier price

    • Click on Edit link on the Product Management.
    • In the basic settings panel, Advanced Settings > Advanced Pricing.
    • In the Tier Price area, click Add Tier and do the following:


    • If you have many websites, choose the Website where you want to set the tier pricing.
    • Select the Customer Group who receive the discounted price.
    • In the Quantity field, enter the required number of product to get the deal.
    • In the Item Price field, enter the desired price of the product.Enable to add as many tiers as you need by clicking on Add Tier and repeat these steps. For exxample, you set up 2 tiers for a product while tier 1 requests for 2 products in an order and tier 2 needs for 5 items. If your customer have 4 items in the cart, the offer for tier 1 will apply for that order. Only when the number of product in the cart is 5, the customer will get the discounted price in the tier 2 instead of the discount in the tier 1.
    • Hit the Save button to finish.

    Reference: Magento 2 user guide It comes to the end of tutorial: How to Setup Tier Price in Magento 2 . How to Setup Tier Price in Magento 2

  8. #68
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to Setup Special Price in Magento 2

    Special Price is called as a promtional campaign you will give to shoppers wwithin an exact time. The special price is shown both on the catalog page and product detail page while the ordinary price is grayed out, both of them is liked by word “was” like $30.00 was $36.00.From Magento 2 settings, you can get the special price configuration in the Advanced Settings of the individual product. In that, you only need to enter the number for the discounted price and the active time to apply. As you config, the special price is applied immediately.How to display Special Price on the storefront

    On the catalog page

    On the product page

    How Set up the Special Price in Magento 2

    • Click on Edit link on the Product Management.
    • In the basic settings panel, Advanced Settings > Advanced Pricing.
    • Enter the number of the Special Price.
    • Assign the active time including Special Price From Date and Special Price To Date. You can type manually or click on Calendar icon to choose the relevant date.


    • Hit the Save button to finish.

    Reference: Magento 2 user guide It comes to the end of tutorial: How to Setup Special Price in Magento 2 . How to Setup Special Price in Magento 2

  9. #69
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to Setup Advanced Pricing in Magento 2

    Setting up Advanced Pricing is one of the advanced settings you will get in specific product settings page. The Advanced Pricing includes into two types: Special Price and Tier Price. All of them both support you to create a small promotional campaign as well as make your product more attractive to the store visitors.Before going to Advanced Pricing settings, you should have an overview of Special Price and Tier Price.Overview of Advanced Pricing

    Let’s glance at the definition of the two kinds of the Advanced Pricing in Magento 2!
    • Special Price is called as a discounted price and only active in the certain time according to your configuring.
    • Tier Price is offered for all members of a customer group and store view.

    How to setup Advanced Pricing in Magento 2

    In the basic settings of the product, Advance Settings > Advanced PricingReference: Magento 2 user guide It comes to the end of tutorial: How to Setup Advanced Pricing in Magento 2 .Enjoyed the tutorial? Spread it to your friends!

    How to Setup Advanced Pricing in Magento 2

  10. #70
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to Configure SEO in Magento 2

    The Search Engine Optimization in the basic settings of each product in order to make it easy to approach many kinds of clients. From Magneto 2, configuring SEO is smothier and smoothier when it only contains primary fields that support very well to search the product by search engines.With SEO configuration in Magento 2, the incorporation the meta keyword in both meta title and meta description is the best solution for the better SEO while the default value for each meta data field is auto-generated depending on the configuration setting. Thus, you don’t have to waste much time on improving your SEO page of a Magento site.Hot! Get Magento 2 SEO Extension for free now.How to configure SEO for a Product

    From Magento admin panel: Products > Catalog > open a productIn the Basic Settings of a specific product, go to the Search Engine Optimization tab, the following settings will appear:Some datailed descriptions of the fields in the SEO configuration you need to know:
    • URL Key allows customers to access directly the online address of the product. The URL key is added to the base URL of the store, and appears in the address bar of a browser. Especially, by default the URL for Magento product can be based on the product name.
    • Meta Title will title appears in the title bar and tab of your browser, and is also used as the title on a search engine results page.
    • Meta Keywords lists the keywords related to the product. But it is neccessary to consider which keywords are relevant for customers to find the product.
    • Meta Description is a brief overview of the page for search results listings. An ideal length is between 150-160 characters in length, with a maximum of 255 characters.

    How to configure SEO for a Category

    From Magento admin panel: Products > Categories > open a category. This is topic, I choose Women. and fill Page Title, Meta Keywords, Meta DescriptionHow to configure SEO for a Content Pages

    From Magento 2 Admin panel : Content > Pages > Pick a page.Reference: Magento 2 user guide It comes to the end of tutorial: How to Configure SEO in Magento 2 . How to Configure SEO in Magento 2

  11. #71
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to upload Placeholders in Magento 2

    Making a reservation for a product image that is coming soon is the great idea if you haven’t finished the major one yet. The replaced image is called as Placeholder. This means store owner will use a temporary image on the product list page until the offical product image is ready to appear.By default, the uploaded placeholder image is often the Magento logo, but you are also authorize to apply other images as your need. The placeholder image is displayed on the catalog page as the following:So what is the fast way to upload the placeholder image via Magento Admin?How to upload placeholder images in Magento 2

    • On the Admin sidebar, Stores > Settings > Configuration.
    • In the panel, under Catalog, choose Catalog.
    • Expand the Product Image Placeholders section.
    • Click on Choose File to upload the placeholder image. You can use the same or the different images for each role.


    • Click on Save to complete.

    Reference: Magento 2 user guide It comes to the end of tutorial: How to upload Placeholders in Magento 2 . How to upload Placeholders in Magento 2

  12. #72
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to upload Images Watermarks in Magento 2

    Applying Images Watermarks allows store owners to protect your product image from unauthorized using by anyone. The image watermark can be the Magento logo or other image as you need with many supported formats like .jpg (jpeg), .gif, or .png. Magento watermark is put on all of your product images while the size, opacity and position are flexible to config. Here is an example for applying an image watermark:
    • Size: 200x300
    • Opacity: 40
    • Position: Stretch

    With Magento watermark, not only avoid stealing your orginial product image with a hit but you can also increase the awareness of your brand. Let follow this guide to upload the image watermark quickly!Overview of uploading Images Watermarks

    How to upload Images Watermarks as the following:
    • Add watermark to product images
    • Delete a watermark

    Add watermark to product images

    • On the Admin sidebar, Stores > Settings > Configuration.
    • In the panel, General > Design.
    • Expand the Product Image Watermarks section and complete the following steps for the Base, Small, and Thumbnail images:
      • Enter the Watermark Default Size in pixels.
      • Enter the Watermark Opacity, Percent as a percentage.
      • Click on Choose File, to upload the image file.
      • Set Watermark Position to your preference.


    • When complete, click on Save.
    • Go to Cache Management to refresh the cache.

    Delete a Watermark

    • Mark the Delete Image checkbox to delete a watermark.


    • When complete, click on Save Config .
    • Go to Cache Management to refresh the cache.

    Reference: Magento 2 user guide It comes to the end of tutorial: How to upload Images Watermarks in Magento 2 . How to upload Images Watermarks in Magento 2

  13. #73
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to configure Color Swatches in Magento 2

    In shopping online, shoppers only base the senses to make a judgment and decide whether they will buy this product or not. Because of that, it is necessary to give the true attributes of the items by Swatches feature such as color, pattern, and texture. For example, you have a shirt and it is more attractive with unique shades of color than flat color. The more realistic the customers feel, the more products you can sell out.Color Swatch is a great solution for the configurable products to show customers the variety of color, pattern or design of your product. On the store view, the swatches of product are displayed on the catalog page and product detail page as the following:Text-Based Swatches

    However, if you did not set a specific image for color swatch, a text-based will appear instead of true color and behave in the same way as a swatch with an image.When text-based swatches are used to show the available sizes, any size that is not available is crossed out.Swatches in Layered Navigation

    The swatches including color swatches and text-based swatches can be also used in the layered navigation.How to configure swatches in Magento 2 as the following steps.To Configure Color Swatches:

    • Step 1: Create the Swatches
    • Step 2: Update your product
    • Step 3: Save Product

    Step 1: Create the Swatches

    Apply one of the following method to create the swatches.Method 1: Add a Color Swatch

    • Identify the exact color for your product.
    • On the Admin sidebar, Stores > Attributes > Product.
    • In the grid, find and edit the Color attribute.
    • Set Catalog Input Type for Store Owner to Visual Swatch.
    • Under Manage Swatch, click on Add Swatch to add a new definition to the bottom of the list. Then, do the following:


    • On the swatch menu, select Choose a color.


    • In the color picker, enter the six numbers that represent the hexadecimal value of the new color in the # field, and press the Backspace key to delete the current value. Then click on the Color Wheel button in the lower-right corner to save the swatch.


    • Enter the label for the color in the Admin and Default Store View.
    • Mark the checkbox under the Is Default to set the default color as you need.
    • Enable to change the order when click on the icon in the top left of Manage Swatch table and drag it to the new position.
    • When complete, click on Save Attribute, then flush the cache in Cache Management tab.
    • Finally, go to Edit mode in each product, and update Color attribute with the correct swatch. To update multiple products at the same time, follow the steps below.

    Method 2: Upload a Swatch Image

    • Collect the swatch image that is correct for your product.
    • On the Admin sidebar, Stores > Attributes > Product.
    • In the grid, find and edit the Color attribute.
    • Set Catalog Input Type for Store Owner to Visual Swatch.
    • Under Manage Swatch, click on Add Swatch to add a new definition to the bottom of the list. Then, do the following:
      • On the swatch menu, select Upload a file.


      • Choose the desired image from your computer.
      • Repeat these steps for other swatch images.
      • Enter the label for the color in the Admin and Default Store View.

    • When complete, click on Save Attribute, then remember to flush the cache in Cache Management tab.
    • Finally, go to Edit mode in each product, and update Color attribute with the correct swatch. To update multiple products at the same time, follow the steps below.

    Step 2: Update your product

    • On the Admin sidebar, Products > Inventory > Catalog.
    • Filter the list by Name or SKU to include only the applicable products.


    • Mark the checkbox of each product that you want the swatch to apply. And then, set the Actions control to Update Attributes.


    • Look down to the Color attribute, and mark the Change checkbox.


    • Click on Save to apply the swatch. Then remember to flush the cache in the Cache Management tab.

    Reference: Magento 2 user guide How to configure Color Swatches in Magento 2

  14. #74
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to create Virtual Product in Magento 2

    When owning a store, there are many kinds of items you can sell them while they are divided into two main types: physical products that might be touched or tasted and non-tangible products such as memberships, services, warranties, or subscriptions. Therefore, Magento 2 platform allows you to release both of them and Virtual Products settings will help you create a new non-tangible item without any difficulty.For example, you want to put Fitness Membership for sale, just configure the virtual products settings to create and sell it easily. The virtual products can be purchased separately or together with some product types like Grouped Product and Bundle Product.Creating Products Series in Manage Store:


    How to create Virtual Product in Magento 2 as the following steps.To Create Virtual Products:

    • Step 1: Select the Product Type
    • Step 2: Select the Product Template
    • Step 3: Fill out the Required Fields
    • Step 4: Fill out the Remaining Product Details
    • Step 5: Generate the Product
    • Step 6: View the Product in Your Store

    Step 1: Select the Product Type

    • On the Admin sidebar, click on Product > Inventory > Catalog.
    • In the upper-right corner on the Add Product menu, choose Virtual Product.

    Step 2: Select the Product Template

    Follow one of two ways to select the product template:
    • In the Search box, enter needed name of the template.
    • In the list, select one of the templates you want to use

    The corresonding form will be shown to configure.Step 3: Fill out the Required Fields

    • In the Product Detail section, need to do:
      • Enter the Name.
      • Use the default SKU for the product, or offer another value.
      • Enter the Price

    • By now the product has been not yet ready to publish, let switch to the Off for Product Online.
    • Click on Save to finish this step.

    Step 4: Fill out the Remaining Product Details

    • To set Tax Class, follow one of the options:
      • None
      • Taxable Goods

      To learn about requirements for the taxation of digital goods and services, see the white paper, Identification & Taxability of Digital Products on the Avalara site.
    • To add Images for the virtual product, follow one of the options:
      • Drag and drop an image from your desktop on the Camera tile in the Images and Videos box.
      • In the Images and Video box, click on Camera title and feel free to choose the desired image from the file on the your computer.

      A placeholder appears until a product image is uploaded.
    • Enter the Quantity of the product.
    • To assign the product to a Category, follow one of the options:
      • Type in the Search box to find and select a match.
      • Click on the Show List icon to see the category tree, then click on any available category you want to assign to the product.
      • Create new category by entering the Category Name and assign to the Parent Category, then click on Create Category.


    • Write some product description if you need. Then, click on Submit. You can also use the WYSIWYG Editor for additional control.

    Step 5: Generate the Product

    • Set the Product Online switch to the On position whenever you are ready to publish the product in the catalog.
    • Then Save & Close on the Save menu.

    Step 6: View the Product in Your Store

    On the Admin menu, choose Customer View.THINGS TO REMEMBER

    • Virtual products are as non-tangible products as memberships, services, warranties, or subscriptions.
    • Virtual products are much like simple products, but without the Weight.
    • Shipping Options is not supported if the virtual product is added to cart.

    Reference: Magento 2 user guide It comes to the end of tutorial: How to create Virtual Product in Magento 2 . How to create Virtual Product in Magento 2

  15. #75
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to create Grouped Products in Magento 2

    Gather many simple standalone products into a group which is called as Group Product, a type of Magento products. It is possible to base on the variation of simple product to create a set of different products. You can consider the purpose to build group product. For example, a set of Sprite Yoga Strap.Thus, creating Grouped Product is the helpful solution to enhance customer’s shopping experience and give the items related to each other that the customer wants to add to the order. Each product can be shown and sold separately or together in the group as need, however, they are definitely listed separately in the shopping cart.Creating Products Series in Manage Store:


    How to create Grouped Product in Magento 2 as the following steps.To Create Grouped Products:

    • Step 1: Select the Product Type
    • Step 2: Select the Product Template (Optional)
    • Step 3: Fill out the Required Fields
    • Step 4: Fill out the Remaining Product Detail
    • Step 5: Add the Grouped Product
    • Step 6: Generate the Product
    • Step 7: Configure the Shopping Cart Thumbnails (Optional)
    • Step 8: View the Product in Your Store

    Step 1: Select the Product Type

    • On the Admin sidebar, click on Products > Inventory > Catalog.
    • In the upper-right corner of the Add Product menu, select Grouped Product.

    Step 2: Select the Product Template (Optional)

    Follow one of two ways to select the product template:
    • In the Search box, enter needed name of the template.
    • In the list, select one of the templates you want to use

    The corresonding form will be shown to configure.Step 3: Fill out the Required Fields

    • In the Product Detail section, need to do:
      • Enter the Name.
      • Use the default SKU for the product, or offer another value.

    • By now the product has been not yet ready to publish, let switch to the Off for Product Online.

    Step 4: Fill out the Remaining Product Details

    • To add an image for the product group, follow one of two options:
      • Drag and drop an image from your desktop on the Camera tile in the Images and Videos box.
      • In the Images and Video box, click on Camera title and feel free to choose the desired image from the file on the your computer.

      A placeholder appears until a product image is uploaded.
    • The Quantity is unavailable because the product group is made up of the individual product.
    • To assign the product to a Category, follow one of the options:
      • Type in the Search box to find and select a match.
      • Click on the Show List icon to see the category tree, then click on any available category you want to assign to the product.
      • Create new category by entering the Category Name and assign to the Parent Category, then click on Create Category.

    • Write some product description if you need. Then, click on Submit. You can also use the WYSIWYG Editor for additional control.

    Step 5: Add the Grouped Products

    • At the bottom of the Product Details page, expand the Grouped Products section. Then, click on Add Products to Group.
    • Find the products by filtering at the top row of the grid. Then Search.
    • Mark the checkbox of products that you want to add to the group


    • Click on  Add Selected Products  to add them to the grouped product. Then follow any of the options:
      • To set a default quantity, enter the number in the Default Qty field.
      • To remove any product from the list, click on Delete icon.

      ### Step 6: Generate the Product
    • Set the Product Online switch to the “On” position whenever you are ready to publish the product in the catalog.
    • Then Save & Close on the Save menu.

    Step 7: Configure the Shopping Cart Thumbnails (Optional)

    Approve to set a different image for each variation in the shopping cart thumbnail if you need.
    • On the Admin sidebar, click on Stores. Then under Settings, choose Configuration.
    • In the Sales tab, choose Checkout. Then, expand the Shopping Cart section.
    • In the Grouped Product Image, select “Product Thumbnail Itself”.
    • Click on Save Config to complete.

    Step 8: View the Product in Your Store

    On the Admin menu, choose Customer View.THINGS TO REMEMBER

    • A grouped product is a collection of simple products basing on some variations.
    • Simple and virtual products are part of a grouped product without custom options.
    • In the shopping cart, each purchased product in group often appears individually.
    • Store Admin can set other thumbnail image in the shopping cart from the grouped parent product, or the associated product.

    Reference: Magento 2 User Guide It comes to the end of tutorial: How to create Grouped Products in Magento 2 . How to create Grouped Products in Magento 2

  16. #76
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to create Downloadable Products in Magento 2

    A downloadable product is a type of product that allow shoppers to get it as a file, such as an eBook, music, video, software application, or update. You can put an album on sale and sell each song individual. In addition, you can use a downloadable product to deliver an electronic version of your product catalog. It is very easy to create the downloadable product for your Magento 2 store.Creating Products Series in Manage Store:


    In the settings of the downloadable product, you can require customers to get link only when they have already logged in, or you will send the download link via email and allow them to share with anyone needing. To learn more details about the process of creating a downloadable product, pay your attention on the following instruction with the basic fields. After you complete the required settings and save the product, you can add images and complete the remaining product information as needed.How to create Download Product in Magento 2 as the following steps.To Create Downloadable Products:

    • Step 1: Select the Product Type
    • Step 2: Select the Product Template (Optional)
    • Step 3: Fill out the Required Fields
    • Step 4: Fill out the Remaining Product Details
    • Step 5: Fill out the Downloadable Information
    • Step 6: Generate the Product
    • Step 7: View the Product in Your Store

    Step 1: Select the Product Type

    • On the Admin sidebar, click on Products > Inventory > Catalog.
    • In the upper-right corner of the Add Product menu, select Downloadable Product.

    Step 2: Select the Product Template (Optional)

    There is the same data called Downloadable that is a special field for the downloadable product. Follow one of two ways to select the product template:
    • In the Search box, enter needed name of the template.
    • In the list, select one of the templates you want to use.

    The corresonding form will be shown to configure.Step 3: Fill out the Required Fields

    • In the Product Detial section, need to do:
      • Enter the Name.
      • Use the default SKU for the product, or offer another value.
      • Enter the Price.

    • By now the product has been not yet ready to publish, let switch to the Off for Product Online.
    • Click on Save to finish this step.

    Step 4: Fill out the Remaining Product Details

    • Set Tax Class to None or Taxable GoodsTo learn about requirements for the taxation of digital goods and services, see the white paper, Identification & Taxability of Digital Products on the Avalara site
    • To add an image for the product group, follow one of two options:
      • Drag and drop an image from your desktop on the Camera tile in the Images and Videos box.
      • In the Images and Video box, click on Camera title and feel free to choose the desired image from the file on the your computer.

      A placeholder appears until a product image is uploaded.
    • Enter the Quantity of the product.
    • Skip the Weight field, and mark the Virtual / Downloadable checkbox, if necessary.
    • To assign the product to a Category, follow one of the options:
      • Type in the Search box to find and select a match.
      • Click on the Show List icon to see the category tree, then click on any available category you want to assign to the product.
      • Create new category by entering the Category Name and assign to the Parent Category, then click on Create Category.


    • Write some product description if you need. Then, click on Submit. You can also use the WYSIWYG Editor for additional control.

    Step 5: Fill out the Downloadable Information

    The Downloadable Information is divided into two sections. The first section is link for the download, and the second section describes each sample file. The default value for many of these options can be set in the configuration.Link

    • In the Links section, enter the Title- a heading for the download links you want to use.
    • Set Links can be purchased separately to offer single or multiple download link.


    • Click Add New Link, and then:
      • Enter the Title and Price of the download.
      • Choose distribution methods as you need: Attach File (File) or Enter Link (URL).
      • Choose Yes for the Sharable if you want customers to login to their account before accessing the download link. If No, the customers will get link via their email and enable to share with other.
      • Do one of the following:
        • To limit downloads per customer, enter the number of Max Downloads.
        • To allow unlimited downloads, mark the Unlimited checkbox.


    • Click Add New Link again and repeat these steps if need to add others.

    Samples

    • In the Samples section, enter the Title- a heading for the samples as you need to use.
    • Click on Add New Link to fill the sample information.
      • Enter the Title of the individual sample.
      • Choose distribution methods as you need: Attach File (File) or Enter Link (URL).Downloadable product file names can include letters and numbers. You can to use either a dash or underscore character to represent a space between words. Any invalid characters in the file name are replaced with an underscore.


    • Click Add New Link again and repeat these steps if need to add others.
    • Change the order of the samples by dragging to new position with the sort icon.

    Step 6: Generate the Product

    • Set the Product Online switch to the On position whenever you are ready to publish the product in the catalog.
    • Then Save & Close on the Save menu.

    Step 7: View the Product in Your Store

    On the Admin menu, choose Customer View.Reference: Magento 2 User Guide It comes to the end of tutorial: How to create Downloadable Products in Magento 2 . How to create Downloadable Products in Magento 2

  17. #77
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to create Bundle Products in Magento 2

    A bundle product includes customizable product that you can build for your own. Each item in the bundle product can be based on one of the product types: Simple Product and Virtual Product. Since then you can be set either dynamic or fixed value for a bundle. You can see an example for the bundle product in the following image:Creating Products Series in Manage Store:


    The bundle product is a bit similar to the grouped product in Magento 2 because it is possible to add more items to one product and sell it. However, while your customers cannot choose among many attributes of items in the grouped products according to what they want, they can do it with the bundle products when many options are ready for their choices.Go to the bundle product detail page, when your shoppers click on “Customize and Add to Cart” button , the selection of options in the bundle will be shown instantly. They can choose only one attribute including SKU, Size, Price or Weight for each option.
    Minimum Advertised Price (MAP) is not available for Bundle products with dynamic pricing.
    How to create Bundle Product in Magento 2 as the following steps.To Create Bundle Products:

    • Step 1: Select the Product Type
    • Step 2: Select the Product Template
    • Step 3: Fill out the Required Fields
    • Step 4: Fill out the Remaining Product Details
    • Step 5: Add the Bundle Items
    • Step 6: Generate the Product
    • Step 7: View the Product in Your Store

    Step 1: Select the Product Type

    • On the Admin sidebar, click on Products > Inventory > Catalog.
    • In the upper-right corner of the Add Product menu, select Bundle Product.

    Step 2: Select the Product Template

    Follow one of two ways to select the product template:
    • In the Search box, enter needed name of the template.
    • In the list, select one of the templates you want to use

    The corresonding form will be shown to configure.Step 3: Fill out the Require Fields

    • In the Product Detail section, need to do:
    • Enter the Name.
    • Use the default SKU for the product, or offer another value. Then set the type of value to Dynamic or Fixed.
    • To set the product Price, need to do:
      • Choose Dynamic, and leave Price blank if you want the price to change according to the options selected.
      • Choose Fixed, and enter the Price if you want to set price for the bundle.


    • By now the product has been not yet ready to publish, let switch to the Off for Product Online.
    • Click on Save to finish this step.

    Step 4: Fill out the Remaining Product Details

    • To add an image for the product group, follow one of two options:
      • Drag and drop an image from your desktop on the Camera tile in the Images and Videos box.
      • In the Images and Video box, click on Camera title and feel free to choose the desired image from the file on the your computer.

      A placeholder appears until a product image is uploaded.
    • The Quantity is unavailable because the product group is made up of the individual product.
    • To set Weight for shipping, follow one of the options:
      • Choose Dynamic, and leave Weight blank if you want the price to change according to the options selected.
      • Choose Fixed, and enter the Weight if you want to set product weight.


    • To assign the product to a Category, follow one of the options:
      • Type in the Search box to find and select a match.
      • Click on the Show List icon to see the category tree, then click on any available category you want to assign to the product.
      • Create new category by entering the Category Name and assign to the Parent Category, then click on Create Category.


    • Write some product description if you need. Then, click on Submit. You can also use the WYSIWYG Editor for additional control.

    Step 5: Add the Bundle Items

    • In the Bundle Items section, set Ship Bundle Items to Separately or Together.
    • Click on Create New Option, need to do:
      • Enter an Option Title to be used field label.
      • Set Input Type to Drop-down, Radio buttons, Checkbox, or Multiple Select
      • To make the field required, mark the Required checkbox.


      • Click on Add Products to Option. Remember to mark the checkbox of each product that you want to include in this option. In case there are many products, apply the list filters and pagination controls to find the needed products.


      • Choose one item to be the Default selection.
      • In the Default Quantity column, enter the quantity of each item that in the bundle when a customer chooses the item.
      • You can set the fixed quantity of each item by clearing Use Defined checkbox. If leave by default, the quantity can be changed.

    • Do the same for other items if you want to add more.
    • To remove any item from the bundle, click on the Delete icon.
    • Repeat these steps to add as many options as needed in the bundle.
    • Click on Save to complete.

    Step 6: Generate the Prodct

    • Set the Product Online switch to the “On” position whenever you are ready to publish the product in the catalog.
    • Then Save & Close on the Save menu.

    Step 7: View the Product in Your Store

    On the Admin menu, choose Customer View.THINGS TO REMENBER

    • Store Admin can create a new bundle product by himself.
    • Bundle items can be simple or virtual products without custom options.
    • The Price, SKU and Weight of the bundle product can be either “Fixed” or “Dynamic”.
    • The Quantity can be a preset or user-defined value.
    • The items in the bundle product can be shipped together or separately.

    Reference: Magento 2 User Guide It comes to the end of tutorial: How to create Bundle Products in Magento 2 . How to create Bundle Products in Magento 2

  18. #78
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to create Simple Products in Magento 2

    A simple product, the popular product type in Magento, is the foundation of Grouped Products, Bundle Products, Downloadable Products, Configurable Products and Virtual Products and it is used the most frequently on Magento stores. Thus, Magento store owner can sell the Simple Product separately or sell it as a part of the grouped, bundle or configurable product.The simple product will stand alone on the storefront without any selectable variations. In case of a simple product with many custom options, it is considered as a mixture product.Creating Products Series in Manage Store:


    Creating the simple product is necessary to build your Magento store. Pay your attention on the following guides to configure a simple product by the default product template with basic settings. After finishing the basics, it is possible to complete the advanced settings if you need.How to create Simple Product in Magento 2 as the following steps.To create Simple Products:

    • Step 1: Select the Product Type
    • Step 2: Select the Product Template (Optional)
    • Step 3: Complete the Required Fields
    • Step 4: Complete the Remaining Product Details
    • Step 5: Publish the Product
    • Step 6: View the Product in Your Store

    Step 1: Choose the Product Type

    • On the Admin sidebar, click Products. Then under Inventory, select Catalog.
    • In the upper-right corner on the Add Product menu, select Simple Product.

    Step 2: Choose the Product Template (Optional)

    To choose the product template, do one of the following: * In the Search box, enter the name of the template. * In the list, choose the template that you want to use. The form is updated to reflect the template.Step 3: Complete the Required Fields

    • In the Product Details section. do the following:
      • Enter the product Name.
      • You can either use the default SKU that is based on the product name, or enter another.
      • Enter the product Price.

    • Because the product is not yet ready to publish, set the Product Online switch to the “Off” position.
    • Click Save, and continue with the next step. You can save the product settings after complete all the required fields complete.

    Step 4: Complete the Remaining Product Details

    • Set Tax Class to one of the following:
      • None
      • Taxable Goods

    • If you’re ready to add a product image, do one of the following:
      • Drag an image from your desktop, and drop it on the camera tile in the Images and Videos box.
      • In the Images box, click the camera tile, and navigate to the image file on your computer. Then, select the image, and click Open. A placeholder appears until a product image is uploaded.

    • Enter the Quantity of the product that is currently in stock.
    • Enter the product Weight.
    • To assign the product to a Category, do one of the following:
      • Start typing to find a match. Then, choose the Category.
      • Click Show List to see the category tree. Then, drill down and click on each category that you want to assign to the product.
      • Click New Category. Enter the Category Name and choose the Parent Category to determine its position in the menu structure. Then, click Create Category.


    • Enter the product Description directly into the text box, and format as needed. Then, click Submit. You can also use the WYSIWYG Editor, for additional control.

    Step 5: Publish the Product

    • If you are ready to publish the product in the catalog, set the Product Online switch to the “On” position.
    • When complete, on the Save menu, select Save & Close.

    Step 6: View the Product in Your Store

    In the upper-right corner on the Admin menu, select Customer ViewTHINGS TO REMEMBER

    • Simple products can be included in configurable, bundle, and grouped product types.
    • A simple product can have custom options with a variety of input controls, which makes it possible to sell many product variations from a single SKU.

    Reference: Magento 2 User Guide How to create Simple Products in Magento 2

  19. #79
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to create Configurable Product in Magento 2

    You can create a Configurable Product in Magento 2 through many variations and the Configurable Product differs from a Single product by a drop-down list of option for each variation. That means it is simple for you to track inventory for the product variation because an option is actually a simple product with a unique SKU. This advance is the thing you could have if creating a simple product with custom options, however, it is impossible to track inventory for each variation by that way. Although it take much time to set up a configurable product, you can save time in the long term of your business’s growing. Therefore, the configurable product type is a good choice for products with multiple options.Creating Products Series in Manage Store:


    Although the configurable product is included many options which need to set up, it is incorrect if saying that its settings is diffcult and complicated. This tutorial will give the clear guides to do easily.How to create Configurable Product in Magento 2 as the following steps.To Create Configurable Products:

    • Part 1: Create the Configurable Product
      • Step 1: Select the Product Type is Configurable Product
      • Step 2: Select the Product Template
      • Step 3: Complete the Required Fields
      • Step 4: Complete the Remaining Product Details
      • Step 5: Save and Continue

    • Part 2: Add Configurations
      • Step 1: Select the Attributes
      • Step 2: Enter the Attribute Values
      • Step 3: Configure the Images, Price and Quantity
      • Step 4: Generate the Product Configurations
      • Step 5: Publish the Products
      • Step 6: Configure the Shopping Cart Thumbnails (Optional)
      • Step 7: Final, check your result by view the Products in your store

    Part 1: Create the Configurable Product

    Step 1: Select the Product Type is Configurable Product

    • On the Admin sidebar, click Products. Then under Inventory, select Catalog
    • In the upper-right corner on the Add Product menu, select Configurable Product

    Step 2: Select the Product Template

    To choose Product Template, you can follow one of two ways:
    • Enter directly the name of the template that you want to choose in the Search box
    • Click in the list and choose the template that you want to use. Remember that, a Configurable Product require the option of available fields must include at least one drop-down attribute.

    Step 3: Complete the Required Fields

    • In the Product Details section, enter the product Name.
    • Either accept the default SKU that is based on the product name, or enter another value.
    • Enter the product Price.
    • If necessary, change the Tax Class. The default setting is “Taxable Goods.”
    • Because the product is not yet ready to publish in your catalog, set the Product Online switch to the “Off” position.

    Step 4: Complete the Remaining Product Details

    • (Optional) You can add an image that represents the configurable product as a whole, or wait until later when you set up the configurations. In this example, we use an image that shows the top in all three colors. An image uploaded here becomes the image of the “parent product.”
      • Drag an image from your desktop, and drop it on the camera tile in the Images and Videos box.
      • In the box, click the camera tile, and navigate to the image file on your computer. Then, select the image, and click Open. A placeholder appears until an image is uploaded. If you prefer, you can later add video to the gallery.

    • The Quantity field is not available because it’s determined by each product variation.
    • To assign the product to a Category, do one of the following:
      • Start typing to find a match. Then, choose theCategory.
      • Click the Show List icon to view the Category tree. Then, drill down through the available categories, and click on each category that you want to assign to the product.
      • Click New Category. Enter the Category Name and choose the Parent Category to determine its position in the menu structure. Then, click Create Category.

    • Enter the product Description directly into the text box, and format as needed. Then, click Submit. You can also use the WYSIWYG Editorfor additional control.

    Step 5: Save and Continue

    This is a good time to save your work. In the next step, you’ll set up the configurations for each variation of the product.
    • In the upper-right corner, click Save.
    • Continue with Adding Configurations.

    Part 2: Add Configurations

    Follow 7 steps to know how to configure multiple colors and multiple sizes for each Configurable Product. It is simple when you only need to create Simple products with unique SKUs and then combine all of variations together. Remember to keep an eye on the progress bar at the top of the page, which will show where you are in the process and what the next step for you is.Step 1: Select the Attributes

    • At the bottom of Product Details, expand the Configurations section. Then, click on Create Configurations.


    • Mark the checkbox of each attribute that you want to set.
    • If you need to add a new attribute, go to click on Create New Attribute,and Save Attribute after completing the attributes properties. Then, mark the checkbox to select the attribute.
    • In the upper-right corner, click on Next.

    Step 2: Enter the Attribute Values

    • Mark the checkbox of each variation of the product.
    • Add a new value by clicking Create New Value. Enter the value of the new input, then click on the Enter arrow.
    • Do the same to each attribute you have chosen before.The order of attributes can be rearranged by dragging-dropping to a new position.
    • In the upper-right corner, click on Next.

    Step 3: Configure the Images, Price and Quantity

    The images, pricing and quantity will be set in this step while you can choose only one option for each of them. It is possible to select the same or unique setting or you can skip the setting for now.
    • Choose the configuration options that apply.Configure the Images

      Method 1: Apply a Single Set of Images to All SKUs

      • Select Apply single set of images to all SKUs.
      • Choose the desire image from your browse.

      Method 2: Apply Unique Images for Each SKU

      • Select Apply unique images by attribute to each SKU.
      • Select the attribute, for example: color. If your shopper choose a specific color, the image will appear.
      • Allow uploading differents image for each attribute, either browse to the images or drag them to the box. If want to delete the image, click on the bin icon.

      Configure the Prices

      Method 1: Apply the Same Price to All SKUs

      • Select Apply single price to all SKUs.
      • Enter the Price.

      Method 2: Apply a Unique Price for Each SKU

      • Select Apply unique prices by attribute to each SKU.
      • Select the attribute you want to offer a specific price.
      • Enter the Price.

      Configure the Quantity

      Method 1: Apply the Same Quantity to All SKUs

      • Select Apply single quantity to each SKU.
      • Enter the Quantity.

      Method 2: Apply a Unique Quantity by Attribute

      • Select Apply unique quantity by attribute to each SKU.
      • Enter the Quantity

    • Click on Next in the upper-right corner to continue.

    Step 4: Generate the Product Configurations

    • Check your list of products. When you are ready, click on Generate Product to add the product to your catalog. The product variations now appear at the bottom of Product Details in the Configuration section.
    • If want to edit, click on Edit Configuration.

    Step 5: Publish the Products

    • Switch Product Online to the On or Off depending on whether you are ready or not to publish the products in the catalog.
    • On the Save menu, choose Save & Closeto finish the generating.


    • Remember to click on Cache Management link in the system message to fush new cache and refresh the invalid cache.
    • On the Admin sidebar, click on Products. Your new configurable product and its variations appears in the grid at the top of the list.

    Step 6: Configure the Shopping Cart Thumbnails (Optional)

    Approve to set a different image for each variation in the shopping cart thumbnail if you need.
    • On the Admin sidebar, click on Stores. Then under Settings, choose Configuration.
    • In the Sales tab, choose Checkout. Then, expand the Shopping Cart section.
    • In the Configurable Product Image, select “Product Thumbnail Itself”.
    • Click on Save Config to complete.

    Step 7: Final, check your result by view the Products in your store

    As soon as the product is online, click on the arrow in the Admin in the upper-right corner, and choose Customer View to see them on the frontend.THINGS TO REMEMBER

    • A configurable product is a simple product with many options chosen from drop-down list.
    • A value of a drop-down list is based on an attribute of the “Dropdown” input type. The drop-down attributes must be included in the attribute set, which is then used as a template for the configurable product.
    • Store Admin can set other thumbnail image in the shopping cart from the configurable product record, or from the product variation.

    Reference: Magento 2 User Guide It comes to the end of tutorial: How to create Configurable Product in Magento 2 .Enjoyed the tutorial? Spread it to your friends!

    How to create Configurable Product in Magento 2

  20. #80
    Contributor
    Join Date
    Apr 2016
    Posts
    245
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to Change Logo in Magento 2

    As soon as applying Magento 2 platform for your store, one of the first things you’ll want to do is to change the Magento 2 default logo in the header, and upload a favicon for the browser. Uploading your own logo will make the store more professional and more reliable in the customer’s mind. Especially, the business logo will help you increase the awareness of your brand significantly.You’ll also want to update the copyright notice in the footer.These are a few simple design tasks that you can take care of right away. While your store is in development, you can turn on the store demo notice, and then remove it when you’re ready to launch.Uploading Your Logo

    The size and location of the logo in the header is determined by the store’s theme. Your logo can be saved as either a GIF, PNG, JPG, or SVG file type, and uploaded from the Admin of your store. The default Magento logo in the sample data is an SVG file, which is a scalable XML-based vector graphic format.The logo image resides in the following location on the server. Any image file with by that name and at that location is used as the theme logo.Path: app/design/frontend/[vendor]/[theme]/web/images/logo.svgIf you don’t know the size of the logo, or any other image that is used in your theme, open the page in a browser, right-click the image, and inspect the element.In addition to the logo in the header, your logo also appears on email templates and on PDF invoices and other sales documents. The logos used for email templates and invoices have different size requirements, and must be uploaded separatelyHow to upload frontend logo in Magneto 2

    • On the Admin sidebar, click on Stores. Then under Settings, choose Configuration.
    • In the panel on the left under General choose Design.
    • If you have multiple stores or views, set Store View in the upper-left corner to the view where the configuration applies. Then, clear the checkbox after each field so new values can be entered.
    • Expand the Header section. Then, do the following:


    • To upload a new logo, click on Choose File. Then, choose the file from your computer.
    • Enter the Logo Image Width and Logo Image Height.
    • In the Logo Image Alt field, enter the text that you want to appear when someone hovers over the image.
    • When complete, click Save Config

    Ref: Magento 2 User Guide How to Change Logo in Magento 2

Page 4 of 14 FirstFirst 12345678 ... LastLast

Similar Threads

  1. Become magento expert forum Partner
    By david in forum News, Announcements and Rules
    Replies: 23
    Last Post: 25-06-2022, 04:12 AM
  2. Email and Domain blacklist of Magento Expert Forum
    By david in forum News, Announcements and Rules
    Replies: 8
    Last Post: 16-07-2020, 06:04 AM
  3. Magento Expert Forum Vision, Goal and Rules
    By david in forum News, Announcements and Rules
    Replies: 18
    Last Post: 16-07-2020, 05:58 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •