数据库中记录的Magento结帐方法 [英] Magento checkout method recorded in database

查看:54
本文介绍了数据库中记录的Magento结帐方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Magento结帐方法是否记录在数据库中的任何地方.

Is the Magento checkout method recorded anywhere in the database.

我知道可以在会话期间访问该值,即注册,来宾等,但是下订单后该值是否记录在任何地方?

I know the value can be accessed during the session i.e. register, guest etc but after the order is placed is the value recorded anywhere?

推荐答案

结帐方法存储在sales_flat_quote表的customer_is_guest字段中.值为1表示使用来宾结帐选项结帐的客户.值为0表示客户使用其帐户签出.您可以使用订单对象中的报价访问报价.

Checkout method is stored in the sales_flat_quote table in the customer_is_guest field. A value of 1 indicates the customer checked out using the guest checkout option. A value of 0 indicates the customer checked out using their account. You can access the quote using its id from the order object.

这篇关于数据库中记录的Magento结帐方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆