To integrate PHP Live! with XCart, here is what you will want to do:
- Login to your X-Cart admin panel to edit a template.
- Within the WHMCS directory, access the templates/ directory.
- When pasting the PHP Live! HTML Code to an X-Cart template, be sure to use the {literal} tag to prevent the javascript code from being automacially removed by the template system. For example:
{literal}
<!-- Paste Your PHP Live! HTML Code Here -->
{/literal}
- Save the file and done!