Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
Re: Show discounts 02.03.2012 10:34
Hello,
You can download "Ship Cost (Web example)" in Customer Area. Unzip it and import the XML file in Calcbuilder.
To see fully working you may change in Javascript events:
getCBFormValueArray('5[]')
by
getCBFormValueArray('ID_DESTINY[]')
because the field id change on different calculators.
Take a look at calculator and you can see how you could use custom javascript in form. Calcbuilder use Mootools as javascript framework.
Hope this helps. Regards,
Moonsoft Team
Moonsoft Team
www.moonsoft.es
You can download "Ship Cost (Web example)" in Customer Area. Unzip it and import the XML file in Calcbuilder.
To see fully working you may change in Javascript events:
getCBFormValueArray('5[]')
by
getCBFormValueArray('ID_DESTINY[]')
because the field id change on different calculators.
Take a look at calculator and you can see how you could use custom javascript in form. Calcbuilder use Mootools as javascript framework.
Hope this helps. Regards,
Moonsoft Team
Moonsoft Team
www.moonsoft.es