Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 7 of 7

Thread: Integration with Aweber - Email forwarding & parsing

  1. #1
    cmlawson is offline Junior Member
    Join Date
    Oct 2007
    Posts
    7

    Question Integration with Aweber - Email forwarding & parsing

    I'd like to be able to forward all my receipt emails to Aweber so they can be parsed and added to the email list. However, the email that we get as a store owner is only a 'notification of order' email and has incomplete information.

    Is there any way to CC an additional email address on what gets sent to the customer?

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    You can enter multiple email addresses to this appconfig: MailMe_ToAddress separated by a semi-color or comma, but it would take modifications if you want receipts CC'd to other emails aside from the customer's. If you have the source, you add functions to OrderManagement_SendReceipt() method to achieve that.

  3. #3
    cmlawson is offline Junior Member
    Join Date
    Oct 2007
    Posts
    7

    Question

    If I do what you say, what email will go that additional email address? eg the same one the store admin gets, what the customer gets, etc.

    Sorry, I'm just not clear on that....

  4. #4
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Adding emails to the MailMe_ToAddress AppConfig will just send that same order notification email to other addresses. If you want admins to actually get a full copy of the receipt, just change the XmlPackage.NewOrderAdminNotification AppConfig to 'notification.receipt.xml.config'

  5. #5
    cmlawson is offline Junior Member
    Join Date
    Oct 2007
    Posts
    7

    Question

    Ok. Great. Thanks.

    Where the toggle or attribute for order summary versus full receipt? I'm having a hard time finding it...

  6. #6
    DreadR is offline Junior Member
    Join Date
    Feb 2010
    Posts
    2

    Default

    cmlawson,

    I am also looking to interate with Aweber. Were you able to successfully parse your email and collect information for Aweber?

  7. #7
    cmlawson is offline Junior Member
    Join Date
    Oct 2007
    Posts
    7

    Unhappy

    No. Apparently this system doesn't send full email headers so it can't be parsed.