Shopify is an online platform for creating e-commerce sites.
0
votes
0answers
29 views
Modify an existing Fulfillment unexpectedly returns 404 page
I am currently using sandeepshetty's shopify.php plugin on github
https://github.com/sandeepshetty/shopify.php
The plugin appears to work and the logic is fairly simple. I have tested it using the ...
0
votes
1answer
74 views
Dwolla Custom Payment Buttons: Where does the data go?
I'm currently integrating a Dwolla payment method hack on a Shopify store using a Dwolla button. The explanation of the hack is posted on the Shopify forums here:
...
0
votes
1answer
67 views
Shopify Jquery change the price of product
Hey Im new to shopify and am trying to figure out their API Im trying to add a bunch of checkboxes that will alter the total amount of the product. I have a code that is changing the json class ...
0
votes
1answer
52 views
Assigning a variable within a statement in liquid
Is there a way to have a variable within a statement in liquid so that something like the following:
{% assign somevar = 'about-us' %}
{{ pages.somevar.content }}
would result in the same output as ...
0
votes
1answer
48 views
Can I redirect old URLs from an old CDN to new CDN?
I currently have a site setup using Shopify. We have employed the services of a web development company to build us a new website to replace our Shopify site.
The Shopify site contains MP3 downloads. ...
0
votes
1answer
98 views
Invalid API key or access token (unrecognized login or wrong password)
I must make a http request to Shopify in Salesforce. I used following url format as endpoint url for setEndpoint method.
HttpRequest req= new HttpRequest();
...
0
votes
0answers
50 views
Shopify Products API call with multiple parameters
I am working with the Shopify API. We have a single custom collection with two products in it for testing. I'm working on a mobile platform, so I would like to limit the amount of data I need to ...
1
vote
1answer
234 views
Custom fields for Shopify User Registration Form
I can't find any documentation on how to add custom fields for the user registration forum so I tried something but didn't work:
<div class="single-full-width customer">
<div ...
1
vote
0answers
30 views
Getting Shopify Plan names and limitations through API
Is there a way to find out through the API what are the current available plans and their corresponding limitations? The current API has a GET /admin/shop.json point that returns a plan_name field, ...
0
votes
1answer
69 views
Getting started with Shopify, local development on Windows
I'm looking to start building e-commerce sites with Shopify.
I was just wondering if anyone has experience of doing so on Windows (shopify's support page mainly seems to be Mac OS orientated).
Most ...
1
vote
1answer
51 views
how to confirm? before install application in shopify
I have created a shopify application. While I click on "install app" button from the application store of shopify, it's directly redirect to me in a callback URL. But what I want is: when click on ...
0
votes
1answer
33 views
Between the URL being entered and parsed by Rails the final slash is being replaced with a comma
I'm working on a Rails application that works with data via the Shopify API, however it has just started giving me 500 errors when certain resources are requested via a proxy (as set in the app ...
0
votes
1answer
41 views
Where does message for UPS Blocked Countries show up in Shopify?
This is probably too specific to Shopify, but I am hoping someone else has run into something similar. So I am building a simple Shopify site I am basically finished with. We are blocking specific ...
1
vote
1answer
76 views
Shopify - how can I display the “Browse by subcategories” form on index.liquid?
What I'm trying to do, is to create a shortcut on the index page for the subcategories from the catalog page.
On the catalog page, I have this code for browsing through the collection:
<form ...
0
votes
1answer
110 views
Shopify regions (countries) in JSON format
I'm trying to implement a JavaScript solution in Shopify to match my customer's current location (by country.code using http://freegeoip.net/json) against an array of countries that my shop delievers ...
0
votes
1answer
110 views
exporting products as csv then importing them into shopify
I am looking to transfer about 4000 from an older e-commerce platform into shopify.
I have exported some of the products as a csv file and have been looking into how to upload them into shopify but I ...
3
votes
2answers
53 views
How can I create a list with previous ordered products in Shopify?
Is there any way to create a list of previously ordered items, with images as well, in Shopify?
Basically what I'm after is a list on the front page of 3 items that were previously purchased by the ...
0
votes
1answer
61 views
Wordpress MultiSite signup form
I'm bulding an wordpress based website where users can create their own web store from the registration form.
I'm using WooCommerce for that. The thing is that by default Wordpress asks a couple of ...
0
votes
1answer
94 views
Request shopify cart.json stopped working with error 330
I use jQuery to get the cart data contents from Shopify and display it on another site. It just stopped working. Google Chrome shows the request is 'failed' and when I open this request in another tab ...
0
votes
1answer
85 views
Shopify API Repeated PUT has different results (Options are not unique)
When I update a product with multiple variants, I get an error
response:
{"errors":{"base":["Options are not unique"]}}
or sometimes:
{"errors":{"variants":["is invalid"], "base":["Options are not ...
0
votes
1answer
191 views
Stop form action redirect or href redirect
Please help. I'm trying to integrate shopifys shopping cart outside of shopify itself. Basically I need to submit a form and keep it from redirecting so I can allow the customer to add all the items ...
0
votes
1answer
114 views
Shopify: Pass a Search Query String to Landing Page Search Function?
I'm currently managing a Google AdWords account for a cookie cutter company and have dreamed up an idea to get the most efficient conversions out of our campaign landing pages, but it will take some ...
-1
votes
1answer
47 views
Transaction count for single product using shopify api [closed]
I am using Shopify to build a group buying site so I want to be able to display a count of transactions for each product. As far as I know, there is no way to do this with liquid.
I can't seem to ...
0
votes
1answer
31 views
How to get shop owner's plan limits from Shopify?
According to current Shopify plans, there are limits to SKUs and storage that the user is bound to because of her plan. Is it possible to find out how much the user have consumed out of that limit? ...
0
votes
1answer
42 views
How to create shopify ScriptTag that would be used without asyncLoad wrapper?
Shopify does wrap all scripts added through ScriptTag API into special asyncLoad function. While it makes sense in many circumstances there still situations when you need script tag inserted directly ...
1
vote
1answer
51 views
How can i implement signup facility in shopify store?
I was found in shopify wiki docs but dont know how to implement signup.
1
vote
1answer
71 views
How to auto select a particular option
My site uses a currency converter (shopify) and even though my store accepts GBP I want to auto-select the currency USD so that upon entereing the site, prices are converted to USD
The following is ...
0
votes
1answer
116 views
How to Display a Metafield in Shopify
We have a group of products that we want to have FREE Shipping. In order to do so, I have made their weight =0 and created a weight based shipping for 0lbs.
That way the shipping passes through the ...
0
votes
1answer
41 views
Python Shopify Script Tag API
Does the ScriptTag API only return all the script tags created by an app?
So if I have an app X, if I use shopify.ScriptTag.find(), will it just return all script tags from app X?
0
votes
2answers
68 views
Shopify Admin Panel Via API?
Can I add stuff (links) (scripts) etc to the shopify admin panel, they way I can do that for the front-end shop, I want to be able to provide the admin a functionality on the admin pages, is it ...
0
votes
1answer
16 views
Shopify ApplicationCharge delete?
With an applicationcharge and testing them, is their a way to delete unneeded ones later? I can't see a delete example on this api page: http://api.shopify.com/applicationcharge.html
0
votes
2answers
31 views
Modifying Shopify cartform height
So this is probably a stupid question but I have tried putting styling in everywhere and I can't get this to work, so here is my problem.
I made a shopping site using shopify, then to port it into ...
0
votes
1answer
52 views
Shopify “test” template page
Is there any way to publish a test template page? For example, if I have a template file called "cart-test.liquid," is there anything I can modify so I can navigate to "http://shopname.com/cart-test" ...
1
vote
2answers
122 views
Replacing html script element sources with regular expression in Python
I'm trying to write a large python/bash script which converts my html/css mockups to Shopify themes.
One step in this process is changing out all the script sources. For instance:
<script ...
1
vote
1answer
79 views
Sporadic invalid_request 400 errors connecting to Shopify /admin/oauth/access_token
I am using a java raw HTTP client to connect to Shopify API (specifically, using Play Framework with the non-defualt sync driver which is actually the JDK's default driver).
My application usually ...
0
votes
1answer
37 views
Is there a way to get notified when my Shopify app is uninstalled?
I have a Shopify app, and am trying to understand the users' flow in my system.
Sometimes I see that API requests that I make fail, and when I check I get "Invalid API key or access token", when the ...
0
votes
0answers
72 views
Single Sign On Shopify
We currently have an e-commerce website with a bunch of other features so accounts are necessary.
We're moving over the store over to Shopify but currently customers have to login on our website, ...
0
votes
1answer
177 views
DHL Real Time Shipping calculator
Is this possible to have DHL's api implemented into Shopify?
We are assuming you would need a custom UI inside Shopify as well.
Not sure why this feature is not offered as DHL has the best rates for ...
0
votes
0answers
58 views
How to avoid Allow-origin when using lesscss in Shopify?
I'm trying to customize a shopify theme with LESSCSS framework. I've uploaded less-1.3.3.min.js as an asset, and added some less stuff to style.css.liquid.
I have linked these assets as follows in the ...
0
votes
0answers
34 views
Shopify Api - Adding a Customer - Country List
I have created a signup form on my site and I post the details through ajax to a PHP script which then sends them to Shopify.
I have been pulling the country list dropdown from the Country part of ...
0
votes
0answers
12 views
Shopify API - Adding a customer with foreign characters
I have created a signup form on my site and I post the details through ajax to a PHP script which then sends them to Shopify.
Currently the name Tõnu is being saved as Tu00f5nu
The PHP codes is ...
0
votes
2answers
68 views
Shopify Python API: How do I add a product to a collection?
I am using the Shopify Python API in an django app to interact with my Shopify Store.
I have a collection - called - best sellers.
I am looking to create a batch update to this collection - that is ...
1
vote
2answers
204 views
Shopify, TypeError: $(…).jcarousel is not a function
So I have seen the other questions with this same title, and I don't think I am running into the same problems they had (Specifically because I am not using Drupal and the files do seem to be loading ...
-4
votes
1answer
646 views
Shopify-Product Image Gallery
What's the best way to make a product image gallery in Shopify? I'm working on a theme currently. I was looking through the page source of other themes and see a few references to Fancybox, but I see ...
0
votes
1answer
88 views
Various background images failing to load via CSS stylesheet in Shopify
I am having a very strange problem that I can't seem to figure out.
I have several images that I am using as background images in the style sheet galleria-fullscreen.css.liquid. For some reason, some ...
0
votes
2answers
100 views
Vendor specific pricing on Shopify
A client of mine has a service-oriented ecommerce site on Shopify and he's asked me to assist in making a few changes. I've never utilized the service so I'm not really familiar with it.
The price ...
0
votes
0answers
120 views
pull in or embed php or iframe into shopify page
I am in a bit of a bind..
I have a shopify page that I want to pull in some content from another site into.
I would have liked to display the content via an iframe of php code, but neither of these ...
2
votes
3answers
143 views
Shopify If in collection then display this
I am trying to write a simple if statement, but always struggle with shopify's system.
Essentially I want it to do this:
{% if collection.product == 'discontinued' %}
This Product is Discontinued.
...
0
votes
1answer
82 views
Shopify: How do I ensure my application proxy content will work for all Templates?
I am building an application proxy for Shopify.
the documentation (http://api.shopify.com/app_proxy.html) says...
If the HTTP response from the Proxy URL has Content-Type: application/liquid set ...
0
votes
0answers
26 views
How can I delete and/or update a Product Option
I've create two Product Options via the API like so (I'm using the Python binding):
shopify_product.options = [
shopify.Option({'name': 'Seller', 'value': '%s' % (seller.get_short_name())}),
...




