旋转,跳跃,不停歇…
zen cart easypopulate 出现黄色警告的解决方法
把customers_basket_attributes和customers_basket两个表的内容清空就可以了,记住是清空不是删除。
或者直接后台执行:truncate table customers_basket_attributes; truncate table customers_basket;
出现这个的原因是购物车内有产品信息残留无法清除,会导致批量导入无法安装正常使用
把customers_basket_attributes和customers_basket两个表的内容清空就可以了,记住是清空不是删除。
或者直接后台执行:truncate table customers_basket_attributes; truncate table customers_basket;
出现这个的原因是购物车内有产品信息残留无法清除,会导致批量导入无法安装正常使用
不是啦,如果不清空这两个表,只会让easypopulate上头出现不可消除的警告而已,对它的使用不会有任何影响。
出现这个问题的主要原因是不正常删除产品导致的。
在客户购物车历史记录里会保留有不存在的产品信息,但zen cart本身却无法成功去除。