View a report of flow events

A ‘Reports’  option in the ‘Tools’ menu allows you to produce a list of all events that have run through one or more flows for a specified time period. Each report is available for download for up to 30 days from the creation date. To make it easier to find a report, click the ‘Filter’ button where available on… Continue reading View a report of flow events

Published
Categorized as Celigo

Set concurrency limits in integrator.io

Each integrator.io connection has its own concurrency setting, which controls the maximum number of concurrent requests the connection can make. To view or edit your settings for a connection: Go to Connections, then expand the options under Actions. 2. Select the Edit connection pane. 3. Modify the Concurrency level by using the drop-down list. The concurrency level in integrator.io should match… Continue reading Set concurrency limits in integrator.io

Published
Categorized as Celigo

Add the tracking number to the email template.

The client would like to add the product’s tracking number to the email template that would be sent to the customer at the time of order dispatch. In order to achieve this requirement, we can add a different code in the email template so that the tracking number will appear in the template. ${transaction.custbody_jj_trackingnumber} Here… Continue reading Add the tracking number to the email template.

PROPOSAL :SORTING THE ITEMS IN CART PAGE BY BRAND AND SUB-CATEGORY

Proposal Summary This proposal covers both the functional and UI development for Sorting the items in cart page by brand and sub-category in SCA webstore for Point Australia website. The items will be sorted on the basis of products brand and sub-category. Requirement To Sort the items on the cart page by brand and sub-category.… Continue reading PROPOSAL :SORTING THE ITEMS IN CART PAGE BY BRAND AND SUB-CATEGORY

How can I reference fields outside the “Path to many” in my import settings?

We can append _PARENT before any fields that you need to reference outside the Path to many that you set in your import. Note that ALL fields referenced anywhere in the import (mappings, import configuration, scripts, etc.) will be affected when One to many is set to Yes (advanced). For example, let’s say your import data looks like this: { “exampleField”: “value”,… Continue reading How can I reference fields outside the “Path to many” in my import settings?

Published
Categorized as Celigo

Get all matrix items in pdp page

Gets all the subitems of a matrix item. getAllMatrixChilds returns an array of objects. Each object in the array is a subitem of the matrix item. The following example shows how to use the method and what a simplified version of an object in the array might look like.