Jump to content
thirty bees forum

Recommended Posts

Posted

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? 

Posted

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

Posted
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

Posted

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? 

Posted

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.. 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...