ShopWare 中 Article.availableFrom 的更改无效
Changes of Article.availableFrom in ShopWare has no effect
我打开了 Shopware 5.4.6 后端并且
将商店设置为编辑模式(非生产模式)。
我签到 Settings > Performance
✔ Use shop in edit mode
然后我打开 articel > overview > multichange
并为所有产品设置 Article.availableFrom
2018-10-1000:00:00.
这些变化Article.availableFrom我在下面找到了Select:
SELECT distinct available_from, changetime, datum FROM s_articles
2018-10-10 00:00:00, 2018-09-11 00:00:00, 2017-10-05
但页面重新加载(Shirt+F5)仍然显示:
This article will be published on
2018 年 10 月 11 日
这就是为什么我在 Settings > Theme Manager
中尝试以下操作(总是在主题编译和网页重新加载之后):
- 编译器缓存停用关闭到开启
- CSS 启动到关闭
- JavaScript 启动到关闭
并且检查了Settings > Performance > Cache
中的所有并按下按钮清空(然后网页重新加载Shift+F5 )
毕竟我尝试了 Themes compile
并且我重命名了
然后我将 /var/cache/production_201807181357
重命名为
/var/cache/backup_roduction_201807181357
之后,SW 已经创建了一个类似的文件夹。我的问题仍然存在。
您要找的字段是s_articles_details.releasedate。
"availableFrom"为数量下拉
我打开了 Shopware 5.4.6 后端并且
将商店设置为编辑模式(非生产模式)。
我签到 Settings > Performance
✔ Use shop in edit mode
然后我打开 articel > overview > multichange
并为所有产品设置 Article.availableFrom
2018-10-1000:00:00.
这些变化Article.availableFrom我在下面找到了Select:
SELECT distinct available_from, changetime, datum FROM s_articles
2018-10-10 00:00:00, 2018-09-11 00:00:00, 2017-10-05
但页面重新加载(Shirt+F5)仍然显示:
This article will be published on
2018 年 10 月 11 日
这就是为什么我在 Settings > Theme Manager
中尝试以下操作(总是在主题编译和网页重新加载之后):
- 编译器缓存停用关闭到开启
- CSS 启动到关闭
- JavaScript 启动到关闭
并且检查了Settings > Performance > Cache
中的所有并按下按钮清空(然后网页重新加载Shift+F5 )
毕竟我尝试了 Themes compile
并且我重命名了
然后我将 /var/cache/production_201807181357
重命名为
/var/cache/backup_roduction_201807181357
之后,SW 已经创建了一个类似的文件夹。我的问题仍然存在。
您要找的字段是s_articles_details.releasedate。 "availableFrom"为数量下拉