• I am using electro theme for a client. I have setup bkash as per instruction but once customer orders something the number and transaction field in the admin panel is empty.

Viewing 1 replies (of 1 total)
  • Thread Starter Md. Shariul Islam Tuhin

    (@shariul)

    Found the solution. Find ‘bangladeshi-payment-gateways > includes > Gateways > Bkash.php’, ‘bangladeshi-payment-gateways > includes > Gateways > Nagad.php’, ‘bangladeshi-payment-gateways > includes > Gateways > Rocket.php’ etc. then find ‘admin_order_data($order)’ function.

    add this line

    $order_id = $order->get_id();

    in $number and $trans_id field, replace “$_GET[‘POST’]” with “$order_id”

    This is the solution until developer fixes it.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Number & Transaction ID field in Order is empty’ is closed to new replies.