Search found 2 matches

by accust01
Sat Jun 14, 2008 1:17 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Accessing Token object outside of Web page
Replies: 1
Views: 2124

Accessing Token object outside of Web page

The AbleCommerce API is great, but there does not seem to be a way to utilize it outside of the Web pages of a AbleCommerce-based site. On a site, you can easily the Token object for the current user: int storeId = Token.Store.StoreId; But, inside a Web or Windows service, I have not found an approa...
by accust01
Wed Jun 11, 2008 2:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Insert step in checkout process
Replies: 0
Views: 2432

Insert step in checkout process

I am going through the AbleCommerce ASP.NET site/code. I want to insert a few extra steps (lines of code) in the checkout process - when the order is actually placed. I need to communicate with another site (via Web Service call) and send the order to them. The ConLib_ReceiptPage contains the orderi...