No content to show

User Activity

 Shopify Plus 很简单,生成一个TOKEN如果是AJAX是需要模拟表单,表单提交地址就是: xxx.myshopify.com/account/
我想完成一个客户可以无需注册直接通过FaceBook账号就可以登录我的shopify商店我在测试环境中全部过程已经完成, 但是在正式环境的时候发现The Multipass login feature is available to Shopify Plus merchants only. Shopify Plus 需要$2000/月。太贵了还有其他什么方式吗?(除在shopify应用下载应用)
是参数使用方式错误$graphQL = <<<Query mutation ($input: CustomerInput!) { customerCreate(input: $input) { customer { id displayName } userErrors { field message } } } Query; $variables = [ "input" => [ "fir...
content-type 还是这个application/graphql  这个没有改~~是shopify-cli 下载的PHP 我说的改是 query 里面 那一个小部分修改不是修改 content-type 意思就是我如果里面的内容是应用于全部客户, 可以成功返回, 但是如果我指定特定用户使用就错误, 我在想是不是我的query 指定特定用户得那一小段内容有问题~~正确的格式应该是什么样子的
Content-Type 这个应该是没有问题的 customerSelection: {   "customers": {      "add": "gid://shopify/Customer/xxx"   }}改成全部customerSelection: {    all: true}是可以成功的只是我有一个需求是这个折扣码需要指定客户使用  
Graphql  >> discountCodeBasicCreate指定用户部分customerSelection: { "customers": {    "add": "gid://shopify/Customer/xxx"   }}我尝试过 "add":  ["gid://shopify/Customer/xxx"]都是错误  {"message":"Parse error on \"customers\" (STRING) at [9, 7]这个地方应该怎么写啊
功能需求:会员积分1. 商家在管理后台客服可以查看用户积分2. 购买者可以在登录商家页面后查看自己的积分3. 购买者在购买商品的时候可以得到积分,也可以用已获得的积分来抵扣支付价格。已完成。shopify cli 我安装了,新建了一个空白的APP,并安装到了测试商店不太清楚的 。1 积分这个字段怎么添加。2 商家客服信息界面如何添加一个新的积分字段3 用户支付的时候使用积分,最总价格的验证代码我应该在哪里添加。他的整体的开发构架流程,需要自己的服务器不~~这个没有一个思路
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.