Choose your language

Choose your login

Support

How can we help?

Lightbulb icon
Lightbulb icon

Here’s your answer

Sources:

Lightbulb icon

Oops!

We currently don’t have an answer for this and our teams are working on resolving the issue. If you still need help,
User reading a resource

Popular resources

Conversation bubbles

Contact us

Using JavaScript

This page applies to:

JavaScript is an object-oriented programming language that is commonly used to create interactive effects within web browsers. For more information about JavaScript, see:

Make sure your cost script does not have any syntax errors.Problems with the JavaScript syntax will be highlighted by a red underline in the script editor. If your script has any syntax errors, cost estimates will not be displayed on the New Order form.

Tips for editing JavaScript files

  • If you copy and paste an existing line or element, make sure you check the commas.
  • Check that all ( ) and { } and [ ] match as expected.
  • Check that all lines within { } end with a semi-colon.

Comments