为什么有些变体会错过与订阅相关的字段(例如surectes_selling_plan)?
根据 shopify noreferrer“> shopify variant liquid object需要_SELED_PLAN,SELLING_PLAN_ALLICATIONS等。
但是我在变体上找不到这些字段。我试图通过充电或可怕的订阅应用程序将订阅计划添加到我的产品中。但是仍然找不到这些领域。如何将这些字段添加到我的变体中?他们为什么失踪?我找不到订阅文档中的任何信息。
According to Shopify variant liquid object, there are subscription-related fields like requires_selling_plan, selling_plan_allocations, etc.
But I can't find these fields on my variants. I tried to add subscription plans to my products with Recharge or Awtomatic subscription apps. But these fields are still not found. How can I add these fields to my variants? And why are they missing? I can't find any information from the subscription docs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在研究一天之后,我发现付款网关是原因。当我使用伪造网关时,未显示这些字段。之后,我切换到通过测试模式开启的Shopify付款,这些字段出现。
我想这与资格要求
After researching for a day, I found out that the payment gateway is the cause. When I was using Bogus gateway, these fields were not shown. After that, I switch to Shopify payment with test mode on, these fields appear.
I guess it's related to the Eligibility requirements
您可以将订阅分配给一个变体。因此,您可以期望找到每个变体的销售计划信息的混合。您必须检查每个变体的出现或不存在销售计划。
You can assign a subscription to a variant or not. You can therefore expect to find a mix of selling plan information per variant. It is up to you to check for the presence or absence of selling plans per variant.