Hello @mtschudi,
The plugin was designed to help raise funds through woocommerce checkout feature so removing back campaign button won’t automatically make it achieve your custom requirement.
It’s not that custom.. just like a Kickstarter without a “Pledge without a reward” option. In the default layout, I could easily see someone using it thinking they will get a reward, so I’d rather remove it.
Hello,
You can disable reward from WPCF settings > field settings.
That’s the opposite of what I want to do :/
Hello @mtschudi,
You can hide “Back Campaign” button with custom CSS
.wpneo-single-sidebar .cart .wpneo_donate_button {
display: none;
}
You can edit pledge and reward values by editing the campaign product. WP Crowdfunding pledges are instantaneous and not delayed. If you are trying to allow users to pledge without a reward then disable reward feature from WPCF settings. You can send an email to support at themeum dot com if you think I’m unable to understand your requirement. A more experienced team member will follow up.