Loading
Order item variables
Variable Description
nameName of item e.g. {{ order_item.name }}
descriptionDescription of item e.g. {{ order_item.description }}
quantityQuantity of the item e.g. {{ order_item.quantity }}
amountAmount of the item e.g. {{ order_item.amount }}
Do you like this page?

Showing 3 reactions


Jesse Haff commented 2012-04-06 10:16:30 -0700 · Flag
When someone purchases a ticket or a paid membership, it is an “item” in an “order” that gets displayed on the donation page. You’ll see this on the donation template under the amount label.
Jerimee Richir commented 2012-04-05 13:14:51 -0700 · Flag
What are these?