Capture Transaction id from custom payment method moudle
-
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 ?
- The topic ‘Capture Transaction id from custom payment method moudle’ is closed to new replies.