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
Integrating External Data
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 28
- Joined: Thu Jun 05, 2008 6:11 pm
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Integrating External Data
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
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
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 28
- Joined: Thu Jun 05, 2008 6:11 pm
Re: Integrating External Data
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.
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Integrating External Data
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
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
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 28
- Joined: Thu Jun 05, 2008 6:11 pm
Re: Integrating External Data
If I put a dummy part number into the database can I pass that to the cart multiple times with different description?