Results 1 to 4 of 4

Email export list

This is a discussion on Email export list within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hi, I would like to be able to export all of my customer emails as a CSV file to import ...

      
  1. #1
    Lurker
    Join Date
    Jan 2007
    Posts
    4
    Rep Power
    0


    Default Email export list

    Hi,

    I would like to be able to export all of my customer emails as a CSV file to import into my newsletter software (constant contact)

    There appears to be a OScommerce contributuin to do just this. Will it work with OSCmax? I did try it, but I could not get it to work. Does anyone else have a work around to create this list?

    I have excel and am willing to parse the data through it, if that is easier.

    Thanks,

    Ken

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default Re: Email export list

    What is the link to the contribution you are trying? It should work but I can tell you for sure if you point me to the right contribution.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Lurker
    Join Date
    Jan 2007
    Posts
    4
    Rep Power
    0


    Default Re: Email export list


  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default Re: Email export list

    Yes it should work without any issues. osCMax admin panel has a couple more layers of security, so you will have to change these steps:

    Step 3
    edit your /catalog/admin/includes/boxes/customers.php
    right after
    '<a href="' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_CUSTOMERS . '</a><br>' .

    add
    '<a href="' . tep_href_link(FILENAME_CONSTANT_CONTACT, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CONSTANT_CONTACT . '</a><br>' .
    Just modify the above links to look like the actual links in the osCMax file of the same name. It is pretty obvious how to create new links in osCMax. Just duplicate one of the existing links and then replace the contstants in the copy with those from the mod.

    Then just give the new files privileges in the Administrator >> File access section of the admin panel and it should work fine. Very simple install should only take a few minutes.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Similar Threads

  1. Customer Export
    By michael_s in forum New osCommerce Contributions
    Replies: 2
    Last Post: 05-10-2007, 07:22 PM
  2. Export Order into CSV
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 03-31-2007, 04:53 AM
  3. Export Order into CSV
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 03-30-2007, 06:13 PM
  4. Export customer details?
    By healthi in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 06-14-2004, 08:44 AM
  5. Email list manager
    By Christy in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 03-30-2004, 10:01 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •