示例项目和用例 > 用例:3D-Guided Service Instructions > 3D-Guided Service Instructions 303:使用 ThingWorx 创建持久化购物车
  
3D-Guided Service Instructions 303:使用 ThingWorx 创建持久化购物车
先决条件
在开始项目的这一部分之前,请确保您已完成以下章节:
3D-Guided Service Instructions 101:使用 Creo Illustrate 中的属性
3D-Guided Service Instructions 201:使用 JavaScript 突出显示零件并创建 Ionic 弹出窗口
3D-Guided Service Instructions 202:使用 JavaScript 查找部件
3D-Guided Service Instructions 301:向模型添加定价数据和购物车
3D-Guided Service Instructions 303:使用 ThingWorx 创建持久化购物车
简介
在网站上购物时,您可以向购物车中添加物品,在您准备结账或手动移除物品之前,您添加的物品会一直保留在购物车中;此概念称为持久化购物车。在此用例示例中,到目前为止,您在 Vuforia Studio 体验中添加到购物车中的物品会在体验重启后消失。为解决此问题,我们会将 ThingWorx 连接到 Vuforia Studio,从而将零件信息存储在持久化购物车中。
将 cartThing 导入 ThingWorx Composer
Vuforia Studio 添加 cartThing
绑定 cartThing 并编辑 2D 工作区
完成 Vuforia Studio 体验
查看体验
本节的完整代码可在 GitHub 上的 3D-Guided Service Instructions 303 中找到。