I’m in the process of upgrading my site to v3, and I can’t believe there still isn’t a way to find out who has subscribed to the “[color=#282828][font=arial, verdana, tahoma, sans-serif]notify me when this product is back in stock” option in CS-Cart.[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]So, [/font][/color]I have made my own little (sort of) Add-on, and I’m sharing it with all of you.
You can download it here:
http://www.fishtail.ca/addon_notify_list.zip
- Simply create a folder on your server (doesn’t matter where, just remember the path).
- Copy the 2 files to that folder
- Open the “conn.inc.php” in Notepad or any other editor.
- Change the Database username and Database password to reflect yours in this line:
$conn=@mysql_connect(‘localhost’,‘database username’,‘database password’);
- Point your browser url to that folder’s index.php file: ie. www.example.com/addon_notify_list/index.php
- your done.
*Note: This is not password protected, so anybody who can figure out the name and location of your folder can view your list.
When a notification is sent, it is automatically removed from the list, so you don’t need to delete anything.
Anybody is free to modify and improve this “addon”…please!
SPECIAL REQUEST:
I submitted a request for a mod on this feature. If anybody can possibly help me, that would be awesome! Here’s the link to that thread:
Adding "notify me when this product is back in stock" in blocks - Questions - CS-Cart Forums
Thanks and enjoy!