Kevin McPhillips commented on [SDK] recent bug: notifications' text isn't...
Very odd. Do you have any user scripts or addons that may handle it? Try running it in a private tab maybe. Try clearing your browser cache.
View ArticleEmbedding script in theme by Kshitij shukla
Hello All,I have been using shopify APIs for App development for many days. And i have come to know that we cannot overwrite anything on theme.js . Although you can include your JavaScript file by...
View ArticleNate commented on Where are Metatags for Product pages?
Hey Menelaos,The title and description in the metatarsi can be managed through the API by creating Metafields for the product. A Metafield associated with a Product that has the namespace "global" and...
View ArticleNate commented on Embedding script in theme
Hey Kshitij,Would the ScriptTag resource help?
View ArticleHunkyBill commented on Embedding script in theme
@Kshitij shukla,If someone installs an App, that App can download theme.liquid using the Assets endpoint. The App can then edit the file and upload it. You probably saw the result. It is considered to...
View ArticleKshitij shukla commented on Embedding script in theme
Hey Guys ,Firstly thanks for your reply . Now I'll tell you about a high rated analytics APP in shopify , check this out :- https://apps.shopify.com/addshoppers-social-analyticsIf you install this App...
View Articlemenelaos vergis commented on Where are Metatags for Product pages?
So to Create the two metatags I must post the following content:{ "metafield": { "namespace": "global", "key": "description_tag", "value": "Description goes here", "value_type": "string" }{...
View ArticleUpdate order financial_status through API by Nea Ceasca
Hi,I'm building an API client for Shopify and got stuck at the last step of order creation flow. I create an order with financial_status = pending before user is redirected to a PSP. After I receive a...
View ArticleHunkyBill commented on Embedding script in theme
The cheesy solution is to download theme.liquid. Copy it to a new version. Install your needed code in theme2.liquid, and upload that... now tell the merchant to use the modified theme... Just because...
View ArticleNate commented on How to pass user status
The customer.has_account liquid object should have you covered.
View Articlejahbrewski commented on Refused to Display
Nate,Alright, I have ensured that I am not sending the SAMEORIGIN header: (view curl response here: https://gist.github.com/JahBrewski/2b0ae66b472533be5de7)However, now it seems that I am getting stuck...
View Articleawd commented on Exceeded maximum number of variants allowed
Hey Robert, I just wanted to let you know that your issue is now resolved. I've shipped a fix earlier today!
View Articlefetch_tracking_numbers call by Jonathan
I am Developing a new warehouse integration for the company I work for as there was not existing solution.I have gotten almost every feature to work including fulfillment request and stock requests and...
View ArticleYan commented on Refused to Display
Can't offer much help right now. I'm in the same boat, but hopefully one us will figure this out.
View Articlejahbrewski commented on Refused to Display
Hopefully the Shopify experts will expedite this one since there are multiple devs in the same boat!
View ArticleRobert Banh commented on Exceeded maximum number of variants allowed
Woohoo! Thank you!
View ArticleLee Button commented on private app not updating variant inventory
I found the answer you have to set the inventory behavior"inventory_behaviour":"decrement_obeying_policy"it is set to bypass as a default and will not change inventory levels.Lee
View ArticleGuillaume Malette commented on How to recognize gift cards in product list API?
Hello Marius,Variants of gift card products created through the admin will all have "gift_card" as a fulfillment service. For now that's the most reliable way of knowing.
View ArticleKshitij shukla commented on Embedding script in theme
Ok ..When the admin uninstalls my APP, how can I delete my APP's javascript that I PUT in assests folder ?I created a webhook for app/uninstall but looking at its response I don't think it will work to...
View Article