apply a kit to multiple products
apply a kit to multiple products
I have created a kit and attached it to a product. I then used dataport to export product data. Was surprized that kit info was not displayed. I woild like to apply the same kit to all 30,000 products we sell. Is the np faster way other than one at a time on the admin section??? Thanks for any help.. tim
Re: apply a kit to multiple products
Using version 7.0.7
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: apply a kit to multiple products
You would have to do the hookup one at a time or do something in the database.
Able has a page to add an existing kit component to a product, but they don't show the link in the admin. It is:
Admin/Products/Kits/AttachComponent.aspx?ProductId=4871
You would change the productid to the one you want to work on.
You can hook one up that way, then look in the database to see what got changed.
It is probably the ac_ProductKitComponent table
Able has a page to add an existing kit component to a product, but they don't show the link in the admin. It is:
Admin/Products/Kits/AttachComponent.aspx?ProductId=4871
You would change the productid to the one you want to work on.
You can hook one up that way, then look in the database to see what got changed.
It is probably the ac_ProductKitComponent table
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
Re: apply a kit to multiple products
I have added the kit to one "test" item.
I have downloaded the product data using the Dataport software, but it has not fields talking about the Productkitcomponent listed.
Is their another way to get direct access to the database?
My test site is on a dedicated Windows server...
Thanks for the help so far!!
Tim
I have downloaded the product data using the Dataport software, but it has not fields talking about the Productkitcomponent listed.
Is their another way to get direct access to the database?
My test site is on a dedicated Windows server...
Thanks for the help so far!!
Tim
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: apply a kit to multiple products
If your hoster doesn't allow you to have database access for security reasons (most don't allow it), then you would need to create a script to run thru an admin page. If you look in the Install folder for an upgrade version of the software, you can see how Able does it for an example.
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