Difference between revisions of "CommerceBuilder API"

From AbleCommerce Wiki
Jump to: navigation, search
(Undo revision 796 by Norrad (Talk))
m (Listed the AC version of the downloadable API help file.)
Line 3: Line 3:
 
The CommerceBuilder API is a set of .NET classes that are used to build the ecommerce store front.  They facilitate access to the database, enforcement of business rules and calculations, and order processing.
 
The CommerceBuilder API is a set of .NET classes that are used to build the ecommerce store front.  They facilitate access to the database, enforcement of business rules and calculations, and order processing.
  
A compiled [ftp://ftp.ablecommerce.com/evals/CommerceBuilder_7_Help.zip compiled help file] is available that gives detailed information on the classes and methods available.  If you have the Vista operating system, be aware that there is a security feature that may prevent you from opening this file.  After downloading, you should go to the file properties and unblock it.
+
A compiled [ftp://ftp.ablecommerce.com/evals/CommerceBuilder_7_Help.zip compiled help file for AbleCommerce 7.0.2] is available that gives detailed information on the classes and methods available.  If you have the Vista operating system, be aware that there is a security feature that may prevent you from opening this file.  After downloading, you should go to the file properties and unblock it.
  
 
== Topics ==
 
== Topics ==

Revision as of 18:49, 13 August 2010

AbleCommerce websites are built around a set of compiled libraries known as CommerceBuilder. This is a set of object oriented classes that powers the ecommerce features of the site. It isolates complex business code from your web scripts so that during custom development you can focus on the user interface.

The CommerceBuilder API is a set of .NET classes that are used to build the ecommerce store front. They facilitate access to the database, enforcement of business rules and calculations, and order processing.

A compiled compiled help file for AbleCommerce 7.0.2 is available that gives detailed information on the classes and methods available. If you have the Vista operating system, be aware that there is a security feature that may prevent you from opening this file. After downloading, you should go to the file properties and unblock it.

Topics

Data Access Layer (DAL)

Custom Queries (Adding custom SQL to AbleCommerce .aspx pages)

Integrating A Payment Gateway (Payment Provider API)

Integrating A Shipping Carrier (Shipping Provider API)

Integrating A Tax Provider (Tax Provider API)

Creating Digital Delivery Licensing Module (Serial Key Provider API)

Creating A Custom Feed Provider (Feed Provider API)

URL Rewrite Provider API