1 / 5

Magento 2 Product QR Code Generator

Facilitates admin to generate the product QR code images in form of JPG file based on the product attributes using Meetanshiu2019s Product QR Code generator for Magento 2.<br><br>Quick response code is a matrix barcode that contains data pointed to a website or a mobile app. Due to increased use of mobile devices and ease of accessing information, it has gained huge popularity.<br><br>

Meetanshi
Download Presentation

Magento 2 Product QR Code Generator

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Product QR Code Generator for Magento 2 User Guide Table of Content 1.Extension Installation Guide 2.Configuration 3.QR Code Generation 4.Download Product QR Codes Product QR Code Generator for Magento2 © Meetanshi

  2. 1.Extension Installation •For Magento Marketplace Customers oFind the Composer name and version of the extension in the extension’s composer.json file. oLogin to your SSH and run: ▪composer require meetanshi/magento-2-product-qr-code-generator oEnter your authentication keys.Your public key is your username; your private key is your password. oWait for Composer to finish updating your project dependencies and make sure there aren’t any errors. oTo verify that the extension installed properly, run the command: ▪php bin/magento module:status Meetanshi_QrCode oBy default, the extension is probably disabled. oEnable the extension and clear static view files: ▪php bin/magento module:enable Meetanshi_QrCode --clear-static-content ▪php bin/magento setup:upgrade ▪For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪php bin/magento cache:flush •For Meetanshi Customers oExtract the zip folder and upload our extension to the root of your Magento 2 directory via FTP. oLogin to your SSH and run below commands step by step: ▪php bin/magento setup:upgrade ▪For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪php bin/magento cache:flush Product QR Code Generator for Magento2 © Meetanshi

  3. 2.Configuration To configure the extension, login to Magento 2 backend, move to Stores → Product QR Code Generator where you can find various settings to configure the extension. •Product QR Code Generator: Enable the extension from here. •Product Attributes for QR Code: Enter product attributes along with the labels to generate product QR codes. For example, SKU: {sku}, Name: {name} oGo to Stores > Attributes > Product where you can find the list of product attributes. Copy the product attribute code to use here for QR codes generation. → Configuration → → •Size of QR Code: Enter the size of QR code image in pixels. Product QR Code Generator for Magento2 © Meetanshi

  4. 3.QR Code Generation Go to Catalog > Products, select the products, select the “Generate QR Code” mass action from the dropdown to generate QR codes for selected products. •QR Code Generation Success Message The extension shows success message once the QR codes have been generated for products. Product QR Code Generator for Magento2 © Meetanshi

  5. 4.Download Product QR Codes After the product QR codes have been generated, move to Catalog > Manage Product QR Codes from where you can download product QR codes. Here, already generated product QR codes are saved and enlisted with the details like IDs, product IDs and download action. •QR Code Image Download Click the download action to download product QR code images in a zip file. Extract the zip file and you can see product QR codes images in JPG format. The admin can share these product QR codes with the users to show the product details, allow them to use on packaging, share the catalog, etc. Product QR Code Generator for Magento2 © Meetanshi

More Related