Sample Projects and Use Cases > Use Case: 3D-Guided Service Instructions > 3D-Guided Service Instructions 303: Create a Persistent Shopping Cart Using ThingWorx
  
3D-Guided Service Instructions 303: Create a Persistent Shopping Cart Using ThingWorx
Prerequisites
Before you begin this portion of the project make sure you’ve completed the following sections:
3D-Guided Service Instructions 101: Use Attributes in Creo Illustrate
3D-Guided Service Instructions 201: Use JavaScript to Highlight Parts and Create Ionic Popups
3D-Guided Service Instructions 202: Use JavaScript to Find Parts
3D-Guided Service Instructions 301: Add Pricing Data and a Shopping Cart to a Model
3D-Guided Service Instructions 303: Create a Persistent Shopping Cart Using ThingWorx
Introduction
When you’re shopping on a website, you can add something to your shopping cart, and it will remain there until you’re ready to check out or until you manually remove the object; this concept is known as a persistent shopping cart. Up until now in this use case example, when you had added an item into your cart in your Vuforia Studio experience, it disappeared if the experience was restarted. To fix the issue, we’ll connect ThingWorx to Vuforia Studio so that the part information is stored in a persistent cart.
Import cartThing into ThingWorx Composer
Add cartThing to Vuforia Studio
Bind cartThing and Edit the 2D Canvas
Finalize the Vuforia Studio Experience
View the Experience
The complete code for this section can be found in 3D-Guided Service Instructions 303 in GitHub.