MichaelEZ Posted July 1, 2020 Posted July 1, 2020 Hi all, so recently we re-opend shop, everything is working but i just saw missing payment methods from invoice - when selected cash on delivery or bank wire its just blank - but when selecting last option (GOpay) its shows as it should.. I tried turn off not native modules, overrides, turn off gopay and tried withut it, but still its blank.. So i reinstalled bankwire and cashondelivery no changes.. So i turned it all back and tried something like this - but unfortunatly still nothing: {if $payment->payment_method == "Cash On Delivery "} <td class="right small"> CashOnDelivery text </td> <td class="right small">{displayPrice currency=$payment->id_currency price=$payment->amount} </td> {elseif $payment->payment_method == "GoPay Gateway" } <td class="right small"> GoPay text </td> <td class="right small">{displayPrice currency=$payment->id_currency price=$payment->amount} </td> {elseif $payment->payment_method == "Bank wire" } <td class="right small"> Bankwire text </td> <td class="right small">{displayPrice currency=$payment->id_currency price=$payment->amount} </td> {else} <td class="right small">shoud not display </td> {/if} So I just find out that there are none new orders in ps_order_payment So any idea what to do?
wakabayashi Posted July 6, 2020 Posted July 6, 2020 Not sure if I understand this right. Ist this about invoice.tpl?
MichaelEZ Posted July 7, 2020 Author Posted July 7, 2020 Hi, I´m talking about invoice.payment-tab.tpl
wakabayashi Posted July 7, 2020 Posted July 7, 2020 I don't have this file in my theme... But what about $order->payment
MichaelEZ Posted July 13, 2020 Author Posted July 13, 2020 well, it seems problem is somewhere else, ps_order_invoice_payment table is not being updated, i can see old data, but none row is create with new order now, tried to disable all modules, overrides - did not help
wakabayashi Posted July 13, 2020 Posted July 13, 2020 Same here. Not sure if this was dropped or if it's just a bug.
datakick Posted July 13, 2020 Posted July 13, 2020 1 hour ago, wakabayashi said: Same here. Not sure if this was dropped or if it's just a bug. Works correctly for me. I tried botch changing order status to 'paid' one, and manual invoice generation. In both cases, payments were correctly attributed to the newly created invoice
wakabayashi Posted July 13, 2020 Posted July 13, 2020 @datakick Sorry. I was wrong. It's working here too...
MichaelEZ Posted July 14, 2020 Author Posted July 14, 2020 Fixed by invoice module - atleast invoice shows corretly now, but ps_order_invoice_payment table is still not being updated so i want to ask if this is BIG problem or something that can be ignored?
wakabayashi Posted July 14, 2020 Posted July 14, 2020 Actually it really should be updated as it's working. Have you sorted by id_order and checked, what the newest value is?
datakick Posted July 14, 2020 Posted July 14, 2020 It sounds like a big problem. You should check what overrides you have installed
MichaelEZ Posted July 14, 2020 Author Posted July 14, 2020 Well problem is that overrides are forbidden, 3td party modules too..(atleast in the morging they were, now its not working it seems.. it just ignore those buttons) so i opened ps_order_payment and there is same issue.. no new rows when i edit/open order, payment method box is not filled - but I can add data manually and save it..
wakabayashi Posted July 14, 2020 Posted July 14, 2020 I would say you either look at a test db or an external module is doing a very bad override...
MichaelEZ Posted July 15, 2020 Author Posted July 15, 2020 well im sure thats not test db 😄 and yep thats only reason what coud go wrong.. well ill try backup/update when time allows it
wakabayashi Posted July 15, 2020 Posted July 15, 2020 3 hours ago, MichaelEZ said: well im sure thats not test db It happened to me multiple times, thats why I wrote it 😅
MichaelEZ Posted July 15, 2020 Author Posted July 15, 2020 i have similar experience 😄 but thats something i triple chceck before goin on forum 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now