Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

@prasmalla/vendure-plugin-back-in-stock

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@prasmalla/vendure-plugin-back-in-stock

Back In Stock Notification Plugin for Vendure

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Back-In-Stock Vendure Plugin

npm install @callit-today/vendure-plugin-back-in-stock and add the plugin to vendure-config.ts

export const config: VendureConfig = {
  // ... config options
  plugins: [BackInStockPlugin.init({ enabled: true })],
};

How it works

For any product that is out of stock, customers can signup to be notified via email when the product is back in stock. When a product is replenished, the plugin gets all active subscriptions for it and sends email notifications.

Next steps

Implement frontend functionality. Refer to back-in-stock branch on storefront-qwik-starter

Todo

  • Customizable options for limiting number of emails sent, eg: to the amount of saleble stock, incase of limited stock availaibility for popular products. This will prevent customer disappointment if the product gets sold out again the same day of email notification sent.
  • Ability to send email notifications manually from the Admin UI, eg: when sending limited emails and the previous emails have not converted allowing other subscribers to be notified to buy the product.

License

MIT

FAQs

Package last updated on 13 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts