Making an Advanced HTML template and keep getting ...
# general
a
Making an Advanced HTML template and keep getting error: Can't convert this string to number: "9,999.99" The blamed expression: ==> cartonCount?number [in template "template" at line 1, column 176] The lines of HTML causing the issues are (error says it is 2nd line):
Copy code
<#assign cartonCount=label.custcol_countqty>
	<#list 1..cartonCount?number?ceiling as i>