217

Product support

Get help in the plugin support forum.

  • Added on Jun 15, 2021
  • Current version: 1.0.1
  • Platform Compatibility
    v3.x not tested
    v2.x use latest
    v1.x not tested
  • License: Regular / Extended
  • Created by

Categories

General information

This plugin allows customers to create a list of expectations from products, where they receive the necessary notifications upon receipt.

Features:

  • Customize email notifications
  • Flexible settings
  • Use queues
  • Indicate to whom to send to whom not
  • Technical support, and quick response to fix the bugs

Installation

Run the following command in your terminal or install from the marketplace

$ php artisan plugin:install Lovency.WaitlistShopaholic

Configuration

Open the settings and define the mail templates from the link https://mywebsite.com/backend/system/settings/update/lovata/shopaholic/shopaholic-menu-main-settings#primarytab-lovencywaitlistshopaholiclangsettingstab (change mywebsite.com to your domain).

Add the component to the page

[Waitlist]

Component method

onAdd()

Method adds offers to wait list. Example:

// Send ajax request and update wait list item
$.request('Waitlist::onAdd', {
    'data': {'offer_id': 2, 'email': 'email@site.com'},
    // ...
});
1.0.1

fixed field phone nullable

Jun 15, 2021

1.0.0

Initialize plugin.

Jun 15, 2021