My server threw this today, which is a Node.js error I've never seen before: Error: getaddrinfo EAI_AGAIN my-store.myshopify.com:443 at Object.exports._errnoException (util.js:870:11) at errnoException (dns.js:32:15) at GetAddrInfo...
I recently started implementing shopify for one of my client. Since it's a website built in spring, I have only option to use their Javascript SDK. Everything is working fine I'm able to create a cart increase the number of product but once I...
If a user click on a button which has class name: '3-col', it will execute the following code: '{% assign products_per_row = "3" %}'. and if a user click on a '4-col' button, it will execute the following code: '...
With all the proper authentication, these are the results : ipdb> shopify.ScriptTag.find() [script_tag(347035)] ipdb> shopify.ScriptTag.get(347035) {'updated_at': datetime.datetime(2013, 5, 9, 11, 29, 17, tzinfo=tzoffset(None, 19800)),...
I am very new to Node.js, Grunt and even Sublime text 2 Following this short tutorial: https://www.otreva.com/web-development/shopify-desktop-theme-editor-windows-linux/ I think I've finally reached the 6th (last) step. All I need to know is ho...
I am trying to replace some text in an input field using JS but the view model overrides my commands each time. This is the HTML I start with: <td class="new-variants-table__cell" define="{ editVariantPrice: new Shopify.EditVariantPri...
I'm currently using the Shopify Buy Button. For the most part, I just copy and pasted the embed code and didn't change much. If you scroll all the way down to "toggle":{, you'll notice I made it so iframe and sticky is set to fal...
I'm trying to build an app for shopify and I'm interested if I can get the current logged user ID using javascript api or something similar. I was looking at the ajax api: http://docs.shopify.com/support/your-website/themes/can-i-use-ajax-api...
I'm using froatsnook:shopify trying to modify a custom collection's metafields. Server JS /** * Modify Shopify Custom Collection Metafields * @request PUT /admin/custom_collections/#{id}.json * * @param {Number} collection_id * @p...
when my app is installed I create a script tag (through the shopify API). I am only interested in running this script on product view pages. what is a reliable way to check whether the script is run by a product view page? Should I ask the merchant t...
©2020 All rights reserved.