Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfShopware/FroshVariantSwitch
This plugin allows you to switch between variants
https://github.com/FriendsOfShopware/FroshVariantSwitch
Last synced: 3 months ago
JSON representation
This plugin allows you to switch between variants
- Host: GitHub
- URL: https://github.com/FriendsOfShopware/FroshVariantSwitch
- Owner: FriendsOfShopware
- License: mit
- Created: 2018-04-19T17:11:13.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T14:43:48.000Z (over 1 year ago)
- Last Synced: 2024-05-01T18:25:51.255Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 699 KB
- Stars: 15
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.MD
- License: LICENSE.MD
Awesome Lists containing this project
- awesome-shopware - Variant Switch - Update variants in basket and checkout views. (Frontend Plugins)
README
# Change product variants from basket
[![Travis CI](https://travis-ci.org/FriendsOfShopware/FroshVariantSwitch.svg?branch=master)](https://travis-ci.org/FriendsOfShopware/FroshVariantSwitch)
[![Download @ Community Store](https://img.shields.io/badge/endpoint.svg?url=https://api.friendsofshopware.com/FroshVariantSwitch)](https://store.shopware.com/en/frosh64694548243f/switch-variants-in-basket.html)![VariantSwitch](https://raw.githubusercontent.com/FriendsOfShopware/FroshVariantSwitch/master/Resources/store/images/0.png)
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