Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
integration:php:multiple_datafeed_endpoints [2011/06/17 09:20] – created adamintegration:php:multiple_datafeed_endpoints [2017/04/26 07:02] (current) – external edit 127.0.0.1
Line 1: Line 1:
----- dataentry ---- +---- dataentry  ---- 
-type          : integration # do not change this line +type          : integration #do not change this line 
-systems       : PHP # the system(s) that the integration is for, separated with commas if more than one +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+name          : Multiple Datafeed Endpoints #the name of the integration
 description   : A script to allow the datafeed to be passed off to multiple different endpoints description   : A script to allow the datafeed to be passed off to multiple different endpoints
-tags_tags     : datafeed # tags, separated by commas. don't include the "system" here. +tags          : datafeed #tags, separated by commas. don't include the "system" here. 
-date_dt       : 2011-06-17 # the date in YYYY-MM-DD format +date_dt       : 2011-06-17 #the date in YYYY-MM-DD format 
-version       :  # if you have a version for your code, enter it here +version       :  #if you have a version for your code, enter it here 
-developer_url : https://github.com/green-egg-media/FoxyCart-Interceptor/blob/master/fc_interceptor.php # if you'd like a link back to your site, stick it here+developer_url : http://www.greeneggmedia.com/ #if you'd like a link back to your site, stick it here
 ---- ----
  
  
-====== Shared Authentication PHP Sample Code ======+====== FoxyCart Interceptor: Multiple datafeed endpoints php script ====== 
 + 
 +<WRAP important round> 
 +//**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. 
 +</WRAP> 
 ===== Description ===== ===== 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. 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.

Site Tools