Konfirmasi Pembayaran – Selalu gagal di kirim karna “Order Tidak Ditemukan”
Updated on December 9, 2019 in Plugin Konfirmasi Pembayaran
10 on December 5, 2019

Saya melakukan test Konfirmasi Pembayaran dengan plugin ini, tapi selalu gagal dalam pembayaran.
"Konfirmasi Pembayaran Gagal
Harap periksa data masukan dan nomor pesanan Anda.
– Order tidak ditemukan"

Catatan:
– Menggunakan WooCommerce Orders tracking. Order = #7272 Bintang
– Pada Konfirmasi Page: Nomor Order = #7272 (05/12/2019) – Menunggu Konfirmasi

  • Liked by
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Moderator 0 on December 5, 2019

Halo,
Silakan coba tambahkan kode ini ke functions.php (pastekan pada bagian paling akhir), https://prnt.sc/pt5fu2:

function tpc_custom_payment_method( $methods ) {

$methods[] = ‘bank_mandiri’;

$methods[] = ‘bank_bni’;

$methods[] = ‘bank_bri’;

$methods[] = ‘bank_bca’;

return $methods;

}

add_filter( ‘tpc_accepted_payment_method’, ‘tpc_custom_payment_method’ );

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
Moderator 0 on December 5, 2019

Jika tetap masih bermasalah silakan berikan credential loginnya untuk coba kami cari tahu masalahnya dimana

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
1 on December 5, 2019

Di folder mana ya lokasi file: functions.php

on December 5, 2019

Di sini: https://prnt.sc/pt5fu2
appearance–>theme editor–>functions.php.

Jika masih bingung silakan berikan credential loginnya untuk coba kami bantu memasukkan kodenya.

Show more replies
  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
1 on December 5, 2019

dimana saya mesti menambahkan filter:
add_filter( ‘tpc_accepted_payment_method’, ‘tpc_custom_payment_method’ );

on December 5, 2019

Di sini: https://prnt.sc/pt5fu2
appearance–>theme editor–>functions.php.

Jika masih bingung silakan berikan credential loginnya untuk coba kami bantu memasukkan kodenya.

Show more replies
  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
1 on December 5, 2019

Gimana kalo validasi nya di hilangkan saja…saya pikir kurang bermanfaat

on December 6, 2019

Halo,
Untuk menghilangkan validasi sulit dilakukan karena harus merubah banyak kode di beberapa file dan jika dirubah akan berakibat ke fungsi yang lain.

Salam,
Tonjoostudio support

Show more replies
  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
1 on December 6, 2019

Saya coba update functions.php sesuai code yg diberikan, tapi website nya malah jadi problem (broken).

Coba tolong update functions.php di file link ini
https://www.ruangtutorial.com/file-sharing/

on December 9, 2019

Halo,
Mungkin bermasalah dengan tanda petiknya. Jika langsung dicopy paste maka bisa menyebabkan error.
Ini tanda petiknya sudah saya benarkan:
https://pastebin.com/x4Jt28EW

Show more replies
  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
Loading more replies
You are not logged in

Please login here or simply sign up here .