Table of Contents
- type:
- integration
- system:
- FoxyCart
- name:
- FoxyCart Text XML Generator
- description:
- Generate a FoxyCart XML datafeed on demand. Useful for testing your integrations.
- tag:
- xml, datafeed, testing
- date:
- 2008-03-09
- version:
- 0.6a
Test FoxyCart XML Datafeed Generator
The third-party 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 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<?
to<?php