Presta 商店 - smarty 缓存问题
问题是,有人在 presta 商店中设置了缓存 true 和编译 false smarty 选项吗?
如果启用此选项,则任何操作都不会起作用,因为聪明的 ->assing 只能完成一次,如果您将其他值放入占位符,则只有第一个值会被激活。
添加到购物车或删除不起作用。
有什么想法吗?
The question is that has anyone setup the presta shop with cache true and compile false smarty options?
If this options are enabled nothing is working as it schould the smarty ->assing can be done only once if you put other value to a placeholder only the first will be active.
The adding to cart or deleteing is not working.
Any ideas ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你准备好了 Smarty 文档,那很正常: http://www.smarty.net/docsv2/en/缓存 缓存选项将缓存第一个 smarty-> 显示渲染,以便在接下来的 3600 秒内使用此结果。
That just normal if you ready Smarty doc : http://www.smarty.net/docsv2/en/caching cache option will cache the first smarty->display rendering to use this result during the next 3600 seconds.