为了账号安全,请及时绑定邮箱和手机立即绑定

如何将查询字符串添加到 BigCommerce 代码?

如何将查询字符串添加到 BigCommerce 代码?

PHP
喵喔喔 2023-10-22 20:54:13
如何在“image=product.main_image”指令之后添加查询字符串。我只想将查询字符串添加到图像的SRC标签中,但我不知道如何编辑BigCommerce代码。谢谢。    {{> components/common/responsive-img                image=product.main_image                class="productView-image--default"                fallback_size=theme_settings.product_size                lazyload=theme_settings.lazyload_mode                default_image=theme_settings.default_image_product                otherAttributes="data-main-image"    }}
查看完整描述

1 回答

?
千万里不及你

TA贡献1784条经验 获得超9个赞

此处的 main_image 属性实际上是一个对象,其中嵌套了 URL。因此,不能直接向其添加查询字符串。

您可以在组件本身中执行此操作,如下所示:

https://github.com/bigcommerce/cornerstone/blob/master/templates/components/common/responsive-img.html#L39

如果您愿意,您可以在结果顶部调用 {{setURLQueryParam}} 帮助程序来添加参数。


查看完整回答
反对 回复 2023-10-22
  • 1 回答
  • 0 关注
  • 110 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信