Tips and Tricks HQ Forum

Support Forum for Tips and Tricks HQ Products

Register or log in - lost password? (Having an issue with the forum login?)

Search the Forum

Tips and Tricks HQ Forum » WP eStore Forum » WP eStore Tweaks

How to go about Interspire Email Marketer Integration

(12 posts) (5 voices)
  • Started 1 year ago by mikru2010
  • Latest reply from mikru2010
  • Possible Solutions (Related Topics):
    1. Autoresponder - Interspire Email Marketer Integration possible
    2. Clickbank integration, email not being sent, stamped file not being created
    3. Problems with clickbank Integration, no email, no link
    4. Wishlist Integration Question How to Modify the Confirm Your Registration Email?
    5. integration with iContact email

Tags:

  • autoresponder
  • emailmarketer
  • estore
  • IEM to eStore
  • integration
  • Interspire
  • Interspire Email Marketer
« Previous12
  1. admin
    Key Master

    I am pretty sure the plugin is sending the name data fine but if you look closely you will see that this interspire guys do not have a dedicated variable for "name" (they have one for email address).

    They are using a custom field for name but you could be sending any data using that custom field. So my guess is that on your list or settings section of Interspire, you will need to specify what this "fieldid" with a value of "1" means so it knows that the value that comes via filedid 1 is name value.

    Posted 5 months ago #
  2. mikru2010
    Member

    Ok, i was able to figure out how to get the customer name transmitted to my list.

    Hope this helps others with integrating Interspire Emailmarketer too.

    Here is the part from the api for the name, and how i filled it:

    <customfields>
    <item>
    <fieldid>14</fieldid>
    <value>'.$firstname.' '.$lastname.'</value>
    </item>
    </customfields>

    As fieldid, you simply set the id of the custom field you use for the customer name on your list in Emailmarketer.

    Here's how to go about it:

    Step 1: create a custom field in Emailmarketer (or decide which existing one to use) for representing the customer name on your list.

    Step 2: create a sign-up form for your list and add the customfield from Step 1

    Step 3: Get html for your list and identify the field id for your custom field. Look for CustomFields[xx] - where xx represents the number of your custom field

    Step 4: insert your custom field id (number xx) into api code as shown above

    Step 5: set estore variables as "<value>"; for instance

    <value>'.$firstname.' '.$lastname.'</value>

    if you want to use first - and lastname like me.

    Perhaps '.$CustomerName.' will work too (haven't tested that)

    One last hint:

    I simply inserted the (complete) api code after line 277

    $retrieved_product = WP_eStore_Db_Access::find(WP_ESTORE_DB_PRODUCTS_TABLE_NAME, $cond);

    in the auto_responder_handler php

    and left the rest of the code unchanged.

    That worked like a charm ;)
    But i don't know though if there might be a better place to insert the code.

    Good luck with your Interspire integration ;)

    Posted 5 months ago #

RSS feed for this topic

« Previous12

Reply

You must log in to post.

Tips and Tricks HQ  | WP Shopping Cart  | WP Affiliate Software  | WordPress Membership Plugin