Integrating PHPLIST into Magento
8 comments
Comment from: Thomas [Visitor]
Comment from: David [Member]
Yes - in principle any customer detail can be exported to the phpList database. It’s just a matter of coding it in.
Comment from: James [Visitor]
Thank you for sharing this, it works beautifully with Magento 1.7. I noticed that the script makes the subscriber immediately confirmed in PHPList. I require my list members to double opt in and so I’m hoping there is an easy switch to change so that the new user triggers the confirmation email in PHPList the same as when they subscribe through the PHPList subscriber page or when I import a list of new email addresses. I looked through your code but I’m not a programmer and know just enough to be dangerous!
Cheers,
JB
Comment from: Puples [Visitor]
Hello,
It works well thank you!
If I use a multisite install, do you think it is possible to use this feature with two install phplist and the various lists in magento?
Thank you in advance :)
Comment from: David [Member]
Puples - I think it would need more work for a Multi-site install. You’d have to detect which site was using the script, and redirect to a different table / database. Sorry.
Comment from: Thomas Klosinsky [Visitor]
Hi David,
I am about to use your phplist module for a new project and want to use another phplist database server than the magento db server.
Where and how should I define the database server address?
There’s no option for that one in the define file.
Best,
Thomas
Comment from: David [Member]
Line 28 of MGBT_phplist.php has:
tep_db_connect(’localhost’, PHPLIST_DB_USER, PHPLIST_DB_PASSWORD, PHPLIST_DB);
change ‘localhost’ to your database server address
You could create a constant for it, and define that in the define file, if you wanted to be neat + tidy.
Comment from: Falk [Visitor]
Hi,
there is an error-message when I submit the data in the subscription form.
It seems like the email variable is empty or something like this.
I cannot post the message here due to the posting restictions here :(
Do you have any idea?
Thank you in advance!
Hello David,
i find your work very interesting.
I just one question.
Do you know if it is possible to export from magento to phplist some data like ‘company’ or ‘buyers group’.
It would be very powerfull if we could do so.
Thanks
Thomas