tonyhowell Posted November 4, 2021 Share Posted November 4, 2021 Site URL: https://www.protexfaceshields.com/ I'm using Nudgify to add conversion notices to https://www.protexfaceshields.com. However, I need to know what variable Squarespace uses for the current cart amount of online shoppers. Thus far, "cartTotal" and "_2JFeDgZcv" have not worked. Can anyone help? <script> window.nudgify = {data: {"cart":{"amount":neededCARTvariable,"currency":USD}}}; (function(w){ var k="nudgify",n=w[k]||(w[k]={}); n.uuid="a1f57ee3-614c-4f19-976b-d31e348f2377"; var d=document,s=d.createElement("script"); s.src="https://pixel.nudgify.com/pixel.js"; s.async=1; s.charset="utf-8"; d.getElementsByTagName("head")[0].appendChild(s) })(window) </script> Link to comment
paul2009 Posted November 4, 2021 Share Posted November 4, 2021 1 hour ago, tonyhowell said: I need to know what variable Squarespace uses for the current cart amount of online shoppers. Thus far, "cartTotal" and "_2JFeDgZcv" have not worked. It isn’t quite that simple! 🙂 The values you mentioned are classes, not variables. There isn’t a variable available that you can simply use; it must be created. The JavaScript API provided by Nudgify is designed for developers, as it will require additional JavaScript to be written specific to the site/platform. This code will need to read the JSON data and extract the cart value before storing this in a variable where the API can read it. About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
tonyhowell Posted November 16, 2021 Author Share Posted November 16, 2021 Thank you, Paul. Do you provide this service or have recommendations? Link to comment
paul2009 Posted November 16, 2021 Share Posted November 16, 2021 I'll DM you. About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
tonyhowell Posted November 17, 2021 Author Share Posted November 17, 2021 Can you help with this? @tuanphan Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment