frosh / variant-switch
Shopware plugin to switch variants in basket and checkout views
Installs: 761
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 6
Forks: 0
Open Issues: 0
Type:shopware-plugin
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-10-25 18:22:43 UTC
README
This plugin for Shopware adds functionality to change the previously selected variant of a product within basket and checkout views.
Available variants can be exchanged by clicking "Change variant" in cart/checkout views as well as in the off-canvas basket. It will open a modal that includes all relevant information. The product configuration as well as the quantity can be changed at this point.
Users will no longer have to remove the article from the basket, find the desired article again and add another variant from the article page instead.
Installation
- Clone this repository into a folder FroshVariantSwitch within the custom/plugins directory of the Shopware installation.
- Install the plugin through the Plugin-Manager within the Shopware backend.
Install with composer
- Change to your root installation of shopware
- Run command
composer require frosh/variant-switch
and install and activate plugin with Plugin Manager
Requirements
- Shopware 5.3.4 or higher
- PHP 7.0