Scripts
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
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
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
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
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
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
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
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
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
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