json 字符串中的 MODx MIGX 变量

发布于 2024-12-10 15:07:53 字数 395 浏览 0 评论 0原文

我在 where-json-string 中使用变量时遇到了一些问题。 我正在另一个 MIGX getImageList 模板内运行 MIGX getImageList 。

[[getImageList? 
&tvname=`migxProducts` 
&where=`{"productGroupName:=":"[[+productGroupName]]","productItemType:=":"product"}` 
&tpl=`migxProductsListRowTpl`]]

似乎是 [[+productGroupName]] 打破了这一切。我需要在 where 字符串中使用该变量。

有什么问题的线索或者是否有解决方案?

提前致谢。

I have a little problem with using a variable inside the where-json-string.
I'm running a MIGX getImageList inside an other MIGX getImageList -template.

[[getImageList? 
&tvname=`migxProducts` 
&where=`{"productGroupName:=":"[[+productGroupName]]","productItemType:=":"product"}` 
&tpl=`migxProductsListRowTpl`]]

It seems that it's the [[+productGroupName]] that breaks it all. I need to use that variable in the where string.

Any clue of what's wrong or if there's a solution?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷情妓 2024-12-17 15:07:53

您如何获取您的 productGroupName 变量?
我认为您可能正在混合 MODX 标签。

如果当前资源是电视机,您可能需要使用[[*productGroupName]]

如果它是从 getResources 调用中提取的,您可能需要确保前缀为空(使用参数 getResources?... &tvPrefix=)或使用默认前缀:[[+tv.productGroupName]]

我希望这会有所帮助。

How are you grabbing your productGroupName variable ?
I think you might be mixing MODX tags.

If it's a TV set on the current resource, you might want to use [[*productGroupName]].

If it's pulled from a getResources call, you might want to either make sure the prefix is empty (with the parameter getResources?… &tvPrefix=) or use the default prefix: [[+tv.productGroupName]].

I hope that will help.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文