Page 1 of 1

Datya Access Layer of AbleCommerce 7.0

Posted: Sat Sep 20, 2008 5:56 am
by pradyuman
Hi all,

I am using AbleCommerce7.0 for my client, in which I am in need for too much customization code level.

I tried to find if I get any data access layer and method which communicate directly with database, but I can not as I want to copy existing methods change some thing and want to reuse same.

Is there any way to access data access layer...

Thank You

Re: Datya Access Layer of AbleCommerce 7.0

Posted: Sat Sep 20, 2008 6:30 am
by AbleMods
The "data layer" is called the CommerceBuilder API. It's a complete .Net 2.0 library of classes that give you full access to everything in the store tables.

Search the forums for CommerceBuilder API or simply study the code-behind of the AC7 page files and you'll see how it's done.

Re: Datya Access Layer of AbleCommerce 7.0

Posted: Sat Sep 20, 2008 8:13 am
by jmestep