Purchase stays on Processing
-
Hello, have just switched to your plugin from the official woocommerce one as I needed to be able for people to purchase a bundle even if they already purchased one of the products inside. Your setting of “Exclude un-purchasable products” is perfect as customers were getting “This product is currently unavailable” while using the previous plugin.
I’ve a had a couple of problems, the main one is that the order remains on processing. I’ve tried it with a zero price bundle, still processing.
Tested with a paypal payment bundle, still processing after payment is cleared.
The completed order email only send when I manually complete the order, not great.
Have tried using the autocomplete woocommerce orders plugin, still it’s staying on processing.
Is that just how your plugin is set up?
The second less annoying problem, which could just be me. After checking out with the bundle and then visiting another page such as the dashboard or even the homepage, the bundle isn’t removed from the cart. This results in a huge error coming up with “blah blah removed from your cart because it can no longer be purchased” repeated as many times as there are products in the bundle.
I have put the following line in my functions.php which seems to have “solved” the problem.function customise_cart_item_removed_message( $message, $product ) { return ''; } add_filter( 'woocommerce_cart_item_removed_message', 'customise_cart_item_removed_message', PHP_INT_MAX, 2 );
Hope to hear back from you ??
Thanks for setting this plugin up, it seems to be the best option, just wish I could get the orders to complete.
- The topic ‘Purchase stays on Processing’ is closed to new replies.