Description
Plugin adds full crowdfunding support to WooCommerce.
When adding or editing a product, you will have the possibility to set for each product individually:
- Goal (i.e. pledged) amount.
- Start and end dates.
- Custom “Back This Project” (i.e. “Add to Cart”) button labels.
- Enable “Open Pricing” (i.e. “Name Your Price”) functionality.
Also you will be able to:
- Add a form, so your customers/users could add their custom campaigns directly from frontend.
- Set custom HTML to show when project not yet started and/or ended.
- Modify and choose where to display crowdfunding info, that is: goal remaining, time remaining, already pledged etc.
- Choose when and if to end the campaign (goal reached, time ended).
- Choose which order statuses to count in pledged calculations.
- Style progress bars for time remaining, already pledged etc.
SHORTCODES
When displaying crowdfunding data for the product, you should use plugin’s shortcodes:
BACKERS & MONEY SHORTCODES
- product_crowdfunding_total_sum – total sum (i.e. funded to date) for current product (formatted as price).
- product_crowdfunding_total_backers – total number of orders (i.e. backers) for current product.
- product_crowdfunding_total_items – total number of ordered items for current product.
- product_crowdfunding_list_backers – list of backers for current product.
- product_crowdfunding_goal – end goal for current product (formatted as price).
- product_crowdfunding_goal_remaining – sum remaining to reach the end goal for current product (formatted as price).
- product_crowdfunding_goal_remaining_progress_bar – goal remaining as graphical progress bar.
- product_crowdfunding_goal_backers – end goal (backers) for current product.
- product_crowdfunding_goal_backers_remaining – backers remaining to reach the end goal for current product.
- product_crowdfunding_goal_backers_remaining_progress_bar – goal (backers) remaining as graphical progress bar.
- product_crowdfunding_goal_items – end goal (items) for current product.
- product_crowdfunding_goal_items_remaining – items remaining to reach the end goal for current product.
- product_crowdfunding_goal_items_remaining_progress_bar – goal (items) remaining as graphical progress bar.
TIME SHORTCODES
- product_crowdfunding_startdate – starting date for current product.
- product_crowdfunding_starttime – starting time for current product.
- product_crowdfunding_startdatetime – starting date and time for current product.
- product_crowdfunding_deadline – ending date for current product.
- product_crowdfunding_deadline_time – ending time for current product.
- product_crowdfunding_deadline_datetime – ending date and time for current product.
- product_crowdfunding_time_remaining – time remaining till deadline.
- product_crowdfunding_time_remaining_progress_bar – time remaining as graphical progress bar.
MORE SHORTCODES
- product_crowdfunding_add_new_campaign – campaigns by users.
- product_crowdfunding_add_to_cart_form – backers (add to cart) HTML form.