简体   繁体   English

管理员中的Magento错误-付款方式不存在

[英]Magento error in admin - Payment method does not exist

I had been using a custom payment module that I had built from scratch to accept payments from a particular gateway company. 我一直在使用从头开始构建的自定义付款模块,以接受来自特定网关公司的付款。 However, the company has recently uploaded a better magento extension that i have now uploaded. 但是,该公司最近上传了一个我现在上传的更好的magento扩展名。

However, since I also cleared the old files for clarity the order details page no longer opens generating an error that the payment method does not exist. 但是,由于我也清除了旧文件的内容,因此订单详细信息页面不再打开,从而产生错误,表明付款方式不存在。

I am guessing that for each order, Magento would store the payment method in the database. 我猜想对于每个订单,Magento都会将付款方式存储在数据库中。 If I can get hold of that attribute and change all old values to the new value id - this error would be taken care of. 如果我可以保留该属性并将所有旧值更改为新值id,则将解决此错误。

I have looked in the sales_flat_order and many other tables but cannot figure out where this value is stored. 我查看了sales_flat_order和许多其他表,但无法确定该值的存储位置。 Can anyone point the actual table and attribute. 任何人都可以指出实际的表和属性。

这存储在sales_flat_quote_paymentsales_flat_order_payment表的method列中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM