<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><FONT face="Palatino Linotype">Hi Brett,</FONT></DIV>
<DIV><FONT face="Palatino Linotype">&nbsp; </FONT></DIV>
<DIV><FONT face="Palatino Linotype">&nbsp;Thank you very much for valuable 
information.</FONT></DIV>
<DIV><FONT face="Palatino Linotype">&nbsp;&nbsp;It works great.</FONT></DIV>
<DIV><FONT face="Palatino Linotype"></FONT>&nbsp;</DIV>
<DIV><FONT face="Palatino Linotype">Regards,</FONT></DIV>
<DIV><FONT face=Arial><FONT face="Palatino Linotype">Prasanth</FONT> 
</FONT><FONT face="Palatino Linotype">D</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=brett.hooker@roarz.com href="mailto:brett.hooker@roarz.com">Brett 
  Hooker</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=vtigercrm-developers@lists.vtigercrm.com 
  href="mailto:vtigercrm-developers@lists.vtigercrm.com">vtigercrm-developers@lists.vtigercrm.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, April 21, 2009 9:08 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Vtigercrm-developers] CRM - 
  Help Needed</DIV>
  <DIV><BR></DIV>Prasanth,<BR><BR>We do this on a business by business basis, 
  usually with Joomla extensions like VirtueMart.<BR><BR>There isn't any 
  pre-built integrations for you to tap into within vTiger, but all of the 
  framework elements are there for you to implement your own.<BR><BR>We've used 
  both the SOAP APIs and the PHP APIs to do this work, choice being based on 
  whether the CRM is remote (use SOAP) or in the same install (use PHP 
  APIs).&nbsp; Given that Early Impact is ASP based, you'll probably stick to 
  the SOAP APIs.<BR><BR>We usually follow one of these two models:<BR><BR>1) 
  Just-in-Time (JIT) integration: When the order is raised in the shopping cart, 
  push customer, product, order header, and order line detail to vTiger.&nbsp; 
  In a "complete" implementation, we will create a Closed Won Potential, a Sales 
  Order (linked to the Potential), and an Invoice (linked to the Sales Order) 
  all against an Account based on the user in the shopping cart that raised the 
  order.&nbsp; We'll also create both an Account and a Contact for the 
  customer.&nbsp; In consumer sales environments, when you don't have a Company 
  name for the Account, we just use the customers full name as the Account 
  Name.&nbsp; In this model, we only push across the Products that are included 
  on the order at the time the order is raised.&nbsp; That way, you don't need 
  to synchronise or maintain the full product database in vTiger, you just 
  populate it as you need to.&nbsp; The reason we include the Closed Won 
  Potential in the integration, as that auto-populates the vTiger Dashboard with 
  high level sales data based on the orders being placed through the shopping 
  cart.&nbsp; That is like virtual-gold to managers; being able to just watch 
  the vTiger dashboard and see the orders stacking up.<BR><BR>2) Real-Time (RT) 
  integration: Hook into shopping cart code base to push product updates to 
  vTiger real time.&nbsp; Hook into the user admin system to push customer/user 
  updates to vTiger real time (for both Accounts and Contacts).&nbsp; Then, at 
  the time the orders are raised in the shopping cart, we only need to push 
  through the order header and order lines.&nbsp; We'd still do a Closed Won 
  Potential, Sales Order, and Invoice to ensure all of the sales and accounting 
  entities are created in vTiger.<BR><BR>Sorry that this doesn't deal with Early 
  Impact specifically, but hopefully sharing our approach 
  helps.<BR><BR><BR>Thanks,<BR>Brett<BR>Phone 0404 067 421<BR><BR>
  <TABLE cellSpacing=2 cellPadding=2 border=0>
    <TBODY>
    <TR>
      <TD vAlign=top><A href="http://www.roarz.com/bretts-blog"><IMG height=68 
        alt="" src="cid:026101c9c350$45aa52c0$3000a8c0@rainconcertdomain.com" 
        width=45 border=0></A><BR></TD>
      <TD vAlign=top><A href="http://www.roarz.com/email"><IMG height=67 
        alt="" src="cid:026201c9c350$45acc3c0$3000a8c0@rainconcertdomain.com" 
        width=154 border=0></A><BR></TD>
      <TD vAlign=top><SMALL><A 
        href="http://www.roarz.com/email">www.roarz.com</A>&nbsp;Phone: 1300 885 
        125&nbsp; Fax: 07 3009 0648&nbsp; ABN: 69 113 777 594&nbsp;<BR><A 
        href="http://www.roarz.com/capalaba">Capalaba Centre</A>: Suite 2A, 26 
        Redland Bay Road Capalaba Qld 4157<BR><A 
        href="http://www.roarz.com/vgc">Gold Coast Centre</A>: Level 9, 12-13 
        Marine Parade Southport Qld 4215<BR><I>ROARZ will help you get your 
        website up to date and keep it that 
  way.</I><BR></SMALL></TD></TR></TBODY></TABLE><BR><BR>Prasanth wrote: 
  <BLOCKQUOTE id=mid_007701c9c282_1d44b970_3000a8c0_rainconcertdomain_com 
  cite=mid:007701c9c282$1d44b970$3000a8c0@rainconcertdomain.com type="cite">
    <STYLE></STYLE>

    <DIV>&nbsp;</DIV>
    <DIV style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal">
    <DIV>&nbsp;</DIV></DIV>
    <DIV><BR></DIV>
    <DIV><SPAN class=gen>Hi <BR><BR>I need to integrate "early Imapct" shopping 
    cart with Vtiger CRM. I need to get sales details of each dealer. Sales 
    order needs to generate upon a sale , there is no purchase order or quotes . 
    Whether these kind of shopping cart implementation is supported by Vtiger. 
    If there is any extension or support available for this pls send the 
    details. If its still available in the vtiger crm, pls tell how it can be 
    implemented <BR><BR>Regards, <BR>Prasanth</SPAN></DIV><PRE wrap=""><HR width="90%" SIZE=4>
_______________________________________________
Reach hundreds of potential candidates - <A class=moz-txt-link-freetext href="http://jobs.vtiger.com">http://jobs.vtiger.com</A> </PRE></BLOCKQUOTE><BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Reach hundreds of 
  potential candidates - http://jobs.vtiger.com</BLOCKQUOTE></BODY></HTML>