Page 1 of 1

Engraving with EngravingTextStyle using MOTO form

Posted: Mon Feb 23, 2015 5:47 pm
by norman
Only needed for Engraving Add On V1.30 and below.

If you use Choices with EngravingTextStyle set and use the MOTO form for offline orders of such products, then you will may a JavaScript error when selecting the choices. You can ignore the error and MOTO will work but it's annoying.

You can fix this by going to Design / Library / layouts / MOTO Form / Standatd MOTO Form.
Look for the line (around line 150):

Code: Select all

</head>
Immediately above it add:

Code: Select all

	<script type="text/javascript">
		 function radioclicked(field){return true;}
		 function selectchanged(sel){return true;}
	</script>