PHPackages                             setono/sylius-variant-link-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. setono/sylius-variant-link-plugin

ActiveSylius-plugin[Utility &amp; Helpers](/categories/utility)

setono/sylius-variant-link-plugin
=================================

Sylius plugin that makes it possible to link directly to variants

v1.2.1(2y ago)837.3k—0%6[8 PRs](https://github.com/Setono/SyliusVariantLinkPlugin/pulls)1MITPHPPHP &gt;=7.4

Since Sep 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Setono/SyliusVariantLinkPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-variant-link-plugin)[ RSS](/packages/setono-sylius-variant-link-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (20)Versions (20)Used By (1)

Sylius Variant Link Plugin
==========================

[](#sylius-variant-link-plugin)

[![Latest Version](https://camo.githubusercontent.com/98c1857b929fdb051c2184a5d698d0e71f33d03ded53f238a3d41daf041503fa/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d76617269616e742d6c696e6b2d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-variant-link-plugin)[![Software License](https://camo.githubusercontent.com/087c8088995c6acf1ad45047fec7c4ae2785e3d52b9dce94ce4d8969a2ed6bf2/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d76617269616e742d6c696e6b2d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusVariantLinkPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusVariantLinkPlugin/actions)[![Code Coverage](https://camo.githubusercontent.com/1e78be0529c43533ac2b1c550d9c8f5c4c58308dda7506f0853a5eb529935ba7/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f53796c69757356617269616e744c696e6b506c7567696e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/SyliusVariantLinkPlugin)

In a standard Sylius shop it is not possible to link directly to variants. That problem is what this plugin solves.

Screenshots
-----------

[](#screenshots)

CLICK TO SEE[![Screenshot showing products list with variants links](docs/images/shop-product-list-with-variant-links.png)](docs/images/shop-product-list-with-variant-links.png)

[![Screenshot showing product show page with variant selected](docs/images/shop-product-show-variant.png)](docs/images/shop-product-show-variant.png)

Installation
------------

[](#installation)

### Step 1: Download the plugin

[](#step-1-download-the-plugin)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require setono/sylius-variant-link-plugin
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 2: Enable the plugin

[](#step-2-enable-the-plugin)

Then, enable the plugin by adding it to the list of registered plugins/bundles in `config/bundles.php` file of your project:

```
