Scripts

How to Set Up a Script to Customize External Shipping System Connections
If you are using an External Shipping System with Infoplus (e.g., ShipStation), and you want to customize how Infoplus sends orders to that system, you can ...
Wed, 24 Feb, 2021 at 4:02 PM
How to change the format of a date in Custom Emails and Smart Documents
The code field of Custom Emails and Smart Documents is rendered into HTML (and then PDF) using the Velocity Templating Language, which gives you access to b...
Wed, 9 Oct, 2019 at 1:52 PM
Using a Script to pull in Customer Tags from Shopify
When orders from Shopify come over into Infoplus, the order's tags from Shopify are turned into order tags in Infoplus.  However, if there are customer ...
Tue, 31 Mar, 2020 at 11:49 AM
3PL Billing Script - "Round up" Estimated Cases field in Storage Activity
As explained in our Using an Infoplus Script to Customize 3PL Billing Invoice Worksheets article, Infoplus scripts can be used to customize 3PL Billing Invo...
Mon, 18 May, 2020 at 10:21 AM
How to Format Standard and Custom Date Fields via Scripts
There may be times when you want/need to format a date field within Infoplus. By default, date fields are returned in the following format: (Year-Month-DayH...
Tue, 31 Mar, 2020 at 11:50 AM
Use Scripts to reject Shopify orders in a pending financial status
Due to the ever-changing nature of writing and maintaining scripts, Infoplus does not provide support in this area. We recommend someone in your IT Departme...
Tue, 31 Mar, 2020 at 11:50 AM
Using a Script to Analyze Order Line Items
In this example we will preview how to use scripts and the Infoplus API to check for hazmat items on an order.   if(order.lineItems) { ////...
Mon, 9 Dec, 2019 at 10:27 PM
Infoplus Scripts Operators
When working with scripts within Infoplus you may encounter an instance when you need to use an operator. This article will list the most commonly used Java...
Tue, 31 Mar, 2020 at 11:34 AM
Using a Script & Trigger to Update Parcel Reference Fields in Orders
Due to the ever-changing nature of writing and maintaining scripts, Infoplus does not provide support in this area. We recommend someone in your IT Departme...
Tue, 30 Jun, 2020 at 12:20 PM
Using a Script to Merge Orders Together
Users can take advantage of the Infoplus scripting capability to automatically merge orders together without having to manually edit each of them. This arti...
Thu, 2 Jul, 2020 at 4:01 PM