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. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? 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. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? 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