Start To :

Custom Option Default Value magento 2 extension
  • Created On: 20-05-2018
  • Last Updated On: N/A
  • By: CynoInfotech Team
  • Platform: Magento 2 Community Edition
  • Email: cynoinfotech@gmail.com

Information

Magento 2 Custom Option Default Value extension use to set custom option default value for product. Using Custom option default value Magento2 extension default value can be visible in product details page as a default value. Merchant can set custom option default values with the option checkbox, radio button, dropdown, multi-select. So customer can see Total Amount of Product = Basic price + Custom Selected Option Price in checkout page. This extension is use for simple products.

The supported custom options are:

  • Dropdown
  • Checkbox
  • Multiselect
  • Radio Box

Features

You can find these features below:

  • Set custom option default value for product.
  • Applied extension in product detail page.
  • Pre-select custom option.
  • Applied for checkbox, radio button, dropdown, multi-select.
  • Product display on the front end with pre-select values.

Settings

Custom Option Default Value magento 2 extension
Custom Option Default Value magento 2 extension

Backend

choose enable or disable mode of extension.

Custom Option Default Value magento 2 extension

Choose General setting

Custom Option Default Value magento 2 extension

Admin - Product detail

Custom Option Default Value magento 2 extension

Set Custom Option and default value

Custom Option Default Value magento 2 extension

Frontend view

Product Detail page

Custom Option Default Value magento 2 extension
Custom Option Default Value magento 2 extension

Installation Guide

  • Download extension zip file from the account and extract it
  • root of your Magento 2 installation and merge app folder
  • folder structure --> app/code/Cynoinfotech/Codv
Countdown, comming soon & site maintainance - magento 2 extension

After this run below commands from Magento 2 root directory to install module.

  • Run :cd < your Magento install dir >
  • php bin/magento cache:disable
  • php bin/magento module:enable Cynoinfotech_Codv
  • php bin/magento setup:static-content:deploy
  • php bin/magento setup:upgrade
  • rm -rf var/cache var/generation var/di var/cache

Demo

  • N/A