SQL Scripts

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
juliochristo
Ensign (ENS)
Ensign (ENS)
Posts: 1
Joined: Tue Nov 25, 2008 12:28 pm

SQL Scripts

Post by juliochristo » Tue Nov 25, 2008 12:39 pm

Hi,

Does anyone know how to access the SQL scripts for AC7? Is the full source required for this?

Here is the problem:
We have our warehouse in Canada but only want to ship to the USA and essentially pretend like we are an american site. So we add Canada and USA as countries. We specify the Canadian warehouse location and limit the shipping zones to US states. On the site the shipping estimator shows Canada even though it is not in a shipping zone. We want to edit the query that retrieves all the countries on the store front to only return countries with a mapped shipping zone.


The SQL change is quite simple but where are the queries?


Tom

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: SQL Scripts

Post by jmestep » Tue Nov 25, 2008 4:21 pm

Most of the queries are in the compiled source code and cannot be changed. You might have to write something custom and there is info on wiki.ablecommerce.com about how to do custom queries using the data access layer.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: SQL Scripts

Post by mazhar » Wed Nov 26, 2008 4:50 am

Please have a look at following WIKI topic
http://wiki.ablecommerce.com/index.php/ ... uilder_API

Post Reply