Top "Shopify" questions

Shopify is an online platform for creating e-commerce sites and other dynamic websites.

What's the source of Error: getaddrinfo EAI_AGAIN?

My server threw this today, which is a Node.js error I've never seen before: Error: getaddrinfo EAI_AGAIN my-store.…

javascript node.js error-handling dns shopify
Setting Content-Type in Django HttpResponse object for Shopify App

I'm working on a Shopify app using Django, which I am hosting on a VPS with nginx and gunicorn. I …

python django http httpresponse shopify
Adding custom CSS and JS to Shopify

I am working on getting vertical tabs for a page on Shopify, using the 'Atlantic' theme. As this theme does …

javascript jquery html css shopify
Convert string to integer in Shopify Liquid?

I just read this related answer: How can I convert a number to a string? - Shopify Design — Ecommerce University …

type-conversion shopify liquid
Shopify: How to edit the HTML / Liquid on the checkout page?

I just started a shopify store and I want to edit the HTML or Liquid on the checkout page when …

shopify
How do I retrieve a specific product in Shopify Liquid?

I have a list of product handles, and I want to fetch the product based on this handle. It seems …

product handle shopify liquid
Date Math / Manipulation in Liquid Template Filter

I'm constructing an "Integration URL" in Desk.com, which uses the Shopify Liquid Template filter syntax. This URL needs to …

date shopify liquid liquid-layout
Using Font Awesome library in a Shopify store

I'm trying to use Font Awesome: http://fortawesome.github.com/Font-Awesome/ I've used these font icons on several Rails projects …

font-face shopify font-awesome
How to catch the HTTP POST request sent by a Shopify Webhook

I'm somewhat of a noob, and not afraid to admit that, I'm working on this project as a learning experience …

php ruby-on-rails shopify webhooks
How do I set up a session value in Capybara?

I am developing an app for Shopify and I want to do integration testing. I need to be able to …

ruby-on-rails capybara shopify