Integrating External Data

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
andytauber
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 28
Joined: Thu Jun 05, 2008 6:11 pm

Integrating External Data

Post by andytauber » Wed Nov 12, 2008 6:01 pm

I need some advice and guuideance.

I have a clinet that sells network equipment. They want the search on the store to search the AC database then take an xml feed form a supply wharehouse of a distributor and display the results under the AC search return.

In addition thay want to be able to add items from the external search to the cart for quoting purposes.

Any ideas on the best wat to add something the the cart that is not in the AC db?

Thanks

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

Re: Integrating External Data

Post by jmestep » Thu Nov 13, 2008 8:05 am

What are they going to do with the results of the search if the products are not in the store? As an alternative, you might want to add the products in the store to the xml file and search on that file.
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

andytauber
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 28
Joined: Thu Jun 05, 2008 6:11 pm

Re: Integrating External Data

Post by andytauber » Thu Nov 13, 2008 12:19 pm

They are actually not selling anything but using the store to collect information to generate a quote. They want to be able to add parts from the external xlm feed to the cart so they can quote but no to the database.

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

Re: Integrating External Data

Post by jmestep » Thu Nov 13, 2008 2:26 pm

The only way you can add a product to the cart that isn't in the store would be to programatically add the product to the store product table as it is selected to add to cart. Then you would probably want to take it out again if the order didn't go thru? That's why I suggested adding your store products to the xml file along with the ones that are already there.
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

andytauber
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 28
Joined: Thu Jun 05, 2008 6:11 pm

Re: Integrating External Data

Post by andytauber » Fri Nov 14, 2008 4:11 pm

If I put a dummy part number into the database can I pass that to the cart multiple times with different description?

Post Reply