Top "Shopify" questions

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

What language is in ".liquid" files?

I got some a small assignment to add a feature to a theme made on Shopify. I am good with …

shopify
Enabling Liquid templating syntax highlight in webStorm/phpStorm

I wonder if someone managed to enable the Liquid templating engine syntax highlighting in WebStorm IDE, I work a lot …

syntax-highlighting shopify webstorm liquid textmatebundles
How to develop Shopify themes locally?

I'm going to work on a Shopify theme, and I want to figure out how to run/edit it locally. …

shopify
Importing Node Modules With JavaScript

I apologize for the simple question, but I'm pretty new to web development and JavaScript. I want to import a …

javascript node.js npm shopify
Web API 2 return OK response but continue processing in the background

I have create an mvc web api 2 webhook for shopify: public class ShopifyController : ApiController { // PUT: api/Afilliate/SaveOrder [ResponseType(typeof(…

asp.net-mvc-4 shopify asp.net-web-api2
Print_r equivalent in Liquid

In Liquid, how can I find out all the values that a collection contains? Is there a print_r function …

ruby-on-rails liquid shopify
python requests - encoding with 'idna' codec failed (UnicodeError: label empty or too long) error

An api call I have been using with the requests package is suddenly returning the following error: "UnicodeError: encoding with …

python api request shopify
How do I display all of my products on my home page using Shopify and Liquid?

Is there a simple snippet of Liquid markup I can use on my index.liquid page (home page) to display …

e-commerce liquid shopify liquid-layout
Can you pass values through the url in Shopify?

Juan Hello I was hoping a Shopify expert could advise me. I already have a collections template in use and …

shopify liquid
shopify I need to check if current page is a collection page and not a single product page

I am trying to check if my current page is a collection page not a single product page in some …

shopify liquid liquid-layout dotliquid