点击“添加到购物车”按钮后,它无效。
此消息“无法将商品添加到购物车”。显示。
当我检查日志时,此异常即将到来:
Exception message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'website_ids' in 'where clause', query was:
SELECT `main_table`.* FROM `salesrule` AS `main_table` WHERE (is_active=1) AND (find_in_set(1, website_ids)) AND
(find_in_set(0, customer_group_ids)) AND
(main_table.coupon_type = 1) AND
(from_date is null or from_date<='2015-08-20')
AND (to_date is null or to_date>='2015-08-20') ORDER BY `sort_order` ASC
请建议我。
谢谢
答案 0 :(得分:1)
您要么运行非常旧的Magento版本,要么运行与Magento 1.7 +不兼容的代码。
website_ids
列。一些不向后兼容的代码会在下面的版本上引发错误。