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.
- Host: GitHub
- URL: https://github.com/karliuka/m2.wishlistscore
- Owner: karliuka
- License: osl-3.0
- Created: 2017-03-17T20:08:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T09:53:51.000Z (almost 8 years ago)
- Last Synced: 2024-12-28T01:29:28.332Z (10 months ago)
- Topics: magento2, magento2-extension, wishlist, wishlist-count, wishlist-score
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# Magento2 WishlistScore
Extension displays how many times a product has been added to wishlist.### Product View page
### Configuration page
## 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