Hi all I have a script need to snip in to the custom.phtml How do I snip it in correctly? such as I have to remove html and body tags. How about the include jquery thing? <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> I need to remove it as well right or have some other replacement? <html> <body> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>Read more