Shopify is an online platform for creating e-commerce sites.

learn more… | top users | synonyms

0
votes
1answer
86 views

PUT method not post data ShopifyAPI

I am using ShopifyAPI using CURL, I had integrated API for Create product and remove product using POST and DELETE method respectively but when I use PUT method for modify product as mentioned below ...
0
votes
0answers
57 views

Shopify App Review process

I've posted my app for review more than one month ago now, and it's still in "In Review for Publishing" status. It was one month in Beta before and during this period it was installed by few users. ...
1
vote
1answer
43 views

Shopify Django app failing in shopify_app/views.py in finalize

I created a Shopify app hosted on Heroku. I had to modify the name of the shopify app from shopify_app to shopifyapp for Heroku to recognize it as a Django app. If I visit my app directly though ...
0
votes
3answers
216 views

Shopify liquid: How can I conditionally include snippets in Shopify liquid?

I would like to include a snippet in a template but only if the snippet file exist. Is there any way I can do it? Now I'm just using: {% include 'snippetName' %} But this throws the error: Liquid ...
1
vote
1answer
77 views

Shopify Python API - how to search for a product

I have built a django app that is the primary store for my products. From this, I publish products to my Shopify Store. Now my django app knows first when my product goes out of stock. Question: ...
0
votes
2answers
174 views

Parse Rails timezone to_s on the JVM

I am writing a JVM based client for Shopify, and need to get the timezone info from the API. The data returned is of the form: "(GMT-05:00) Eastern Time (US & Canada)" Which doesn't actually ...
1
vote
0answers
111 views

Using jQuery to edit Shopify variants

Alright so I'm trying to figure out how to make content appear and disappear based on the product variant someone chose, and with the help of some people here, I managed to get the jQuery code that I ...
1
vote
2answers
145 views

Blog structure like: blog.domain.com (on Shopify)

I am using Shopify to build an online store. I am wondering how some sites, e.g.: http://www.ksubi.com http://www.gamerprint.co.uk are managing their blogs. Clearly, they have somehow integrated ...
1
vote
0answers
93 views

OmniAuth 2 Shopify Redirect URL with App Proxy Rails [closed]

I built a Shopify App using the Shopify API Gem in Rails. All works well in the dev environment, however when I switch to prod there is one small problem. The prod env has a load balancer, app server ...
0
votes
1answer
105 views

issue with @font-face on mozilla while using Shopify

I am using the css @font-face { font-family: ChangaOne-Regular; src: url({{ 'changaone-regular.eot' | asset_url }}); src: url({{ 'changaone-regular.eot?#iefix' | asset_url }}) ...
0
votes
1answer
24 views

Create a link to the tag from home age in Shopify

I am trying to create a navigation bar in the sidebar dynamically. I used the following code: <ul>{% for collection in collections %} {%if collection.title != 'Frontpage' %} <li ...
1
vote
1answer
191 views

Shopify retina display image sprite

I have a shopify website with a customised theme. The images are in a sprite named "sprite_images.png". I'm looking at some sites about applying retina sprites to retina displays. ...
1
vote
3answers
83 views

Can I install my own certificate in my shop?

Based on the documentation I've found I think the answer is unfortunately no but I thought I'd ask here to be sure. We're moving our shop to a custom domain and would like the whole site (not just ...
2
votes
1answer
173 views

Shopify API: Create hidden product variant

Is it possible to create an unpublished/hidden product variant through the Shopify API? I know it's possible to create a hidden product by specifying product['published'] = false in the POST request, ...
0
votes
1answer
80 views

How to get all products of a Shopify shop?

In my theme development, I don't find the way to get all the products of my shop. Although, I can retrieve all the collections with the variable collections (exemple: {% for c in collections %}).
1
vote
1answer
82 views

Shopify: How can I handle an uninstall followed by an instant re-install?

I've recently had the case that a user un-installed my Shopify app and instantly re-installed it. This caused a problem because I store all my users in a DB table. Login/Installing works as follows: ...
0
votes
0answers
40 views

Some strange response from Shopify API

I am really confused by the response given by Shopify API. When i do partial refund using Orders(cancel) API call, Sometimes it shows Refunded or sometimes it shows Partially Refunded in ...
0
votes
0answers
54 views

Shopify liquid {{% for order in customer.orders %}} limits output of 20 orders?

I am trying to output all customer orders using the for loop {% for order in customer.orders %}. This only displays 20 orders and there is no way to pull the additional orders from the backend. I ...
0
votes
0answers
115 views

Shopify Theme Ruby Gem Errors

Hi there I'm attempting to use the shopify_theme gem to manage local shopify development and utilize version control, however I keep getting the errors below. I've reviewed shopify's API docs along ...
4
votes
1answer
188 views

Shopify: Problems Getting OAuth Access Token

I've retrieved the authorization code in Step 1 of OAuth without a problem, but for the life of me I can't complete a post to get the access token. I always get the same error: content: ...
0
votes
1answer
248 views

Create filter that passes multiple selectors via css

Question: Javascript code and filtering is not functioning. What is not correct in my Javascript? I am implementing a filtering & sorting user experience for shopping cart products based upon the ...
1
vote
1answer
41 views

OAuth Post Request Failing

I've got everything working up until Step 2 of the OAuth process where you request the actual token. I'm using a very simple jQuery Post request and constantly getting Access Control Origin errors. ...
0
votes
1answer
25 views

Shopify App URL forwarding error

We created the user-photos app published in the Shopify app store. But it suddenly stopped working on all our clients stores, we have not made any changes. The issue we see relates to the URL ...
0
votes
2answers
64 views

How to add scopes to an existing Shopify App Installers

I have built Shopify public app with Read Orders Scope only, Now i just realized that i will have to also add a new asset to my installers store. I can't add the new 'write_theme' scope to my Auth ...
0
votes
1answer
186 views

Shopify: Is it possible to find a product by sku number?

The data that I'm getting only contains the SKU numbers. I am trying to figure out how I can link these SKU numbers to the product variants in Shopify without the actual product id number. Example ...
2
votes
1answer
78 views

Conditionally embedding a non-product element in a Shopify collection grid

This seems like an easy one, but after researching and banging around for a couple of hours I still can't figure it out. My goal is to insert a non-product HTML block in the Shopify collection grid, ...
0
votes
1answer
49 views

ShopifyAPI with Rails - how to create calculated fields

I am building a Rails app to access ShopifyAPI. How can I add a 'calculated' field on the returned object. e.g. In my controller, to get all orders, I am calling: @orders = ...
0
votes
1answer
100 views

Shopify API: How to load a content from 3rd party server into Shopify's store during the page load?

I'm building a Shopify's app which suppose to add Schema.org rich snippets according to data which is remotely stored on my server. In order that Google's crawler will actually analyze this snippets, ...
1
vote
1answer
67 views

assets shopify product page template with api

I'm developing a shopify php app that will add a Facebook like button before or after the product page for the customes to click on and like shop products. Now my question is how can I push the code ...
1
vote
1answer
151 views

I have a shopify shop and i want to be able to see when my stock is sold out?

I have a shop developed in shopify and i want to be able to see when an item is sold out on the order form of my website in the backend area. Basically when someone buys a product that us out of ...
0
votes
2answers
70 views

Shopify private app api post request

I am writing a private integration app from MS NAV to shopify api. I can use the api for Get Request, e.g. https://API_KEY:PASSWORD@wolf-wiegand-and-davis1433.myshopify.com/admin/orders.xml However, ...
-6
votes
1answer
49 views

Add a code into product page template from app api [closed]

Hi im new to shopify and im looking for a way to add custom form into the product page with my test app ( php api ) .
-1
votes
1answer
148 views

Shopify and Fulfillment by Amazon UK [closed]

I have created a webstore for a client using Shopify, they are keen to use Amazon Fulfillment Services and have sent all there products off to the Amazon warehouse ready for the shop launch. However ...
0
votes
1answer
52 views

Getting Collection Names Of Products in Shopify

In Shopify how do I fetch names of custom collection that a particular product belongs to ? Like for example to get SKU I can use {{ line_item.sku }} or to get Price I can use {{ line_item.line_price ...
1
vote
1answer
273 views

Need to know the specific shipping method code for UPS Standard within Shopify's API

I have an urgent need to know the specific code for UPS Standard shipping within Shopify's API. It would be a 2-digit number found in the Order API, shipping-lines > shipping-line > code. Thanks for ...
0
votes
2answers
73 views

Checkout URL Order Token no longer matches actual Order Token (recent change?)

First thanks for taking the time to read. I used to be able to use the Order Token in the check out URL to do a API look up and create my own browser invoice for an order. E.G. ...
0
votes
1answer
56 views

Downloading all the products with all the variants and metafields from Shopify

Is there a way to download all the products with all the variants and metafields without having to perform 2 additional requests (1 for variant and 1 for metafields)? Maybe some sort of batch ...
0
votes
1answer
72 views

Shopify API: does Shopify cache API queries? How can I refresh one?

I'm building a Shopify App and I got stuck as the app was behaving strangely. I investigated the issue and I found out that saving a product with the Shopify API and then asking Shopify to read the ...
0
votes
1answer
63 views

Charging bottle deposit with Shopify

I'm relatively inexperienced with Shopify, so I'm hoping it's not too difficult to do this. I'm working on a Shopify store that sells bottles of wine. The client wants a 10¢ bottle deposit for each ...
0
votes
0answers
48 views

Shopify “Customer” API: send_email_invite sends the wrong email

This was posted in the forums but needs to be properly reported in hopes that it will quickly be fixed. Original post here: ...
0
votes
1answer
18 views

Webhook for “shop” configuration?

I know it is possible to receive the shop's configuration using GET /admin/shop.json. But is it also possible to keep this information up to date somehow? I did not see a webhook listed for ...
0
votes
0answers
47 views

Error trying to create Shopify app - Secure Connection Failed

I followed all the direction to set up a Rails app that connects with Shopify (using shopify_app gem, etc.), but my app won't work locally. I get it to display when I go to localhost:3000, but when I ...
0
votes
2answers
86 views

Cannot add Product to Shopify Cart from external domain

I am having trouble with adding a Product to my Shopify store's shopping cart from an external domain. I have created a product which has a variant id of 264554714. There are other variants, but I ...
1
vote
0answers
109 views

Shopify Remote add to cart - Same variant id, different properties but yet the Shopify cart considers them the same

I am using the Shopify remote add to cart form to pass a group of customized products. Same Shopify product (variant-id), different custom designs (line item properties). The form call treats the 3 ...
0
votes
1answer
80 views

Shopify Display If Blog.Handle is X for blog listing

I am attempting to edit blog.liquid so that on a particular blogs listing, there is a customize graphic above it. Something similar to this: <div id="page-header"> <h2 ...
0
votes
1answer
37 views

ApplicationCharge and test mode

If I enable test mode for a (recurring) charge in my Shopify App during beta charge = ShopifyAPI::RecurringApplicationCharge.create(:name => 'myplan', :price => 4.99, :return_url => ...
2
votes
1answer
94 views

Not Receiving a Response from Shopify When Creating a Product Using Python API

I am using the Python API to create a Product with 5 Variants. I have been successful in creating the product in the store, without issue. The problem I have is once the product is created, I do not ...
0
votes
1answer
147 views

Adding javascript to shopify's checkout success page

I need to create an app which adds some javascript upon a successful order checkout. How do I achieve this? I've checked the docs and template files but it seems like a method to inject code like ...
0
votes
1answer
83 views

How to grab all items in a Shopify Collection

I'm making a sidebar for a Shopify store for a client. It will will display all of the items from a specific collection. The collection is called featured, and my client will use the CMS to specify ...
0
votes
1answer
41 views

How to check if an app payment charge was declined on Shopify?

I'm trying to not allow users access to my app if they decline the payment charge. How do I check what 'state' shop is in after a charge has been accepted or declined? This from Shopify api doc ...

1 2 3 4 5 13