• Resolved kravzz1

    (@kravzz1)


    Hello, i’m looking to add field for checkout page inside the custom payment method mpudle of booster. The field should have a value that will be used in “Transaction ID” field in admin orders.

    since i use manual payment the client will add (TXID) manually then when click to checkout it should be available in (Transaction Field) like other automatic payments stripe/paypal etc…

    i used this code but not showing in the admin order TXID field:

    <span class="woocommerce-input-wrapper"><input type="text" class="input-text " name="_transaction_id" id="_transaction_id" placeholder="" value=""></span>

    Is it possible with booster to add custom field inside payment method that will update the TXID core field ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter kravzz1

    (@kravzz1)

    update: i have tested the custom checkout field (not working for my case), I found this shortcde in Booster but it’s to show the current value not to update it.

    [wcj_order_payment_method_transaction_id]

    Plugin Support David G

    (@gravid7)

    Hi @kravzz1

    Thanks for reaching out to us.

    Please check the below screenshot. If you want to add additional field to custom payment method then you can use [wcj_input_field name=”custom_name_1″ type=”text”] shortcode like this. Let us know if you need further help.

    https://snipboard.io/MBKRTj.jpg

    Thread Starter kravzz1

    (@kravzz1)

    Hello david. yes i got it now but this custom field cant be showed in order details i want to make it replace the (Transaction ID value) is that possible ?

    For example in checkout of custom payment method i will add this [wcj_input_field name=”custom_name_1″ type=”text”]

    And the client will add the value in below custom code then it should be showing on my order details *Transacion Id* field Like this:
    ( )

    Thanks in advance.

    Thread Starter kravzz1

    (@kravzz1)

    update: i still cant get the value that users submitted

    Thread Starter kravzz1

    (@kravzz1)

    Update: I cancelled this method temporary until finding a fix.

    Thread Starter kravzz1

    (@kravzz1)

    I’m still searching for solution. I believe I have done this before, but it’s not completed. Please help. I run a module of custom payment method and want to add field for custom input inside custom payment field and showing it in the order details.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Capture Transaction id from custom payment method moudle’ is closed to new replies.