
William Thompson
Activity overview
Latest activity by William Thompson
-
Hey Suresh_Lamichhane I apologize for the lack of communication on the case. From what I can see, the bug has been fixed & resolved and in our staging environment and will be pushed to our preview ...
- View comment
- 0 votes
-
Suresh_Lamichhane our team has confirmed there is a bug in the setConfiguration event. In the meantime, can you see if you can call getConfiguration() from the payload and receive the correct infor...
- View comment
- 0 votes
-
Hi Suresh_Lamichhane I am experiencing the same thing you are - I expect the appliedConfiguration returned to have the updated SKU but it seems to be one configuration behind. Our support team may ...
- View comment
- 1 vote
-
Thank you! I will look into it this afternoon and get back to you before the end of my work day. Thanks for your patience.
- View comment
- 1 vote
-
If the event listener is not behaving properly I feel it may be a bug. To do one more step of troubleshooting can you please do the following? Enable support access in your org: Settings -> Featur...
- View comment
- Edited
- 0 votes
-
Hi Suresh_Lamichhane I apologize for support not being in contact sooner but I think I can help here. If you are not getting an error when trying to select the item in the dropdown, it typically me...
- View comment
- 0 votes
-
I have opened a case to get you more assistance, case #00006582 please refer to communication there for more support.
- View comment
- 1 vote
-
First let's try this. to use await in your function you need to make sure the function is async. window.threekit.player.on('setConfiguration', async (e) => {/// code here }); https://developer.moz...
- View comment
- 0 votes
-
I fear that we are getting into Javascript and away from Threekit troubleshooting. Looking at the code snippets you provided earlier I am uncertain whether or not you are using React as effectively...
- View comment
- 0 votes
-
setConfiguration will result in a promise and return the newly set configuration, would doing something like this achieve the result you are looking for? Perhaps with this variable you could provid...
- View comment
- 0 votes