Cannot edit Payment

Hi guys,

does anybody run into a problem where he could not edit the properties of all the methods of payment. All the fields are readonly or disabled. I checked the correspondig tpl and there is a variable wich is called $readonly, if it is set to true the described behaviour is normal. Does anybody know what is the reason for this and how a can configure oxid so i can edit this fields again?

Thanks in advance
NIck

Hi Nick,

no idea where you got this variable from. Best would be to check your shop with a oxchkversion.

Regards

hi marko,

i use the pro edition 4.4

here is the code from /out/admin/tpl/payment_main.tpl

[{if ($shopid != “1” && $shopid != “oxbaseshop”) || $readonly}]
[{assign var=“readonly” value=“readonly disabled”}]
[{else}]
[{assign var=“readonly” value=""}]
[{/if}]

Hi Nick,

did you see the code in line 36? Could you double check if the the payment methods are activated, best in the database?
I remember that your shop was already up and running. What did you do before this behaviour?

Regards