Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. The community is reviewing whether to reopen this question as of 1 year ago. Improve this question Failed to connect to name.myshopify.com port 443: Connection refused when using
Tag: shopify
Tap and Tap Hold Action not working in Mobile Phone / Firefox Mobile Tester
I am trying to change the opacity of an element on mousetap or hold in shopify but it doesn’t seem to work. I have added prevent default as the grid-product__link is a link <a href="url" …
Check whether a url exists or not in Shopify
How can I validate a Shopify store’s URL? Given a URL how can I know whether it is a valid URL or 404 page not found? I’m using PHP. I’ve tried using PHP get_headers().
How can I re-acquire a Shopify OAuth access token for a store that has previously installed my application?
I requested authorization for a public application to be able to access store data via the Shopify API. The store successfully authorized my application via an authorization request URL such as …
Shopify password update using Shopify API
Can we update password for a User or Customer that already exists in Shopify using the Shopify API? Answer The User endpoint is available for Shopify Plus stores, but it is currently read only – no user management is possible via this API https://docs.shopify.com/api/reference/user
Shopify Tags total items
In Shopify, how do I show a list of tags followed by the number of products with that tag? Example: Black(12), Blue(10). Currently the code looks like this, but it doesn’t work.
- {% …
Shopify Webhooks: How do I run JavaScript when a Webhook is triggered?
I want to setup a Shopify Webhook on the Order Cancellation event that will cause some javascript code to be run. In this specific case, I want to send a negative transaction to Google Analytics to remove the transaction when an order is cancelled (as described here: https://support.google.com/analytics/answer/1037443?hl=en ) I have my callback url / page setup (PHP) and it