zencart 数据库中购物车表的名称
我想知道在付款完成之前将产品名称和其他购物车详细信息(如数量等)保存在 zen cart 中的表的名称。
一旦我将一个项目添加到我的购物车并注销并再次登录并添加另一个项目,那么我就可以看到这些项目是否在我的购物车中。所以我认为数据保存在数据库中。我想知道它的表名是什么。
I would like to know the name of the table in which the product name and other sopping cart details like quantity etc are saved in zen cart before the payment is completed.
Once I add an item to my cart and logged out and again logged in and add another item then I can see both if these item in my cart. So I think the data is saves in database. I would like to know whats its table name.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 zen_customers_basket。购物车数据在您登录之前都处于会话状态,一旦您登录,所有购物车数据都会复制到 zen_customers_basket 表中。如果您注销而未下订单,那么当您重新登录时,这些产品会自动添加到您的购物车中。
it's zen_customers_basket. Shopping cart data are in session untill you login, once you login all shopping cart data copy to zen_customers_basket table. If you logout without placing an order then those product automatically add on your shopping cart when you login back.