PHPackages                             vldmr-k/sylius-viewed-products-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. vldmr-k/sylius-viewed-products-plugin

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

vldmr-k/sylius-viewed-products-plugin
=====================================

1.0.1(2y ago)0372[2 PRs](https://github.com/vldmr-k/sylius-viewed-products-plugin/pulls)proprietaryPHPPHP ^8.0

Since Oct 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/vldmr-k/sylius-viewed-products-plugin)[ Packagist](https://packagist.org/packages/vldmr-k/sylius-viewed-products-plugin)[ RSS](/packages/vldmr-k-sylius-viewed-products-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (31)Versions (5)Used By (0)

Last Viewed Products for Sylius CMS Plugin
------------------------------------------

[](#last-viewed-products-for-sylius-cms-plugin)

It's plugin show customers last viewed products.

This simple plugins helps your customers compare and looking the best product for themself

### How to install?

[](#how-to-install)

```
composer require vldmr-k/sylius-viewed-products-plugin
```

Import config file into `_sylius.yml`

```
imports:
    ....
    - { resource: "@VldmrkSyliusViewedProductsPlugin/Resources/config/config.yml" }
```

By default, this plugins render last viewed products on product show page, event block name `sylius.shop.product.show.content`.

If you want to add this block to another page, add this code to block events which you want

```
sylius_ui:
    events:
        sylius.shop.product.show.content: #
