HunkyBill commented on Getting Proxy Url from an installed shop
I thought the page was determined by you, for your App, in your partner control panel for the App. You choose the page... there is nothing in a merchant's control to allow them to change the page you...
View ArticleAndrew commented on Getting Proxy Url from an installed shop
Hi HunkyBill,The shop can change the url on their end from their admin/apps page by clicking the dropdown below the app and selecting 'Edit proxy url'.More often then from editing I run into issues...
View ArticleHunkyBill commented on Getting Proxy Url from an installed shop
Ahhh! Ok.. cool! ... you're a trail blazer here.. awesome.. sounds like they need to apply some elbow grease to this Proxy end of things.
View Articletestshop Admin commented on Product update webhook send wrong old value
I am sorry for the missing of WH data. Attached!I updating item manually from product inventory admin panel in store
View ArticleCreating webhook for Uninstalling an Shopify App in PHP by Luke skywalker
HelloI am not able to connect the dots for creating a webhook using api in PHP when any shop-user un-installs a shopify app.When i use the term webhook, i assume there will be some UI to set the...
View ArticleRyan | Add to Cart Apps commented on Creating webhook for Uninstalling an...
You can only do this with an api call the webhook is called "app/uninstalled" documentation on registering a webhook can be found herehttp://docs.shopify.com/api/webhookOne thing to be mindful of is it...
View ArticleHow transcation the money using shopify api when order details completed? by...
How transcation the money using shopify api when order details completed?Hi, i am creating iphone and android apps for my shopify store.I have finished get the products and related details.I kenw well...
View ArticleShopifyAPI feature request: Product Image Metafields by Crimbo
I’ve noticed a hole in the ShopifyAPI.You can set ‘alt’ tags on Product Images… yet you cannot filter Product Images depending on the ‘alt’ tag.I see the ‘alt’ tag is saved as a Metafield of the...
View ArticleKevin Hughes commented on Product update webhook send wrong old value
and you are setting the inventory to 10 manually? what was it before?
View Articleputting a script in the checkout loop by Melissa Auxier
I would like to present a shopper with one of 2 or 3 pages would be decided based on his shipping data and his discount/coupon code he provides as checkout (ulitmately, I would like to approve or...
View ArticleMigrating Squarespace Blogs to Shopify? by The Higher Culture
Hello,I'm in the process of migrating some squarespace sites to shopify but for the life of me, a customer service rep, and outdated form topics - can't seem to figure out the easiest way! I can get...
View Articlehj commented on putting a script in the checkout loop
Hello Doug,basically only the CSS of the checkout proces can be customized, with one exception: you can add scripts to the thank you page (Liquid and/or javascript). The inner workings of the checkout...
View ArticleApp Callback URL roles (documentation improvements required...) by shaharsol
I want to share my conclusions regarding the Callback URL learnt from developing my first Shopify app. I really think Shopify's documentation needs to be enhanced over this issue. In my own experience...
View ArticleRegister New Fulfillment Service by Andy
HiI am developing a new Shopify app using .Net for fulfillment services. I have followed the Github example by Colin McDonald for building a .Net Shopify app. This is working and the App...
View ArticleHow transaction money or details whent order complete status? by...
How transaction money or details when order complete status?We have planned to create iphone apps for mystore.shopify.com.I have get orders and fetch the orders via api.But i cant transcation the...
View ArticleHow do I add automatically a remarketing tag? by Gadi
Hi,I'm building an app for the Shopify app market. The user who will install this app will need to add a remarketing html tag to his shop.I saw that in some apps they ask him to copy and paste the tag...
View ArticleLuke skywalker commented on Creating webhook for Uninstalling an Shopify App...
Hello.Thanks for replying back.How i can register a webhook for "app/uninstall".In the shopify partner dashboard, i didn't get a clue to register for the same.Is the webhook need to be set from our...
View ArticleRyan | Add to Cart Apps commented on Creating webhook for Uninstalling an...
It needs to be server side. We put it as part of the installation flow. We also use PHP so the below example is using Silex and Guzzle.$uninstallRequest =...
View Article"Unprocessable Entity" error while creating Transaction by Roger Einstoss
I'm developing a private application, through it im creating orders, after creating one i'm trying to create a transaction for it, but the api throws "Unprocessable Entity".Also i'm trying to change...
View Article