Mar 28, 2021
Following the examples under https://shopify.dev/tools/app-bridge/actions/titlebar My package.json has the following "@shopify/app-bridge": "^1.29.0","@shopify/app-bridge-react": "^1.29.0...
Dec 30, 2017
Is there a way to offer free shipping on specific products only via the price rules api or other workaround? All products normally have a shipping cost, however I would like to offer a discount + ...
Nov 27, 2017
Hi, I was looking into creating a private application when I came across some permissions I have not seen before. I tried scouring the Shopify Documentation but could not find anything. ...
Jun 14, 2017
So I wanted to verify that my app loads and works correctly on the Shopify Mobile app on my iPad. The app is built using the Embedded SDK. It loads and works perfectly in the Browser (Chrome, F...
Dec 10, 2016
Hi All, I am testing the my install script and I am receiving a strange reply when I am trying to create webhooks. Client error: `POST https://rewardified2.myshopify.com/admin/webhooks.js...
No content to show
User Activity
11-29-2021
Looks like the call to getState is incorrect and should be app.getState().then(function(data) {
console.log(data);
}); Works in the Admin now, but doesn't work on POS.. which is app.getState('pos').then(function(data) {
console.l...
11-29-2021
@Shopify the code here doesn't make sense.. getState: function (query) {
return new Promise(function (resolve) {
getStateListeners.push(resolve);
dispatcher(types_1.MessageType.GetSt...
11-29-2021
Switched to dev version <script src="https://unpkg.com/@shopify/app-bridge@1/umd/index.development.js"></script> The error is now Uncaught (in promise) TypeError: query.split is not a functionat index.development.js:2943(anonymous) @ index.developmen...
11-29-2021
Note the exact same error occurs when using app-bridge@2 Testing in Chrome browser, the most recent version.
11-29-2021
I am currently working on converting our EASDK integration to App-Bridge and I am hitting road-block after road-block. This basis example is throwing a javascript error <script src="https://unpkg.com/@shopify/app-bridge@1"></script>
<script>
var A...
Hi @Liam How does this relate to embedded Shopify POS authentication?I am currently servicing an ongoing issue with many users of my Shopify POS embedded app on iPad's where our cookie based authentication is throwing users into an endless "accept-co...
07-01-2019
I have been trying for hours to get this to work and keep ending up with an empty page as rendered in the modal. (Edit Cart Link Integration). Is there a super minimal hello-world app available for Shopify POS and App Bridge ? import createApp from '...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1661 | 11-29-2021 05:17 PM |