Konfirmasi Pembayaran Gagal
Updated on March 23, 2020 in Plugin Konfirmasi Pembayaran
Premium  9 on March 21, 2020

Halo, saya coba konfirmasi pembayaran tapi gagal.

https://prnt.sc/rk0mgm

Sudah coba masukin kode ini tapi tidak berhasil

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
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

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

Moderator 0 on March 23, 2020

Halo,
Coba untuk tidak langsung copy paste tapi sedikit edit pada bagian format tanda petik. Tanda petik pada value array (‘bank_mandiri’, dsb) menggunakan format yang kurang standar. Coba ganti dengan tanda petik yang standar (biasanya terletak di sebelah kiri tombol enter keyboard).

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

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

Message :
Premium  1 on March 23, 2020

Udah saya edit tapi masih tetep belum bisa

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’ );

https://prnt.sc/rkwfzv

on March 23, 2020

Halo,
Coba berikan akses loginnya untuk coba kami cek dimana masalahnya

Show more replies
  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

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

Message :
Premium  2 on March 23, 2020

Oke, ini loginnya

on March 23, 2020

Saya cek sepertinya karena konflik dengan beberapa plugin yang dipakai. Coba lakukan deaktifasi beberapa plugin yang ada

on March 23, 2020

Jika terjadi blank website, coba hapus plugin code snippet lewat cPanel atau ftp

Show more replies
  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

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

Message :
Premium  2 on March 23, 2020

Sudah di deaktifasi semua, tinggal plugin konfirmasi pembayaran dan woocommerce tapi masih tetap belum bisa.

Konfirmasi Pembayaran Gagal

– Order tidak ditemukan

on March 23, 2020

Update:
Mengenai cara penggunaan method sebagai berikut:
Jika menggunakan plugin payment gateway pihak ketiga, perlu diperhatikan kode payment yang didaftarkan di halaman Woocommerce > Settings > Payment.
Contohnya untuk Transfer Bank 1, kode payment bisa dilihat ketika link dihover, maka akan ada kode di belakang URL.
kode ‘bank_transfer_1’ tersebut harus ditambahkan ke dalam filter methods.
http://prntscr.com/rkxcfl

on March 23, 2020

Oke sip makasih mas, ternyata masalahnya memang di plugin pembayaran

Show more replies
  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

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 .