Help

Frequently asked questions and other useful tidbits.

Math Filters

Updated on September 23rd, 2009

minus(number, number_to_subtract)

Subtracts two numbers.

{{ option.sold | minus: option.quantity }}

plus(number, number_to_add)

Adds two numbers.

{{ option.sold | plus: option.quantity }}

times(number, number_to_multiply)

Multiplies two numbers.

{{ 4 | times: 3 }}

divided_by(number, number_to_divide_by)

Divides a number by another number.

{{ 10 | divided_by: 2 }}

Contact

Can’t find an answer to your question? No worries, we’re here to help.