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…
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…
