1 / 4

Magento 2 Custom Option Image

Magento 2 Custom Option Image by Meetanshi facilitates to display image of each product option for better visualization in the store.<br> <br>Since last many years, a great revolution has been observed in the eCommerce market. It has brought about a complete revolution in the shopping habits of the people. Due to busy lifestyle, people preferred online shopping rather than visiting the stores in-person.<br> <br>

Meetanshi
Télécharger la présentation

Magento 2 Custom Option Image

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. Custom Option Image for Magento 2 User Guide Table of Content 1.Extension Installation Guide 2.Configuration 3.Upload Custom Option Image from Product Edit 4.Custom Option Image in Frontend Custom Option Image for Magento 2 © 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/magento2-custom-option-image 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_CustomOptionImage oBy default, the extension is probably disabled. oEnable the extension and clear static view files: ▪php bin/magento module:enable Meetanshi_CustomOptionImage --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 2.Configuration To configure the extension, login to Magento 2, move to Stores → → → Custom Option Image where you can find setting to enable the extension. •Custom Option Image: Enable or disable the extension from here. → Configuration → → Meetanshi Custom Option Image for Magento 2 © Meetanshi

  3. 3.Upload Custom Option Image from Product Edit After enabling the extension, move to Catalog > Products, edit a product to which you want set custom option images. Go to Customizable Options tab, add custom options and you can see “Upload” button to add respective custom option image. Custom Option Image for Magento 2 © Meetanshi

  4. 4.Custom Option Image in Frontend After uploading the custom option image to product’s custom options, whenever a user selects a custom option, its respective custom option image is shown below the dropdown. Custom Option Image for Magento 2 © Meetanshi

More Related