Add wishlist capabilities to your commerce application.
Medusa Website | Medusa Repository
- Allow customers to manage items in their wishlist.
1. Run the following command in the directory of the Medusa backend:
npm install medusa-plugin-wishlist
2. In medusa-config.js
add the following at the end of the plugins
array:
const plugins = [
// ...
`medusa-plugin-wishlist`
]
Learn about testing the plugin in the documentation