- Always load the first variant. Parent will never display within the list views and on the detail page.
- Display a table instead of select box on normal variants. Multidimensional variants untouched.
- Display always merged rating at variants. All variants has the same rating (stars)
-
Copy files into following directory
source/modules/rs/variantview
-
Add to composer.json at shop root
"autoload": { "psr-4": { "rs\\variantview\\": "./source/modules/rs/variantview" } },
-
Refresh autoloader files with composer.
composer dump-autoload
-
Enable module in the oxid admin area, Extensions => Modules