Commerce Commerce 1.x Modules & Extensions Donations commerce_donation.cause
The commerce_donation.cause snippet is used to render a project/cause.
Properties:
&cause: the ID of the cause. To make this easily selectable, you can use a dropdown TV with@SELECTinput options:@SELECT `name`, `id` FROM `[[+PREFIX]]commerce_donation_cause` WHERE `removed` = 0 ORDER BY `name` ASC&activeTpl: the template used for rendering an active project. Defaults todonations/cause/active.twig.&inactiveTpl: the template used for rendering an active project. Defaults todonations/cause/inactive.twig.
Some more information on the templates, including available values, can be found here.