Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Free E-commerce Tracking for Email Newsletters by MailChimp


mailchmp_api

Recommended Posts

Today we've officially released the MailChimp Ecommerce Tracking Plugin! This FREE plugin helps you measure the ROI of your email campaigns. We'll track when people click from your email campaigns, visit your website, all the way to purchase. Then we'll aggregate the information and display it on your MailChimp campaign report.

 

Our basic feature overview page is here:

http://www.mailchimp.com/ecommerce360/

 

Details on the plugin and download links are here:

http://www.mailchimp.com/plugins/ecomm360.phtml

 

osCommerce add-on page:

http://addons.oscommerce.com/info/6355

 

And best of all, it's free! Enjoy!

Link to comment
Share on other sites

You've lost me here:

4. At the bottom of "checkout_success.php", change this:

<?php require_once(DIR_WS_INCLUDES . 'mc360/mc360_process.php');?>

 

to this:

<?php require_once(DIR_WS_INCLUDES . 'mc360/mc360_process.php');?>

<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

Link to comment
Share on other sites

You've lost me here:

4. At the bottom of "checkout_success.php", change this:

<?php require_once(DIR_WS_INCLUDES . 'mc360/mc360_process.php');?>

 

to this:

<?php require_once(DIR_WS_INCLUDES . 'mc360/mc360_process.php');?>

<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

 

Did you mean change this:

<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

 

to this:

<?php require_once(DIR_WS_INCLUDES . 'mc360/mc360_process.php');?>

<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

 

 

 

?

Edited by Between the Sticks USA
Link to comment
Share on other sites

Yes, that's exactly what we meant. The Readme is being corrected now. Sorry for the confusion!

 

You've lost me here:

 

 

Did you mean change this:

<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

 

to this:

<?php require_once(DIR_WS_INCLUDES . 'mc360/mc360_process.php');?>

<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

 

 

 

?

Link to comment
Share on other sites

Adding this at the bottom as instructed is breaking my site:

3. Add the following line to the very bottom of "includes/application_top.php" (though before the "?>")

require_once(DIR_WS_INCLUDES . 'mc360/mc360_examiner.php');

Link to comment
Share on other sites

FYI, just uploaded an updated version to the oscommerce site (and ours) that may fix the issue you were seeing. There was some unnecessary logging code left in there and some PHP5 only functions were removed.

 

http://addons.oscommerce.com/info/6355

 

Adding this at the bottom as instructed is breaking my site:
Link to comment
Share on other sites

  • 2 weeks later...

I've installed the updated add-on (11/18/2008). Everything seemed to work great on our test cart.

 

Then I installed the add-on on our production cart with a new api key. The campaign report does not show my test purchases. The report lists the test cart url and not the production url. I wonder if that has anything to do with it. Or maybe I need to use actual money instead of a gift card to make the purchase? I'll have to take a look at the add-on code.

Link to comment
Share on other sites

I've installed the updated add-on (11/18/2008). Everything seemed to work great on our test cart.

 

Then I installed the add-on on our production cart with a new api key. The campaign report does not show my test purchases. The report lists the test cart url and not the production url. I wonder if that has anything to do with it. Or maybe I need to use actual money instead of a gift card to make the purchase? I'll have to take a look at the add-on code.

The plugin does not care what method of payment was used for the purchase.

 

What does matter, though, are the links that you are clicking to get to the store. If you sent a test campaign with links to your test store clicking them will not cause purchases to be tracked in your production store. In order to have the purchases tracked in your production store you'll need to send a campaign that contains links to your production store, click one, and then follow through to a purchase.

Link to comment
Share on other sites

The plugin does not care what method of payment was used for the purchase.

 

What does matter, though, are the links that you are clicking to get to the store. If you sent a test campaign with links to your test store clicking them will not cause purchases to be tracked in your production store. In order to have the purchases tracked in your production store you'll need to send a campaign that contains links to your production store, click one, and then follow through to a purchase.

 

Thanks for the quick reply.

 

I figured as much. I did use new links to the production store in my test email. I saw a set of cookies for each store in my browser. I just tried making a new campaign versus just replicating the first test one. Still no go.

Link to comment
Share on other sites

  • 2 years later...

Go into your admin area of the osCommerce site

 

Click on Modules

Click on Header Tags

Click on MailChip E-Commerce 360

Click on Remove Module

 

It will remove it from the active modules...

 

You have to have all of your certs installed on the server and the credit card processing configured already before you can use this module.

 

It should be the last thing you configure... I am not affiliated with osCommerce or with the monkey mail module... It just drove me bananas until I figured out how to get rid of the error...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...