MinnPost / minnpost-membership

WordPress plugin for membership stuff
GNU General Public License v2.0
1 stars 1 forks source link

Admin updates to donation flow #30

Closed krbullock closed 5 years ago

krbullock commented 5 years ago

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.