From 8c6cb0a8a5b827afc8dad3a27a9f18e4c6ccf6ba Mon Sep 17 00:00:00 2001 From: Steven Walker Date: Wed, 1 Mar 2017 11:42:00 -0500 Subject: [PATCH] Adding conditional logic to rail on checkout for donate vs lend, fixing project name bug under donate in checkout rail --- .../ignitiondeck-templates/_checkoutForm.php | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php b/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php index f3f8dc87..6c944fbc 100644 --- a/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php +++ b/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php @@ -214,17 +214,25 @@ -
-

Loan Terms

-

0% interest
- 5 year term
- Paid back annually by borrower to BlocPower who distributes it to you and other lenders.

- -
-
-

Donation Details

-

You will receive a donation receipt from [Project Name] once the project is fully funded.

-
+ + + +
+

Donation Details

+

You will receive a donation receipt from once the project is fully funded.

+
+ + + +
+

Loan Terms

+

0% interest
+ 5 year term
+ Paid back annually by borrower to BlocPower who distributes it to you and other lenders.

+ +
+ +

Our Promise

If this project is not fully funded you can choose to have it allocated to another project or have your money returned.

-- GitLab