Documentation You are here: start » integration » fetch

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
integration:fetch [2010/10/21 23:53] – created foxybrettintegration:fetch [2013/07/03 03:00] shadudes
Line 1: Line 1:
 +
 ---- dataentry integration ---- ---- dataentry integration ----
 type          : integration     # do not change this line type          : integration     # do not change this line
Line 6: Line 7:
 name          : Downloadable Products through FetchApp.com                # the name of the integration name          : Downloadable Products through FetchApp.com                # the name of the integration
 description   : Use FetchApp.com to handle downloadable products.                 description   : Use FetchApp.com to handle downloadable products.                
-tags_tags     : downloadables                # tags, separated by commas. don't include the "system" here.+tags          : downloadables                # tags, separated by commas. don't include the "system" here.
 date_dt       : 2010-10-21                # the date in YYYY-MM-DD format date_dt       : 2010-10-21                # 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
Line 14: Line 15:
  
 ====== Downloadable Products through FetchApp.com ====== ====== Downloadable Products through FetchApp.com ======
 +
 +<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 =====
 Use FetchApp.com to distribute your downloadable products. While FoxyCart has downloadable capabilities natively, you may want to use FetchApp instead. Use FetchApp.com to distribute your downloadable products. While FoxyCart has downloadable capabilities natively, you may want to use FetchApp instead.
  
 ===== Installation ===== ===== Installation =====
-  * Setup your key in Fetch and paste in the path under the key box in Fetch into the data feed url in FoxyCart. +==== Setup Fetch and FoxyCart ==== 
-  * Copy your key to FoxyCart. +  * Setup your key in Fetch and paste in the path under the key box in Fetch into the datafeed url in FoxyCart. 
-  * Make sure the feed is enabled and pointing to something like https://YOUR_ACCOUNT.fetchapp.com/foxycart+  * Copy your API key (same thing as the datafeed key, depending on what version you're using) to FoxyCart. 
 +  * Make sure the feed is enabled and pointing to something like ''https://YOUR_ACCOUNT.fetchapp.com/foxycart''
   * Make sure to use MD5 for the hashing method.   * Make sure to use MD5 for the hashing method.
  
 {{ :integration:welcome_pixallent_foxycart.com.png?nolink& |}} {{ :integration:welcome_pixallent_foxycart.com.png?nolink& |}}
 {{ :integration:fetch_carts_payments.png?nolink& |}} {{ :integration:fetch_carts_payments.png?nolink& |}}
 +
 +
 +==== Create Your Add-To-Cart Links or Forms ====
 +Create your FoxyCart add-to-cart links or forms normally. Make sure the ''code'' value in your add-to-cart links or forms matches the SKU value for your downloadable product in FetchApp.
 +
 +==== Setup Fetch ====
 +- http://YOUR_ACCOUNT.fetchapp.com/admin/settings/payments
 +- Enter your FoxyCart API Key or / FoxyCart Datafeed Key (they're the same thing).
 +

Site Tools