Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hql287/craft-cms-wishlist-plugin
Wishlist Plugin for Craft CMS
https://github.com/hql287/craft-cms-wishlist-plugin
craftcms craftcms-plugin
Last synced: about 1 month ago
JSON representation
Wishlist Plugin for Craft CMS
- Host: GitHub
- URL: https://github.com/hql287/craft-cms-wishlist-plugin
- Owner: hql287
- License: mit
- Created: 2017-08-24T02:58:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T02:59:21.000Z (over 7 years ago)
- Last Synced: 2024-10-12T05:44:42.517Z (2 months ago)
- Topics: craftcms, craftcms-plugin
- Language: PHP
- Homepage: http://cc.wishlist.doc.it-s.vn/
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wishlist Plugin
This simple plugin is designed add the "Add To Wishlist" feature to your Craft Commerce site.
It only supports the `Commerce_Product` element type for now.## Features
* Allow users to C.R.U.D wishlists (Update is being added)
* Allow users to add product(s) to wishlist(s)
* Allow users to remove product(s) from wishlist(s)
* Retrieve wishlists of current user or any user
* Output all products in a wishlist## Installation
* Download, unzip and rename the folder to `wishlist`
* Copy to `craft/plugins/` folder
* Install## Roadmap
* Public & Private Wishlists
* Wishlist Description & Cover Image