打字条件GP未完成

时间:2018-09-21 14:16:03

标签: typo3 typoscript typo3-6.2.x

我在脚本中遇到了这样的问题。我有一个条件,但不起作用。我不明白为什么我尝试了不同的含义,却无济于事。谁能说为什么? 我用的是Typo3 6.2

[globalVar = GP:tx_store_storelocatorframe|store != 0]

另外,当以这种方式显示值时,我会在浏览器中得到正确的结果。

page.10.wrap.data = GP:tx_store_storelocatorframe|store

原因可能是该值是 String 类型?

1 个答案:

答案 0 :(得分:0)

我建议使用以下条件/运算符。如果需要,您可以添加一个else分支来检查正在发生的事情。

[globalVar = GP:tx_store_storelocatorframe|store > 0]
    ...
[else]
    ...
[end]