Locate the correct version of the integration (export) script for use with the various versions of AbleCommerce on the Download Gateway. The possible choices are:
AbleCommerce Version 3.0
Cold Fusion Export script - omexpt.cfm
AbleCommerce Version 4.0
ASP (Active Server Page) Export script - omexpt4.asp
Cold Fusion Export script - omexpt4.cfm
AbleCommerce Version 5.0
ASP Export script - omexpt5.aspx
AbleCommerce Version 5.5
ASP Export script - omexpt5.aspx
Cold Fusion Export script - omexpt5.cfm
AbleCommerce 7.0
ASP.NET Web Handler script - SETIService.ashx
Click the Download button next to the appropriate script.
Save the file in an appropriate location, such as the c:\stoneedge (single-workstation) or c:\stoneedgedata folders (networked environment).
Extract the script from the downloaded zipped file.
Use any FTP program to upload the appropriate script to the web server where your AbleCommerce store is installed. The script must be placed in the subdirectory named after your store’s store number, such as "http://www.mystore.com/acb/stores/1/".
Go to Maintenance Menu>Cart Functions>Create/Edit Shopping Carts (also may be accessible from Quick Clicks on the main menu) and select the appropriate shopping cart from the Current Carts List box.
Click the Edit button.
In the Group and Store ID field, enter the numeric identifiers for your store, separated by a tilde, e.g. 2~7.
These values are shown in the URL while shopping in your store. For example, if your Store Group ID (SGID) is 2 and Store ID (SID) is 7 you would see SGID=2&SID=7 in the address bar when viewing your store.
For Ablecommerce versions 5.5 and above, set the Store Group ID to 1 (one) and the Store ID to 1 (one).
Click the Save button.
Re-open the shopping cart definition. Click the Test Script URL button to verify that the script can be accessed. Refer to Setting Up an AbleCommerce Shopping Cart.
The following directions can also be found in the setup.txt file that is distributed with the script:
FTP the SETIService.ashx script into the "StoreDirectory"/ClientApi/ folder
Edit the ablecommerce.config file found in the "StoreDirectory"/App_Data/ folder.
Add the following line to the "SecurePages" "Directories" section of the config file:
<add path="ClientApi" recurse="true" state="Ignore" />
Save and close the ablecommerce.config file.
Enter www.yourdomain.com/"storedirectory"/ClientAPI/SETIService.ashx into the Script URL field of the Order Manager's Shopping Cart definition (Create/Edit Shopping Carts), where www.yourdomain.com represents the server's domain name and StoreDirectory represents the Store's installation directory.
Note: The default installation of Able Commerce 7 creates a store directory of Able7.
Group ID and Store ID are not needed for the setup of an AbleCommerce 7 store, leave the values set to zero.
Click the Save button to save the changes to the Shopping Cart definition.
Re-open the shopping cart definition and select the Test Script URL button to verify that the script can be accessed. Refer to Setting Up an AbleCommerce Shopping Cart.
Order Download
Product Download
Customer Download
2 Way Inventory Communications (send/receive and synch)
Order Status Uploads
See Also
AbleCommerce Order Status System Configuration
AbleCommerce Real-time Inventory Tracking
Set up an AbleCommerce Shopping Cart
Troubleshooting AbleCommerce Installations
Modified 11/6/09