Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

JeremyToaster

Archived
  • Posts

    17
  • Joined

  • Last visited

Everything posted by JeremyToaster

  1. Hey this worked great! I had to work with getting this part set up just right... define('PHPLIST_DB', 'mydatabase_phplist.'); //the name of the phplist database if same as osC, leave blank define('PHPLIST_TABLE_PREFIX', 'phplist_'); //if a table prefix is used give it here (if none, leave blank) I just tried all the different ways, with and without the _ and with and without the . and with and without the PREFIX all together. Finally this final result up top worked out. Also had to remember to do it in BOTH the ADMIN and the NORMAL section. Also, the way I have my databases set up in phpMyAdmin are like so... MYSITE _phplist _store _shows _forum So each database for different systems are sub groups under my main website MYSITE_phplist MYSITE_store So they are separate databases but fall under the same group. What my question is, can you either A) export the list of emails in OsCommerce or B) can I send all the emails to phpList from OsCommerce using this? Also, is this supposed to change the "Send Email" and "Newsletter" sections in the OsCommerce Admin section into phpList functions? Thanks again this is a wonderful start to my site wide conversion process! j
×
×
  • Create New...