问题标签 [shopify-app]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
json - Shopify 带有部分的光滑滑块有问题吗?
我正在构建 Shopify 主题并添加光滑的滑块插件http://kenwheeler.github.io/slick/。
我已经创建了用于设置内部的模式 json 和 Slider 的代码,但无法开始工作。我收到一条错误消息:
15:48:35 [开发] 对主机 unique-legacy.myshopify.com 上的sections/slick-silder.liquid 进行资产更新
状态:422 无法处理的实体错误:标签“架构”中的无效 JSON 15:48:58 [开发]资产配置/settings_data.json 根据忽略模式过滤
我的导师告诉我,JSON 模式并没有什么问题,但是创建的光滑滑块会拥有一些东西,但仍然无法理解正在发生的事情。
解释代码:试图创建的是一个带有光滑的自定义滑块,并以它在新部分选项中的方式创建。
因此,使用该主题的用户可以将滑块放在任何页面上并移动到底部或顶部。
有人可以解释一下吗
php - Guzzle 6 批量 Httppost 请求到 shopify api
我正在使用托管在 Heroku 上的 php、Guzzle 6 使用 shopify 网络应用程序创建订单。使用以下代码片段。
尽管它成功创建了订单,但它反复发生。
这是我得到的 Heroku 日志。 日志
shopify-app - Shopify 如何为现有客户发送邀请电子邮件?
伙计们。我是shopify开发的新手。现在我正在通过 API 开发 shopify 私有应用程序。当我通过 API 使用 send_invited_email=true 创建新客户时,它运行良好。但是,当我尝试为现有客户发送邀请电子邮件时,send_invited_email=true 无法正常工作。如果有人有想法?非常感谢!!
shopify - Shopify 产品评论应用程序获取总评论数
我想使用 shopify 产品评论应用程序在产品系列页面、主页或产品循环中的任何产品行上显示有多少人留下反馈和产品评级编号。
但我找不到任何方法来做到这一点。
谁能给我任何建议,我该怎么做?
ruby-on-rails - 从shopify_app(rails gem)重定向后,它显示糟糕,出了点问题。?
嘿,我正在使用“shopify_app”gem,安装 Shopify 应用程序后遇到了一些问题。当回调 URL 重定向到 root 时,它会在屏幕上显示此消息。我发布 gem 文件、omniauth.rb、shopify_app.rb 和控制台日志,所以任何人都可以帮助我解决这个问题?
宝石文件:
全域认证.rb
shopify_app.rb
日志:
嘿,我正在使用“shopify_app”gem,安装 Shopify 应用程序后遇到了一些问题。当回调 URL 重定向到 root 时,它会在屏幕上显示此消息。我发布 gem 文件、omniauth.rb、shopify_app.rb 和控制台日志,所以任何人都可以帮助我解决这个问题?
shopify - Shopify 单个产品的可变价格
我即将在我的 shopify 中展示一个机架构建器。
用户可以设置各种自定义,例如行数和列数以及每个单元格的大小以及每个单元格的门选项。
问题是我想知道如何为该产品启用可变价格。我想我不能使用变体产品,因为它的数量有限。
php - Integrate Laravel application into Shopify Storefront
Are there any Shopify "Embedded App SDK" in the Shopify Storefront rather than in the Shopify Admin?
Like in the illustration below, Letter A is already available in the Shopify SDK (https://help.shopify.com/api/sdks/shopify-apps/embedded-app-sdk). But currently as of this writing, what we would like to do is illustrated in letter B
Is this possible? Or do you guys have any suggestions on how to handle this?
Thank you very much.
php - 使用 Editify App Shopify 时经常性订单应用程序崩溃
我开发了一个定期订单(即订阅)应用程序来shopify 商店。
随着 Editify App 的存在,它会崩溃并无限期地创建相同的根订单 + 重复订单。
有没有人有任何解决方案?提前致谢!