---- dataentry ---- type : integration #do not change this line systems : PHP #the system(s) that the integration is for, separated with commas if more than one name : Multiple Datafeed Endpoints #the name of the integration description : A script to allow the datafeed to be passed off to multiple different endpoints tags : datafeed #tags, separated by commas. don't include the "system" here. date_dt : 2011-06-17 #the date in YYYY-MM-DD format version : #if you have a version for your code, enter it here developer_url : http://www.greeneggmedia.com/ #if you'd like a link back to your site, stick it here ---- ====== FoxyCart Interceptor: Multiple datafeed endpoints php script ====== //**Please note:**// The code on this page is submitted by members of the FoxyCart community, and may not verified by FoxyCart.com LLC in any way, shape, or form. Please double check the code before installing. If you need help with it please [[http://forum.foxycart.com/|post in our forum]], but if we cannot offer assistance (due to unfamiliarity with this particular system or language) we apologize in advance. ===== Description ===== This script intercepts the FoxyCart XML Datafeed and hands it off to two or more other URLs for processing. This allows a single datafeed to be used by more than one script. ===== Installation ===== See [[https://github.com/green-egg-media/FoxyCart-Interceptor/blob/master/fc_interceptor.php|here]] for full details and the latest version.