Home › Forums › 2Checkout Payment Gateway for WooCommerce › Order Status not updated
Tagged: order status, payment
- This topic has 30 replies, 5 voices, and was last updated 4 years, 5 months ago by Roberto.
-
AuthorPosts
-
May 4, 2020 at 6:27 pm #16867RobertoParticipant
I am receiving new orders, but some are apdated when the payment has been processed by 2checkout, but other orders are not. I need to have 100% of orders updated.
Please advice.
May 6, 2020 at 8:09 am #16916nmediaKeymasterHi Roberto,
we are working on new version of 2Checkout and it will give you more flexibility to process order after checkout.
May 15, 2020 at 7:24 pm #17080RobertoParticipantHello, can you please help me?
I have selected the redirect to 2checkout payment option. I have set the settings as the plugin instructions, but still 2checkout is not sending payment confirmation to wordpress to change the order status.The website is http://www.floristeriacamelot.com
May 16, 2020 at 4:40 pm #17093nmediaKeymasterHi Roberto,
please download latest 2Checkout plugin from client portal version 10.0, it will resolve this issue.
May 16, 2020 at 5:07 pm #17094RobertoParticipantHello, now the off site payment returns to the checkout page with a message “invalid order” meanwhile the payment is being verified by 2checkout… now this is a bigger problem than before.
Does the in site payment work now? please advice ASAPThanks
May 18, 2020 at 10:32 am #17102nmediaKeymasterPlease enable on-site payment,
May 21, 2020 at 11:12 am #17141GoogleParticipantI have same problem using off site payment
May 23, 2020 at 9:56 am #17161nmediaKeymasterHi,
Few sites have this issue due to secret words. But better and faster payment method is onsite.May 25, 2020 at 4:48 pm #17197RobertoParticipantI have acivated onsite payments and I have angry customers telling that they get an “Unathorized error” when trying to pay. they have checked with their bank and their card is OK.
Please offer a viable solution or a refund. Since I paid for this plugin it has not worked properly ever since.
Please advice
May 25, 2020 at 9:04 pm #17199RobertoParticipantAnother issue that has ome out is that I have a 2.99 fee on all orders. This fee is not being passed to 2checkout.
Please advice
May 26, 2020 at 12:35 pm #17208nmediaKeymasterHi Roberto,
Sorry for late reply due to Eid holidays. Can you please tell which fee charges are you talking about?
May 26, 2020 at 2:14 pm #17212RobertoParticipantI have added a handling fee through this code:
add_action( ‘woocommerce_cart_calculate_fees’,’endo_handling_fee’ );
function endo_handling_fee() {
global $woocommerce;if ( is_admin() && ! defined( ‘DOING_AJAX’ ) )
return;
$fee = 2.99;
$woocommerce->cart->add_fee( ‘Tarifa de manejo’, $fee, true, ‘standard’ ); }when I hade offsite payment enabled it was passed to checkout, after I changed to online payment (because the payment status was not being updated, it still worked), now that I had to go back to offsite payment (because online payment shows an error) this handling fee appears at checkout, but it is not being passed to 2checkout. Besides, im back with the problem that payment status is not updated automatically….
May 29, 2020 at 2:53 pm #17258nmediaKeymasterok we will see why extra cart fee are not being added to total and update you.
June 2, 2020 at 4:53 am #17313RobertoParticipantHello, have you been able to check the plugin. I had to go back to the free version of the plugin, that version do sends the handling fee to 2checkout. BUT STILL does not update order payment status, I have to do that job manually for every new order.
Please advice how to proceed, if you are not able to solve the issue please let me know to look for other options, and kindly offer a refund, because the plugin has not working since day 1…..June 2, 2020 at 5:30 pm #17323nmediaKeymasterHi,
Please send site login details to sales@najeebmedia.com, I think you didn’t configure setting correctly.
-
AuthorPosts
- You must be logged in to reply to this topic.