Extendware Configurable Preselect Product Options for Magento 2¶
Configurable Preselect Product
In the dynamic world of online shopping, Configurable Product Select Options emerges as a powerful Magento 2 module designed to enhance the user experience by simplifying the product selection process. Many e-commerce websites boast a wide array of configurable products, each with multiple options that require manual selection to view essential details such as price, image, and product name. Our module addresses this inconvenience, providing users with a streamlined approach to identify and highlight their desired product.
Key Features:
Pre-Selected Child Products:
Configurable Product Select Options allows users to pre-select a child product that will be automatically loaded when the configurable product page is accessed. This feature eliminates the need for users to manually choose each option, providing a more efficient and user-friendly experience.
Highlighting Options:
Users can choose from four distinct ways to showcase products on the configurable product page:
First Product
Highest Price
Lowest Price
Default (User-Defined)
Ease of Navigation:
Enhance the overall shopping experience by reducing the number of steps required to view essential product details. With Configurable Product Select Options, users can quickly identify their preferred product without the need for extensive manual selection.
Customization:
The module offers a customizable experience, allowing users to define their default product selection based on personal preferences. This level of flexibility ensures that each shopper can tailor their experience according to their specific needs.
Benefits:
Improved User Experience: Streamline the product selection process, making it more convenient for users to find and purchase their desired items.
Time-Saving: Reduce the time and effort required to navigate through configurable product options, enhancing overall efficiency.
Customization: Allow users to personalize their shopping experience by selecting their preferred method of product highlighting.
Elevate your Magento 2 store’s usability with Configurable Product Select Options, a module designed to transform the way customers interact with your configurable products.
Installation in your Magento Online Shop¶
Type 1: Zip file¶
Unzip the zip file in
app/code/Extendware
Enable the module by running
php bin/magento module:enable Extendware_ProductPreSelected
Apply database updates by running
php bin/magento setup:upgrade
Flush the cache by running
php bin/magento cache:flush
Configuration in your Magento store¶
Users can choose from four distinct methods to showcase products on the configurable product page
First Product: Display the first child product in the list.
Highest Price: Highlight the child product with the highest price.
Lowest Price: Showcase the child product with the lowest price.
Default (User-Defined): Empower users to set a default child product that aligns with their preferences, which will be displayed on the product form in the admin.
Changelog¶
All notable changes to this project will be documented here.
[0.0.5]¶
Added¶
- Fix: PHP 8.2 Deprecated Functionality Issues
[0.0.4]¶
Added¶
- Feature: Add User Role
[0.0.3]¶
Added¶
- Feature: Added Hyvä compatibility
[0.0.2]¶
Added¶
- Fix: Default value issue
[0.0.1]¶
Added¶
- First Release