Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Intellicontact Integration for x-cart

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #1  
Old 12-28-2006, 06:57 AM
 
joomlashack joomlashack is offline
 

Member
  
Join Date: Jul 2006
Posts: 15
 

Default Intellicontact Integration for x-cart

1. You'll need to grab an account at http://joomlashack.intellicontact.com
2. Get a secret key and password for this application from Intellicontact
3. You'll need to add this code to func.php before:

# Send notifications to orders department and providers when product amount in stock is low

(about line 3216)

Code:
# Subscribe the customer to a list at IntelliConnect. X-Cart support team (zaa@cdev.ru) #537293395 [[[ require $xcart_dir."/include/intellicontact.php"; $ic_key = ""; $ic_secret = ""; $ic_login = ""; $ic_password = ""; $ic_list_id = ""; $contact_data = array( "prefix" => $userinfo['b_title'], "fname" => $userinfo['b_firstname'], "lname" => $userinfo['b_lastname'], "email" => $userinfo['email'], "address1" => $userinfo['b_address'], "address2" => (!empty($userinfo['b_address2']) ? $userinfo['b_address2'] : ''), "city" => $userinfo['b_city'], "state" => $userinfo['b_state'], "zip" => $userinfo['b_zipcode'], "phone" => $userinfo['phone'] ); $res = ic_handle_subscription($ic_key, $ic_secret, $ic_login, $ic_password, $contact_data, $ic_list_id); # ]]] }

Enter in your account info, secret key etc as appropriate.

4. Add the attached include file. Note its been renamed to a txt file so I could upload it
Attached Files
File Type: txt intellicontact.txt (9.6 KB, 80 views)
__________________
4.0.18 gold
Joomla Templates and Custom Web Development
team[at]joomlashack.com
Reply With Quote
  #2  
Old 01-15-2007, 10:42 AM
 
1day2004 1day2004 is offline
 

Senior Member
  
Join Date: Dec 2004
Posts: 115
 

Default Re: Intellicontact Integration for x-cart

This is great. Thanks.

I have created a custom field in IntelliContact called 'Group' and want all customers who get added to the list using this method be called Group '1'.

Which of these codes would work, if any?

1.
Code:
"group" => $userinfo['1']

2.
Code:
"group" => ['1']

3.
Code:
"group" => '1'
__________________
Version 4.0.8 Live
Reply With Quote
  #3  
Old 01-15-2007, 11:02 AM
 
1day2004 1day2004 is offline
 

Senior Member
  
Join Date: Dec 2004
Posts: 115
 

Default Re: Intellicontact Integration for x-cart

I just added the code to include/func.php but my website no longer loads properly.

Its just a blank white page instead of my home page. When I remove the code, my website works again.

Any ideas whats wrong?
__________________
Version 4.0.8 Live
Reply With Quote
  #4  
Old 01-31-2007, 01:06 PM
 
burtsTechie burtsTechie is offline
 

Member
  
Join Date: Sep 2006
Posts: 20
 

Default Re: Intellicontact Integration for x-cart

I've looked through this code and it appears to add registered customers only. Is that correct? Is it possible to use it for unregistered users as well?
__________________
X-Cart Version: 4.15 (in development)
Reply With Quote
  #5  
Old 04-23-2007, 09:26 AM
 
smh7233 smh7233 is offline
 

Member
  
Join Date: Dec 2005
Posts: 13
 

Default Re: Intellicontact Integration for x-cart

Quote:
Originally Posted by 1day2004
I just added the code to include/func.php but my website no longer loads properly.

Its just a blank white page instead of my home page. When I remove the code, my website works again.

Any ideas whats wrong?


Im having the same problem. Have you figured this out yet?
__________________
Gold 4.1.9
Reply With Quote
  #6  
Old 04-23-2007, 05:44 PM
 
1day2004 1day2004 is offline
 

Senior Member
  
Join Date: Dec 2004
Posts: 115
 

Default Re: Intellicontact Integration for x-cart

Quote:
Im having the same problem. Have you figured this out yet?

No, I never figured it out. Let me know if you get it working.
__________________
Version 4.0.8 Live
Reply With Quote
  #7  
Old 06-25-2008, 01:35 AM
 
Isleman Isleman is offline
 

Senior Member
  
Join Date: Jan 2005
Location: UK
Posts: 128
 

Default Re: Intellicontact Integration for x-cart

Has anybody got this working properly ?
I would be quite interested to get intellicontact working with x-cart and manage my e-mails campaigns from Intellicontact instead X-cart.
__________________
X-Cart ver. 4.4.2 ( www.responseelectronics.com )
X-Cart ver. 4.1.11 ( www.mrdoorbell.com)
Reply With Quote
  #8  
Old 07-08-2008, 12:25 PM
 
samz724 samz724 is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 84
 

Thumbs up Re: Intellicontact Integration for x-cart

wow +1 on how to get this figured out!

Thanks!
__________________
Samz
--------------------------------------
Heavily modified
X-Cart Gold v4.1.10
Reply With Quote
  #9  
Old 07-12-2008, 06:48 PM
  imexhouse's Avatar 
imexhouse imexhouse is offline
 

eXpert
  
Join Date: May 2006
Location: Canada
Posts: 377
 

Default Re: Intellicontact Integration for x-cart

That lonely closing brace at the end of the code will give you a blank page for sure.
__________________
Jack@AquasanaCA
X-CART GOLD 4.0.19 Live
DSEFU, AOM, ezCheckout, ezUpsell, ezRecommends, RememberMe, RememberAnonCarts
AquasanaCanada.com - Aquasana╝ - #1 Rated Water Filters in America!
X-CART GOLD 4.4.5 Live
CDSEO Pro v. 1.8.4
AquasanaMontreal.com
Aquasana╝ & Rhino Water Filtration Systems
Reply With Quote
  #10  
Old 07-29-2008, 06:12 PM
 
1day2004 1day2004 is offline
 

Senior Member
  
Join Date: Dec 2004
Posts: 115
 

Default Re: Intellicontact Integration for x-cart

I got rid of the brace, that took care of the blank page.

There's a new issue now. I receive an error message when i place an order:

Quote:
Warning: main(XML/Serializer.php): failed to open stream: No such file or directory in /home/admin/website.com/html/include/intellicontact.php on line 15

Fatal error: main(): Failed opening required 'XML/Serializer.php' (include_path=':.:/usr/share/pear') in /home/admin/website.com/html/include/intellicontact.php on line 15

I can obviously see that Serializer.php is missing. I checked the intellicontact.php code and noticed that it also calls for Unserializer.php.

Anyone know what these files are?
__________________
Version 4.0.8 Live
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:03 PM.

   

 
X-Cart forums © 2001-2020