• There are some things i noticed should be there in plugin and recommendations are below:

    1. Let users set Min & Max amount for donations. (Can use other plugin for min, max but it would be great if it integrates into one single plugin (this plugin))

    2. Let user give a parameter to be used in “shortcode” for redirecting users to custom thank you page after successful payment.

    Please dont take these two things for granted.

    I know these will and are very must for most of the users.

    This plugin would become a multi-purpose plugin after integrating these two things.

    Please consider these.

    God bless you. I am in love with this plugin.

    Really awesome.

    • This topic was modified 4 years, 8 months ago by Arun Kumar.
Viewing 1 replies (of 1 total)
  • Plugin Author Jonas

    (@flinnn)

    Hi Arun,

    I am very happy that you like my plugin so much.
    1. In the general settings you can set a minimum and maximum amount, which then applies to all projects. Just go to WooCommerce -> Settings -> Donations
    2. You can use the following code to redirect to another page:

    add_action( 'template_redirect', function() {
    	global $wp;
    	if ( is_checkout() && !empty( $wp->query_vars['order-received'] ) ) {
    		wp_redirect( 'https://example.com' );
    		exit;
    	}
    });

    Thank you for being an early adopter of Donation Platform for WooCommerce. I’m looking forward to adding new features and improvements.
    Kind regards from Germany,
    Jonas

Viewing 1 replies (of 1 total)

The topic ‘Feature requests!’ is closed to new replies.