wc-donation / wc-donation-platform

Donation Platform for WooCommerce unleashes the power of WooCommerce for your online fundraising, crowdfunding & crowdsponsoring
https://www.wc-donation.com/
GNU General Public License v2.0
41 stars 11 forks source link

Fix for - pushed to "Completed" instead of "Processing" #18

Closed remy888 closed 2 years ago

remy888 commented 2 years ago

WP = v5.9.2 WC = v6.3.1 WCDP = v1.2.0

  1. In WooCommerce system report I found 27 different error relating to version out of date.
  2. Before installing this plugin, after payment completed buyer will see the purchase is successful at the website checkout final page after payment merchant is successful. Now it says.
    • "Your request could not be processed correctly. If the problem persists, please contact us."
    • And order status is automatically pushed to "Completed" instead of "Processing". Email sent to customer with receipt
    • When I disable wcdp plugin, successful orders will go to Processing then I'll push to Complete manually which I prefer.
  3. My skill set is between beginner to intermediate so pls dumb it down for me. Thank you

Error ( WooCommerce system report )

  1. /wp-content/plugins/wc-donation-platform/includes/wc-templates/checkout/cart-errors.php version - is out of date. The core version is 3.5.0,
  2. /wp-content/plugins/wc-donation-platform/includes/wc-templates/checkout/form-checkout.php version - is out of date. The core version is 3.5.0,
  3. /wp-content/plugins/wc-donation-platform/includes/wc-templates/checkout/form-billing.php version - is out of date. The core version is 3.6.0,
  4. /wp-content/plugins/wc-donation-platform/includes/wc-templates/checkout/payment.php version - is out of date. The core version is 3.5.3,
  5. /wp-content/plugins/wc-donation-platform/includes/wc-templates/emails/email-addresses.php version 3.9.0 is out of date. The core version is 5.6.0
  6. /wp-content/plugins/wc-donation-platform/includes/wc-templates/emails/customer-new-account.php version 3.7.0 is out of date. The core version is 6.0.0,
  7. /wp-content/plugins/wc-donation-platform/includes/wc-templates/emails/plain/admin-new-order.php version - is out of date. The core version is 3.7.0
  8. Total = 27

Error ( WooCommerce Logs ) wpo-wcpdf-2022-03-11-397a7d9f8605bd158805b50daadc6e0d.log

I'm a big fan of you, this plugin made it possible for us to create a charity listing platform that donors can search for their specific NGO and donate to them directly and recipient will receive 100% of all donations. Thank you again for this amazing plugin and effort. Good job

remy888 commented 2 years ago

I found this solution in documentation. Can someone advise me where to insert this code?

add_filter('woocommerce_order_item_needs_processing', '__return_true', 11);

jonas-hoebenreich commented 2 years ago

Hi, about your 3 problems:

Best regards, Jonas