Search found 6 matches
- Thu Dec 02, 2010 12:16 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: custom imported products to ac_Products don't show in store
- Replies: 8
- Views: 5448
Re: custom imported products to ac_Products don't show in store
And to continue how to link the products to the categories, I found an orphaned product. Selected to edit it's "Category" and selected an item from my newly populated category list. Once I hit save, a new record was created in ac_Categories and now my item shows up in the list of products. The new r...
- Thu Dec 02, 2010 12:06 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: custom imported products to ac_Products don't show in store
- Replies: 8
- Views: 5448
Re: custom imported products to ac_Products don't show in store
For anyone else who may need it, this is how I am making sense of the 3 Category Import related tables and how they touch each other. /*Table structure for categories. 3 tables must be touched for every category. !!Top Level category example only!! * Refer to -http://wiki.ablecommerce.com/index.php/...
- Thu Dec 02, 2010 9:20 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: custom imported products to ac_Products don't show in store
- Replies: 8
- Views: 5448
Re: custom imported products to ac_Products don't show in store
Just found, and am reading, http://wiki.ablecommerce.com/index.php/ ... Categories Maybe this'll do the trick. Thanks.
- Thu Dec 02, 2010 9:14 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: custom imported products to ac_Products don't show in store
- Replies: 8
- Views: 5448
Re: custom imported products to ac_Products don't show in store
Yes, this appears to be the issue. I went into an orphaned product, did the edit, and went to the category tab. I selected a category, applied, and now that product shows in the product list. So as part of the web service I'm getting product data from, it also contains a list of categories. I've suc...
- Thu Dec 02, 2010 7:34 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: custom imported products to ac_Products don't show in store
- Replies: 8
- Views: 5448
Re: custom imported products to ac_Products don't show in store
I have been reading about this tool but for our needs, we are pulling product data from 3 locations (locally generated .csv from a price database maintained internally, inventory counts from an external system not tied to our website, and product information from a 3rd party web service). What I'm d...
- Wed Dec 01, 2010 11:39 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: custom imported products to ac_Products don't show in store
- Replies: 8
- Views: 5448
custom imported products to ac_Products don't show in store
Brand new to Able and am having an issue getting products to show up. I've written an import program that reads products from a .cvs and then creates the Product records in ac_Products. The products are in the table but when I try to view the store, the products don't show up. I've compared my new p...