dmitrykazak / magento2-custom-option-default-value
This extension will allow you to set the default of product custom options for Magento 2
Installs: 385
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 2
Forks: 3
Open Issues: 3
Type:magento2-module
Requires
- php: ~7.2.0|~7.3.0
This package is auto-updated.
Last update: 2025-04-11 19:59:09 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.