You may have to share more details. If the shopping cart details are displayed on your Intuiface experience, you could use the screenshot function to save it to file as an image @itslouiegordon
thanks yes when i add items to the cart they show and i want to put a button to click send then it takes a snapshot and saves in folder but struggling would you know how?
thanks it doesnt do anything when i attach the take snapshot of the asset to a button nothing happens, and i cant find the snapshot uri thing when i try to add that to the share to file system
You can add a “Snapshot is taken” trigger to the scene (you won’t see this trigger on objects or layers but on the scene (the highest level on the Scene Structure hierarchy). Within this trigger, you can access the Snapshot URI and add it to the sharing queue.
i have finally managed to create the snapshot that pops up on the scene but how would i create the snapshot but hide it so users cant see it on the stage? but still be able to send via filesystem
wow thank you so much for your help i appreciate it, the share que and folder isnt creating and i dont know how to initialise the sharing of the screenshot to the folder
First, ensure you’ve added the “Share via Filesystem” interface asset to your experience. On the “Snapshot is taken” trigger, you need two actions: 1. Add the Snapshot URI to the sharing queue; 2. Share via file system to actually copy the file