---- dataentry integration ---- type : integration # do not change this line supports-foxycart-version-from : # Minimum required FoxyCart version for this to work supports-foxycart-version-to : # Last FoxyCart version that supports this (leave empty if unknown) systems : FoxyCart # the system(s) that the integration is for, separated with commas if more than one name : Interceptor # the name of the integration description : Intercepts the FoxyCart XML Datafeed and hands it off to multiple locations tags : # tags, separated by commas. don't include the "system" here. date_dt : # 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 ---- ====== Datafeed "Interceptor" ====== //**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 ===== 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. A response of "foxy" is returned to FoxyCart only if ALL secondary scripts return "foxy" to the interceptor. ===== Author ===== Lance Johnson of [[http://www.greeneggmedia.com/|Green Egg Media]] ===== Installation ===== Installation Files at GitHub: [[https://github.com/green-egg-media/FoxyCart-Interceptor]]