Quote:
Originally Posted by keystone
Ok, it looks like there is a --> at the end of all the code on my product details page so I must have commented something out there too. I'm not sure which template it was though. I noticed that in the /customer/main/product.tpl there are <!-- comment tags but I don't think that I put them there ie.
<!--
var min_avail = 1;
var avail = 1;
var product_avail = 1;
-->
Should I change these as well or are they correct?
|
those are correct, its part of javascript (legacy support)