Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

42 lines (21 loc) · 1.28 KB

#coopfundify Add some customizations to fundify by Astoundify theme.

##Customizations

###Shop_worker

Hook EDD->get_payments hook

Provide 'shop_worker" role the ability to manage pending payments once they are paid outside website.

NOTICE:

  1. That we will only check for payments done by "Manual Gateway" wich will only process ONE item on Cart at once.

1.1) Only "pending" payments will be listed.

  1. Campaign_contributor role will be changed to 'shop_worker' when a user creates a campaign.

  2. Payment management will be done on backend wp-admin. Still user can see own payments on frontend. While campaign edition can be done in both frontend and backend.

File

###campaign_payments_column_adder

To add a 'campaign' column to the admin's Payments History page.

NOTICE:

  1. Assuming all user payments Carts have only ONE item (campaign) to pay (contribute).

File

###profile_campaigns_link_id

Hook atcf->profile_campaign_before

Adding the h3 id for the menu link

File