dmitrykazak / magento2-custom-option-default-value
This extension will allow you to set the default of product custom options for Magento 2
Package info
github.com/dmitrykazak/magento2-custom-option-default-value
Type:magento2-module
pkg:composer/dmitrykazak/magento2-custom-option-default-value
1.0.0
2020-02-02 11:28 UTC
Requires
- php: ~7.2.0|~7.3.0
This package is auto-updated.
Last update: 2026-03-11 22:15:13 UTC
README
Magento 2 Custom Option Default Value extension use to set custom option default value for products.
Installation
Step-by-step to install the Magento 2 extension through Composer:
-
Locate your Magento 2 project root.
-
Install the Magento 2 extension using Composer
composer require dmitrykazak/magento2-custom-option-default-value
- After installation is completed the extension:
# Enable the extension and clear static view files $ bin/magento module:enable DK_CustomOptionDefaultValue --clear-static-content # Update the database schema and data $ bin/magento setup:upgrade # Recompile your Magento project $ bin/magento setup:di:compile # Clean the cache $ bin/magento cache:flush
Manually (not recommended)
- Download the extension of the required version
- Unzip the file
- Create a folder
{root}/app/code/DK/CustomOptionDefaultValue - Copy the files this folder
Overview
The supported custom options are:
- Dropdown
- Multiselect
- Radio Box
- Checkbox
Support
If you encounter any problems or bugs, please open an issue on GitHub.


