Changing static kits and prebuilt kits
You can change a kit if any of the components of the kit change.
About this task
There are two ways to add a kit to your catalog:
- By copying an existing kit
- By creating a kit Note: You cannot create a kit in the sales catalog. Add a kit by copying an existing one from the master catalog.
Note: If you are using the Extended Sites business model and are currently
in the extended site store, you can add a kit that belongs to the asset store. To add the kit, you
must copy the current asset store kit. When you copy the kit that you inherit from your asset store
to the extended store, the copied kit becomes local to the store, not inherited.
Procedure
What to do next
The Management Center creates prebuilt kits. If
you are using an ATP inventory and want to use static kits, a Site Administrator must update the
BASEITEM table by running the following SQL statements. You can create static kits only when your
store uses the ATP inventory model.
-
- Find the baseitem_id of the CATENTRY that represents the static kit in the BASEITEM table.
- Open a DB2 command window.
- Connect to the WebSphere Commerce database.
- Run the following command: update baseitem set itemtype_id='STKT' where baseitem_id= baseitem_id of the static kit
-
- Run sqlplus where the user/password are the user and password for the WebSphere Commerce database.
- Run the following command: Select * from baseitem where partnumber=' code entered for the static kit ' The part number is the code that was previously set up for the kit when it was created in step 4. Verify that this is the item that you want to update.
- Run the following command: Update baseitem set itemtype=_id='STKT' where part number=' code entered for static kit '
- Run the following command: commit;
- Click the Descriptive Attributes tab to work with descriptive attributes.
- Click the Merchandising Associations tab to work with merchandising associations.
- Click the Associated Assets tab to work with attachments.
- Click the References tab to view any merchandising associations or all sales catalog categories the kit belongs to.
- Click the Versions tab to list the versions of the kit.