HI!
I'm making a webshop and the customer wants to include a click for 'larger image' function.
I'v tried this:
<img onclick="shopimagereplacer(this.src);" src="<!--@Ecom:Product.ImageMedium.Clean-->"/>
but the browser gives me a javascript error saying that the function shopimagereplacer() is not defined.
the tag <!--@Javascripts--> is included in my master template
where can I see these Javascripts?
where should the larger images be stored?
This is the first ecommerce page I'v made in DW, so I'm kinda just learning as I go..
http://eskanor.net.dynamicweb.no/
-jan