Ok, so I am working on this site for a buddy of mine, and he needs a CRM badly :) I have been trying to figure out how to get the lead form embedded into the CRM Lead Form (VTiger calls it WebForms) into the ZenCart framework. This is ROUGH, but comments welcome :)
I hope that you find this useful, I am sure that this is a bad hack, but it works nonetheless :)
- Create a folder in / called "addons/vtiger/"
- unpack the vtiger zip file into "addons/vtiger/leads/"
- Edit the index.php to include the new path:
Code:<form method=post action="addons/vtiger/leads/send_data.php"> <input type="hidden" name="create" value="lead"> <table width="50%" align="center"> <tr> <td align="left"><h3>Lead Details</h3></td> <td width="75%"><hr width="100%"></td> </tr> </table>- Then copy all the text, and use the Define Pages Editor to copy the entire index.php into one of the pages (I used page_2, but any should work).
- ***NOTE*** Every time you open the Define Pages Editor and try to open page_2, it will truncate part of the page. Just make sure you save a copy of it, and cut and paste the entire thing every time.
- Customize the actual content so it reads the way you want it :
Bob



