KirstenM1990
New Member
I'm trying to install Noty (a jQuery Notification plugin) on a checkout page (FoxyCart template). I installed the following code in the section of my checkout template:\[code\]<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://lavajavamaui.com/js/noty/jquery.noty.js"></script><script type="text/javascript" src="http://lavajavamaui.com/js/noty/layouts/top.js"></script><script type="text/javascript" src="http://lavajavamaui.com/js/noty/layouts/topLeft.js"></script><script type="text/javascript" src="http://lavajavamaui.com/js/noty/layouts/topRight.js"></script><!-- You can add more layouts if you want --><script type="text/javascript" src="http://lavajavamaui.com/js/noty/themes/default.js"></script><script type="text/javascript">var noty = noty({text: 'noty - a jquery notification library!'});</script>\[/code\]If I understand correctly, this is all that needs to be done to get it to display properly. For some reason, the notification is not popping up. Is there something wrong with this line?\[code\]<script type="text/javascript">var noty = noty({text: 'noty - a jquery notification library!'});</script>\[/code\]Here is the page that should have Noty installed.