Added admin settings for various parts of the new donation landing page, including:
A short blurb (for smaller screens) to go at the top
Suggested monthly, yearly, & one-time amounts
Thank-you gifts (a new custom post type)
The suggested amounts settings are structured slightly differently here than the frontend expects in the integration-donation-flow-changes branch — namely, they're saved in separate options in the wp_options table instead of a single multi-dimensional array. Was wondering if you had any suggestions for a better way to align the structure @jonathanstegall?
Note: This branch is targeted to master so that it can be merged and deployed before the frontend changes, without disrupting the existing flow.
Added admin settings for various parts of the new donation landing page, including:
The suggested amounts settings are structured slightly differently here than the frontend expects in the integration-donation-flow-changes branch — namely, they're saved in separate options in the
wp_options
table instead of a single multi-dimensional array. Was wondering if you had any suggestions for a better way to align the structure @jonathanstegall?Note: This branch is targeted to
master
so that it can be merged and deployed before the frontend changes, without disrupting the existing flow.