Get the book

Go Back   Zen Cart Support > Community Contributed Add-Ons > Addon Sideboxes

Addon Sideboxes Discussion of addon Sideboxes

Reply
 
Thread Tools Display Modes
Old 22nd January 2009, 02:37 PM   #1
lukemcr
New Zenner
 
Join Date: Feb 2007
Location: Sacramento, CA
Posts: 64
Default CampaignMonitor Sidebox Support Thread

To download CampagnMonitor Sidebox v1.0, go to
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1239

CampaignMonitor Sidebox lets customers sign up for your CampaignMonitor-enabled newsletter by entering their e-mail address in to a sidebox on your store. CampaignMonitor is developer- and designer-friendly, and costs USD $5.00 per campaign sent, plus USD $0.01 per recipient. To sign up for CampaignMonitor, go to http://campaignmonitor.com.

Installation instructions are in the README that comes with the download. No file overwrites or needed: it should be impossible for this module to break your store, but you should always be careful and back up your store for the addon you install after this one.

You can also download CampaignMonitor Sidebox at http://lukemcreynolds.com/software/z...zen_cart_v1.0/, and view the README file online by clicking here.

Please use this support thread if you have any questions, can't get the addon to work, or need some help.
lukemcr is offline   Reply With Quote
Old 6th February 2009, 05:36 PM   #2
deko
New Zenner
 
Join Date: Sep 2004
Posts: 40
Default Re: CampaignMonitor Sidebox Support Thread

Hi Luke,

I have installed the side box ok but each time someone subscribes I get "0 Success" appearing above the box?
It looks like some form of debugging message. I've looked in 'tpl_campaignmonitor_sidebox.php' and this is the closest I can find to tracking it...

//Set the next line, CURLOPT_NOBODY, to 0 to enable debugging.
curl_setopt($ch, CURLOPT_NOBODY, 1);

Is this related? If so shouldn't the '1' disable debugging?

Thanks

d.
deko is offline   Reply With Quote
Old 7th February 2009, 05:12 AM   #3
lukemcr
New Zenner
 
Join Date: Feb 2007
Location: Sacramento, CA
Posts: 64
Default Re: CampaignMonitor Sidebox Support Thread

Hi deko,

I'll take a look at it this weekend, and get back to you as soon as I can.
lukemcr is offline   Reply With Quote
Old 9th February 2009, 09:31 PM   #4
lukemcr
New Zenner
 
Join Date: Feb 2007
Location: Sacramento, CA
Posts: 64
Default Re: CampaignMonitor Sidebox Support Thread

Hi Deko,

I'm going to re-write the sidebox to use the official CampaignMonitor PHP API. They came out with a new version of it shortly after I published the first version of the CampaignMonitor Sidebox.

I'll post on here once I've done that. I'll be able to do it within the week, hopefully.

Luke
lukemcr is offline   Reply With Quote
Old 10th February 2009, 12:19 AM   #5
deko
New Zenner
 
Join Date: Sep 2004
Posts: 40
Default Re: CampaignMonitor Sidebox Support Thread

Sorry Luke, I seem to be creating more work for you :)

I see Rob from FWR Media is reworking his oscommerce version too.
http://forums.oscommerceproject.org/...?showtopic=362

thx
d.
deko is offline   Reply With Quote
Old 10th February 2009, 05:23 AM   #6
lukemcr
New Zenner
 
Join Date: Feb 2007
Location: Sacramento, CA
Posts: 64
Default Re: CampaignMonitor Sidebox Support Thread

Oh no, no worries - this is just a personal project of mine. I learn best by doing.
lukemcr is offline   Reply With Quote
Old 12th February 2009, 05:29 PM   #7
lukemcr
New Zenner
 
Join Date: Feb 2007
Location: Sacramento, CA
Posts: 64
Default Re: CampaignMonitor Sidebox Support Thread

Alright Deko,

I'm in the process of making a new release, but here's a quick fix for you. It involves just two line changes.

In includes/templates/template_default/sideboxes/tpl_campaignmonitor_sdebox.php, change line 20 from

Code:
//Set the next line, CURLOPT_NOBODY, to 0 to enable debugging.


to

Code:
//Set the next line, CURLOPT_RETURNTRANSFER, to 0 to enable debugging.


And on line 21, change

Code:
curl_setopt($ch, CURLOPT_NOBODY, 1);


to

Code:
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
That should do it. Let me know if you're having any more problems. Future releases will actually use the curlopt codes to display meaningful information, but I haven't done that yet.
lukemcr is offline   Reply With Quote
Old 15th February 2009, 12:04 PM   #8
deko
New Zenner
 
Join Date: Sep 2004
Posts: 40
Default Re: CampaignMonitor Sidebox Support Thread

Thanks Luke!

I'll test this in the next couple of days, currently looking into email marketer from interspire for larger lists.

d.
deko is offline   Reply With Quote
Old 11th February 2010, 05:47 AM   #9
shirster
Zen Follower
 
Join Date: Sep 2005
Location: Hong Kong
Posts: 284
Default Re: CampaignMonitor Sidebox Support Thread

Thanks for this excellent mod, Luke ! Could you please explain a bit more why customer cannot unsubscribe in this box and must click on the link in an email?

But my main purpose of bumping this thread is to include the keywords "Campaign Monitor" so that I can find it easily later on...

Would be great if you could add the link of this support thread to the module downlode page :)

Thanks again, can't wait to try it out !

:)
shirster is offline   Reply With Quote
Old 11th February 2010, 07:02 AM   #10
lukemcr
New Zenner
 
Join Date: Feb 2007
Location: Sacramento, CA
Posts: 64
Default Re: CampaignMonitor Sidebox Support Thread

Hi Shirster,

Customers can't unsubscribe using this sidebox because I haven't built it to do that yet! I make a living doing web development, and one of the things I like to do in my spare time is make the software I use slightly better for myself and everyone else. Once I get a little bit of free time, I'll post an updated version - an anniversary version, perhaps, considering the most recent version of this sidebox came out almost a year ago. Subscribe to this thread if you want to know when I finish it. :-)

Oh, and I'll see if I can add a link to this thread in the official ZC download page here: http://www.zen-cart.com/index.php?ma...oducts_id=1239

There should be a link to this thread in the readme as well.

Luke
lukemcr is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Admin-Editable Sidebox - Support Thread kuroi Addon Sideboxes 262 21st August 2010 06:05 PM
Contact Info Sidebox Support Thread giuly Addon Sideboxes 36 2nd August 2010 01:57 AM
Scrolling Featured Sidebox support thread misty Addon Sideboxes 86 28th May 2010 05:14 PM
jScroller Sidebox Package Support Thread clydejones Addon Sideboxes 149 26th May 2010 05:40 AM
PO Box Ban [support thread] Steven300 Addon Shipping Modules 23 28th October 2009 11:58 PM


All times are GMT +1. The time now is 04:08 PM.

Learn tips, tricks & secrets for your Zen Cart™
Sign up for our FREE Newsletter

Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content and Graphics Copyright (c) 2006, 2007, 2008, 2009, 2010 Zen Ventures, LLC - all rights reserved
Get Zen Cart E-Commerce Shopping Cart at SourceForge.net. Fast, secure and Free Open Source software downloads