Hi
Did anybody find a way to stop the - being displayed as 45 when part of the product name?
Did anybody find a way to stop the - being displayed as 45 when part of the product name?
.recently img {text-decoration:none;width:75px;height:50%;}
proNAME = temp.replace(/[^a-zA-Z 0-9]+/g,'');
proNAME = temp.replace(/\[^a-zA-Z 0-9 \. \+ \( \)&-]+/g,'');
proIMAGE='<actinic:variable name="ProductImageFileName" />';
proIMAGE='<actinic:variable name="ExtendedInfoImage" />';
var temp = new String('<Actinic:Variable Name="ProductName"/>');
proNAME = new String('<actinic:variable name="ProductName" />');
Comment