<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.foxycart.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Foxy Wiki - v:0.6.0:docs</title>
        <description></description>
        <link>https://wiki.foxycart.com/</link>
        <lastBuildDate>Mon, 06 Jul 2026 22:18:21 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.foxycart.com/_media/wiki/dokuwiki.svg</url>
            <title>Foxy Wiki</title>
            <link>https://wiki.foxycart.com/</link>
        </image>
        <item>
            <title>api</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/api?rev=1493190150&amp;do=diff</link>
            <description>FoxyCart's E-Commerce API
APIAPIAPI
Need to Know

	*  The API is only available on v050 and above.
	*  Make sure you've selected the appropriate hashing method (MD5 or SHA-1) in the “advanced” tab in your FoxyCart admin.
	*  All _list methods (v070+) support a</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>automagicache</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/automagicache?rev=1493190150&amp;do=diff</link>
            <description>Template Caching

We affectionately refer to our template caching system as “AutoMagiCache”. It's a whole mess of very exciting regular expressions that will automatically pull in a page from your server, rewrite and cache your paths and images, and store it on our server.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>backend</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/backend?rev=1493190150&amp;do=diff</link>
            <description>FoxyCart Backend

If at any point during your Foxy experience you see this logo:

You can click it to see a helpful explanation.

Click below for instructions on how to get around in FoxyCart:

The Right Column Menu:

	*  Store Section
	*  Product Section
	*  Templates Section
		*  Styling Your Templates</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>convert_iso_country_code_to_modx_country_code</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/convert_iso_country_code_to_modx_country_code?rev=1493190150&amp;do=diff</link>
            <description>Convert ISO country code to MODx country code

Here is a simple function for converting the two character ISO code provided in the Foxycart XML datafeed to the id number of the country used by MODx. 


function convert_iso($iso_country_code) {
    if (strlen($iso_country_code) != 2) { return &quot;&quot;; }
    $cc_arr = array('SHIM','AF','AL','DZ','AS','AD','AO','AI','AQ','AG','AR','AM',
            'AW','AU','AT','AZ','BS','BH','BD','BB','BY','BE','BZ','BJ','BM','BT',
            'BO','BA','BW','BV','BR…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>csstags</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/csstags?rev=1493190150&amp;do=diff</link>
            <description>CSS Objectnames

If you wish to use css to style your FoxyCart cart and checkout forms, you will need to use the following object names. (You should be able to work out what's what.)

MAIN STYLE ELEMENTS

#fc_checkout_container

#fc_receipt_container</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>datafeed</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/datafeed?rev=1493190150&amp;do=diff</link>
            <description>Ecommerce + XML = Flexible
Prior to v0.5.1:“”all“”NOT

An Overview of FoxyCart's XML Datafeeds

In order to allow the flexibility and integration options that you need, FoxyCart can be configured to send encrypted XML to a URL of your choosing. This allows you to integrate FoxyCart without duplicating data across applications.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>downgrading</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/downgrading?rev=1493190150&amp;do=diff</link>
            <description>Downgrading &amp; FoxyCart Backwards Compatibility Notes

In order to provide the most powerful and flexible ecommerce platform available, new versions of FoxyCart may break code you have come to rely on. Additionally, in order to keep our documentation clean and concise, documentation and code samples may not be provided or updated for older versions of FoxyCart.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>json</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/json?rev=1493190150&amp;do=diff</link>
            <description>The JSON Cart Object

In an effort to make FoxyCart as flexible, customizable, and “Web 2.0” as possible, we've provided a JSON cart object for you to manipulate to your heart's content. As of v0.4.0, the JSON object is loaded:

	*  Whenever you call</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>jsonp</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/jsonp?rev=1493190150&amp;do=diff</link>
            <description>JSONP and FoxyCart

Using JSONP

Using JSONP with FoxyCart is as simple as adding output=json and callback=? to your JSONP calls. (The ? in the callback parameter might vary depending on your javascript framework of choice.)

Adding the FoxyCart Session</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>locale</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/locale?rev=1493190150&amp;do=diff</link>
            <description>Language and Currency Settings

In your FoxyCart Admin there is a page called “Language”. In this page you can control every text string that FoxyCart uses for the cart, checkout, receipt, and emails.

There is also a currency selection section in the Language page where you can set your currency of choice.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>multiship</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/multiship?rev=1493190150&amp;do=diff</link>
            <description>MultiShip (Multiple Ship-To Addresses)

Some code to get you started with MultiShip:
Multiship Integrations and Code</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>navrproduct</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/navrproduct?rev=1493190150&amp;do=diff</link>
            <description>NavR &gt;&gt; Product

	&quot;
	&quot; Categories&quot;
&quot;

Here you can create categories for the different types of items you sell.  You can specify tax rates, handling fees, customs fees, email options and delivery options that will apply individually to each product category you create.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>navrstore</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/navrstore?rev=1493190150&amp;do=diff</link>
            <description>The following pages can be reached through the FoxyCart backend's Store section.

Settings

Here you can edit the basic setup options you entered when creating your store.

Click HERE to see specific instructions for this page.

Shipping Setup

Here you can set up your shipping options.  Available options at this time include USPS, FedEx, and UPS.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>navrtemplates</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/navrtemplates?rev=1493190150&amp;do=diff</link>
            <description>Templates

Cart, Checkout

Here you can input the HTML code you would like to use as your template for your Cart and Checkout pages.  You can use css, javascript, or just about anything else you normally have in your HTML code.  Just make sure you place ^^cart^^ or ^^checkout^^ where you want the cart or checkout form to appear.  That's it!
You also have the option to one of our default templates for you store.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>paymentgateways</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/paymentgateways?rev=1493168319&amp;do=diff</link>
            <description></description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 00:58:39 +0000</pubDate>
        </item>
        <item>
            <title>placeholders</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/placeholders?rev=1493190150&amp;do=diff</link>
            <description>Available Placeholders

All of the templates have place holders you can use which will be replaced with data from your transaction.

Cart

	*  ^^cart^^ = Required. This will be replaced with the cart contents.
	*  ^^store_domain^^ = Will be replaced with your foxycart store domain. If your store subdomain is</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>shared_authentication</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/shared_authentication?rev=1493190150&amp;do=diff</link>
            <description>This page has moved.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>single_sign_on</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/single_sign_on?rev=1493190150&amp;do=diff</link>
            <description>Single Sign-On (SSO) / Shared Authentication

About Single Sign-On

FoxyCart's SSO allows you to send an authenticated user from your own site to your FoxyCart checkout without needing to re-enter their username (email address) and password. In order to increase security and greatly reduce security risks, shared-authentication checkouts still require the customer to enter certain aspects of their payment information. As of v051, a shared-authentication customer can re-use a previously saved cred…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>start</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/start?rev=1493190150&amp;do=diff</link>
            <description>FoxyCart Documentation</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>subscription_datafeed</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/subscription_datafeed?rev=1493190150&amp;do=diff</link>
            <description>Subscription XML Datafeed

Version 0.5.0+ contains a subscription datafeed which runs once a day and sends data to the same location configured for your regular data feed. It contains transaction information for subscriptions that are either past due, have a subscription end date set or were canceled today. The transaction details are obtained from the last successful transaction.  Note: This is not the datafeed that tracks new and recurring subscription transactions; that data is sent as the tr…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
        <item>
            <title>upgrading</title>
            <link>https://wiki.foxycart.com/v/0.6.0/docs/upgrading?rev=1493190150&amp;do=diff</link>
            <description>Upgrading FoxyCart

New store version of FoxyCart include new functionality that may sometimes require additions or modifications to your CSS and templates. While we can't guarantee that these notes below will apply to every single possibility, they should cover the major issues between versions. If you have ideas to make this process easier, let us know.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Apr 2017 07:02:30 +0000</pubDate>
        </item>
    </channel>
</rss>
