Tracker Widget
Business Background
Reduce customer queries about their orders by showing them where the item is in your order process. You can inspire trust and transparency with a few clicks and no code.
Titan Solution
Add the Titan Web tracker element to your project to track an order. The order process has steps (groups) and substeps in each step. As the process moves through all the steps in each group and ultimately through all the groups, the tracker element gives users a visual representation of where their item is in the process.
How to Video
Video Coming Soon!
How to Guide
The following is an example of the order tracking process. You will create groups with items (substeps) in a group. As one item in the group is completed, the tracker shows the next item. When all the items in the group are completed, the tracker jumps to the next group’s first item, and so on, until the order is done.
- Click the expand (+) icon next to the settings icon in Titan Web. A list of elements will show.
- Select the Widget option from the list.
- Drag-and-drop the Tracker element to the canvas.
- Click the Tracker Gear icon to open the Button Group Settings screen.
- Under Content, click the Edit Mapping button to add mapping for the static values. The Configure Tracker Options screen opens.
- Type a title.
- Click the Add Item option to add items, or click the Delete icon to remove items.
- Type steps in the Item fields.
- Click the Group 2 option and add the title and items.
- Repeat the steps for Group 3.
- Alternatively, click the Delete icon to remove Group 3.
- Alternatively, click the + icon next to Groups to add a new group.
- Repeat the steps for the new group until you have all the groups and steps you need.
- Click the Apply button.
Add Accessibility
ARIA (Accessible Rich Internet Applications) accessibility refers to a set of specifications developed by the World Wide Web Consortium (W3C) to improve the accessibility of web content, especially dynamic content and user interface components. ARIA provides a way to make web applications and content more accessible to people with disabilities, particularly those who rely on assistive technologies such as screen readers.
Accessibility for all the labels is added automatically but you can change it.
Add Tracker Interactivity
- Add a button element to the canvas and click the On Click Action option.
- Click the + icon. The Add Node screen opens.
- Under Element Interactivity, scroll down and click the Tracker Interactivity option.
- Click the Next button. The Add Node/Tracker Interactivity screen opens.
- Use the Element drop-down list and select the tracker element.
- Use the radio buttons to select an option, for instance, Next Step.
- Click the Next button.
- Insert a tag if necessary and click the Insert button. The interactivity is added to the On Click Action screen.
- Click the Apply button.
- Save and Preview the project.
- Click the button. The tracker moves to the next step.
- Click the button until all the steps in the first group have been completed. The tracker moves to the next group.