Hello, I modified the check payment gateway to show ” Comptant / Cash “, and played with poedit and all that. Now, I’m trying to get the ” Transaction Status: Incomplete – retry payment ” to be automatically set to ‘ complete ‘.
Not finding how, I tried to hide only the css class linked to the transaction details, ” <div class=”ee-transaction-status”> but it hides the whole thing, “Total Cost:, Amount Owing:, Transaction Status:, Retry Payment “.
I’d either get the transaction status to be always ‘ completed’ for that payment processor, or hide that line of it’S not possible.
ok, that look to be what I used in EE3, I forgot to precise that I am using EE4 now — I looked into the modles > gateways > Check infos and I don’t seem to be finding the pending status there. Any idea where to look while I continue to search ?
Hello, thanks for that — it inspired me to research and modify the first CSS line, ” .espresso_payment_overview h3:nth-of-type(2) { display:none; } ” , which should read : ” .espresso_payment_overview tr:nth-child(3) { display:none; } ” to ge the desired effect. I learned new things today π
thanks !
Viewing 4 reply threads
The support post ‘Check payment gateway set to 'approved'’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.