Skip to content

Instantly share code, notes, and snippets.

@qetzal
Created August 24, 2011 17:50
Show Gist options
  • Save qetzal/1168673 to your computer and use it in GitHub Desktop.
Save qetzal/1168673 to your computer and use it in GitHub Desktop.
<script src="//app.ecwid.com/script.js?1003" type="text/javascript" charset="UTF-8"></script>
<script>
Ecwid.OnSetProfile.add(function(profile) {
if (profile == null) document.getElementById('CUSTOMER').innerText = 'NOT logged in';
else document.getElementById('CUSTOMER').innerText = 'logged in';
});
</script>
<div><div id='CUSTOMER'/></div>
<script>
xProductBrowser();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment