toporchillo/opencart-waitlist
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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