An open API service indexing awesome lists of open source software.

https://github.com/karliuka/m2.wishlistscore

Magento2. Extension displays how many times a product has been added to wishlist.
https://github.com/karliuka/m2.wishlistscore

magento2 magento2-extension wishlist wishlist-count wishlist-score

Last synced: 8 months ago
JSON representation

Magento2. Extension displays how many times a product has been added to wishlist.

Awesome Lists containing this project

README

          

# Magento2 WishlistScore
Extension displays how many times a product has been added to wishlist.

### Product View page

Magento2 WishlistScore

### Configuration page

Magento2 WishlistScore

## Install with Composer as you go

1. Go to Magento2 root folder

2. Enter following commands to install module:

```bash
composer require faonni/module-wishlist-score
```
Wait while dependencies are updated.

3. Enter following commands to enable module:

```bash
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy