- Knowledge Base
- Modules & Features
- Scripting Documentation
-
Getting Started
- Setting Up Your Test Site
- Step 1: Warehouse Configuration
- Step 2: Hardware Configuration
- Step 3: Setting Up Shopping Carts, Integrations, and EDI
- Step 4: Dashboard and Navigation
- Step 5: Item Configuration
- Step 6: Smart Filters & User Reports
- Step 7: Mobile Floor Apps
- Step 8: How To Receive and Put Away
- Step 9: Inventory Management
- Step 10: Warehouse Documents and Printing
- Step 11: Navigating Orders
- Step 12: Order Fulfillment / Picking
- Step 13: Packing and Shipping
-
Tutorials
-
Troubleshooting
-
Use Cases
-
Videos
-
Modules & Features
-
Glossary
-
Connect to Support
-
Infoplus Community Forum
Using an Infoplus Script to Create Dynamic Kits On An Order
You can use a custom script to add dynamic kits to an order. Here is an example of what that script might look like.
Infoplus Support can help with general questions about how scripting works. For help with a specific script or its outputs, you will need to submit a Pro Services request for paid support. Pro Service request form can be found here.
This example script shows how dynamic kits can be added to an order. The script has 2 example use cases:
- First, if a line item is found on the order for the SKU "BASIC7", that line item is converted to a Dynamic Kit for 2 component items: BASIC8 and BASIC9.
- Second, if the order's ship-to-state is Missouri (MO), a new line item is added to the order, for BASIC5, and this new line item is a Dynamic kit for 3 SKUs.
The function addDynamicKitComponentToLineItem at the top of the script can be copied as-is into your own script. You can then add your own custom business rules to use this function for adding Dynamic Kits to your orders.