Doesn't seem to matter if i use the leading / or not in the code. Even tried direct call re: http:// full url path
Using Simple audio player:
http://kolber.github.io/audiojs/
<script src="/includes/templates/template_default/jscriptaudio.min.js"></script>
<script>
audiojs.events.ready(function() {
var as = audiojs.createAll();
});
</script>
which i currently have in my /includes/templates/template_default/common/html_header.php
Then called by adding the following to the description field for the product
<audio src="/path/to/file.mp3" preload="auto" />
I got the private message seeing it working in wordpress, but this is direct zen-cart only (not WordPress). Css isn't really a concern right now because i cant seem to get any javacript player to render after adding scripts to the header of /includes/templates/template_default/common/html_header.php and then calling them through html calls in the description field for a product. It's not a problem of zencart not able to take html code in the description field (confirmed by adding an img tag and it renders).