TheCoachSMB

Archives August 25, 2022

Show First Option Selected of Configurable Products

Do you want to display first options of configurable product to be selected? Step 1: Create the module Create the registration.php  file in app/code/Thecoachsmb/Productmodule/ for the module <?php \Magento\Framework\Component\ComponentRegistrar::register( \Magento\Framework\Component\ComponentRegistrar::MODULE, ‘Thecoachsmb_Productmodule’, __DIR__ ); Create…

Magento 2
Show First Option Selected of Configurable Products

Do you want to display first options of configurable product to be selected? Step 1: Create the module Create the registration.php  file in app/code/Thecoachsmb/Productmodule/ for the module <?php \Magento\Framework\Component\ComponentRegistrar::register( \Magento\Framework\Component\ComponentRegistrar::MODULE, ‘Thecoachsmb_Productmodule’, __DIR__ ); Create…