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
 
The following plugins are required
                    Toolbox
Helpers for faster development: pagination rendering, objects and lists caching, UI strings for using in third...
Toolbox
Helpers for faster development: pagination rendering, objects and lists caching, UI strings for using in third...
                    Shopaholic
No. 1 e-commerce platform for October CMS
Shopaholic
No. 1 e-commerce platform for October CMS
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'},
    // ...
});
            - 
        
This plugin has not been reviewed yet.
 - 
                        
 
| 1.0.1 | 
             fixed field phone nullable Jun 15, 2021  | 
    
|---|---|
| 1.0.0 | 
             Initialize plugin. Jun 15, 2021  |