PHPackages                             elbidouiller/sylius-terms-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. elbidouiller/sylius-terms-plugin

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

elbidouiller/sylius-terms-plugin
================================

Sylius terms and conditions plugin

v1.1(1y ago)0216MITPHPPHP &gt;=8.1

Since Feb 28Pushed 1y agoCompare

[ Source](https://github.com/ElBidouilleur/SyliusTermsPlugin)[ Packagist](https://packagist.org/packages/elbidouiller/sylius-terms-plugin)[ RSS](/packages/elbidouiller-sylius-terms-plugin/feed)WikiDiscussions official Synced 1mo ago

READMEChangelogDependencies (28)Versions (6)Used By (0)

Sylius terms and conditions plugin
==================================

[](#sylius-terms-and-conditions-plugin)

[![Latest Version](https://camo.githubusercontent.com/74de64dc24b9171796ff0cfad21b06ea25fc38de5ee3630a79ff64b564ca4511/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d7465726d732d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-terms-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/3432241cbfc7693243ca4d41d44007f209bc1ca0e0b997ff9b4004479890c59d/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d7465726d732d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/setono/sylius-terms-plugin)[![Software License](https://camo.githubusercontent.com/a97d9b9122d2c34b140eb3bffe17b5a6cb01a3c0f0f1de02d4bc37460b27119d/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d7465726d732d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusTermsPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusTermsPlugin/actions)[![Code Coverage](https://camo.githubusercontent.com/0cbf3f25b389117e27b4c07ae1b9af731d50b7b8da3c65f00cbdf0e0c0268e12/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f53796c6975735465726d73506c7567696e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/SyliusTermsPlugin)

Will add the requirement to check off terms and conditions when the customer checks out

- [Screenshots](#screenshots)
- [Installation](#installation)

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

[](#screenshots)

### Shop

[](#shop)

Before the customer can place order, he/she has to check the required terms

[![Screenshot showing shop checkout complete page](docs/images/shop-checkout-complete.png)](docs/images/shop-checkout-complete.png)

### Admin

[](#admin)

Here is a list of terms. Notice the `terms_and_conditions` which is associated with multiple channels.

[![Screenshot showing admin terms index page](docs/images/admin-terms-index.png)](docs/images/admin-terms-index.png)

[![Screenshot showing admin terms update page](docs/images/admin-terms-update.png)](docs/images/admin-terms-update.png)

The `Explanation` field is the text shown on the complete order page. Notice you can use a placeholder (`[link:Link text]`) to tell where the link should be.

[![Screenshot showing admin terms translation update page](docs/images/admin-terms-update-translation.png)](docs/images/admin-terms-update-translation.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 plugin:

```
$ composer require setono/sylius-terms-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 the `config/bundles.php` file of your project:

```
