Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 Shopify API 来显示挂单的屏幕。我添加了一个购物车属性来显示他们订单的首选取货时间。直到几周前,这一切都很好。现在我用来显示属性的 xml 没有在我的屏幕上显示属性的值(尽管它仍然被发送到管理区域)。
我用来回显该属性的代码是: < ?php=$xml->{'note-attributes'}->{'note-attribute'}->value ? >
在过去的几周里,Shopify API 是否发生了一些变化?如果是这样,我现在应该将此代码更改为什么?
我也遇到了这个。我不确定这是否是故意的,但 XML 看起来像这样进入我的 webhook:
<note-attributes type="array"> <note_attribute>
请注意,它是 note_attribute,带有下划线。我假设该数组的各个成员也将具有注释属性,但显然它们不是。我不知道这是否是设计使然...
我希望这有帮助,
马特