Skip to content

Subscribe customers to email alert when product will be available in stock.

Notifications You must be signed in to change notification settings

toporchillo/opencart-waitlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vQmod Required!
Tested on OpenCart 1.5.1.3, 1.5.3.1

Installation:

1) Include files into the root directory of your store;

2) CREATE TABLE IF NOT EXISTS `waitlist` (
     `customer_id` int(11) NOT NULL,
     `product_id` int(11) NOT NULL,
     `date_added` datetime NOT NULL,
     PRIMARY KEY  (`customer_id`,`product_id`)
   ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

3) Install and activate waitlist module.

Project page:
https://github.com/shaman/opencart-waitlist

Bug reports:
https://github.com/shaman/opencart-waitlist/issues

Ukrainian community support:
http://forum.opencart.ua/viewtopic.php?f=5&t=377

This file was created by JetBrains PhpStorm 3.0.3 for binding GitHub repository

About

Subscribe customers to email alert when product will be available in stock.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published