---- dataentry ---- type : integration # do not change this line systems : FoxyCart # the system(s) that the integration is for, separated with commas if more than one name : FoxyCart Text XML Generator # the name of the integration description : Generate a FoxyCart XML datafeed on demand. Useful for testing your integrations. tags : xml, datafeed, testing # tags, separated by commas. don't include the "system" here. date_dt : 2008-03-09 # the date in YYYY-MM-DD format version : 0.6a # if you have a version for your code, enter it here developer_url : # if you'd like a link back to your site, stick it here ---- ====== Test FoxyCart XML Datafeed Generator ====== The third-party [[integration:orderdesk|Order Desk]] integration has a built-in version of this script that will let you cache the XML for a transaction and then resubmit it to a location of your choosing with no coding necessary. ===== Description ===== The purpose of this file is to help you set up and debug your FoxyCart XML DataFeed scripts. It's designed to mimic FoxyCart.com and send [[:v:0.6.0:docs:datafeed|encrypted and encoded XML]] to a URL of your choice. It will print out the response that your script gives back, which should be "foxy" if successful. ===== Installation ===== Check the comments in the file. ===== Requirements ===== * PHP with cURL * ''short_open_tag'' enabled in php.ini or change the PHP open tag from ''