0
votes
1answer
15 views

How to add items to the cart using the Shopify API

I'm working on a custom web app using the Shopify API. The idea here is to use the app as the exclusive storefront and just make requests to the Shopify API. I've set up a private application in my ...
0
votes
3answers
22 views

Can I detect that an administrator is logged on in a Shopify template?

I'm doing some customisation work to a Shopify template which involves triggering a redirect when the visitor is from a certain country. However I don't want the redirect to trigger if the visitor is ...
0
votes
0answers
26 views

shopify app (python)Uncaught ReferenceError: require is not defined

with the Shopify API for python i am able to place the script tag in the (client's) store . Problem is i am having two script tags among one is a Require.js. store page's source code (client's ...
0
votes
1answer
30 views

shopify scripttag does not insert script tag to store

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, ...
0
votes
1answer
31 views

Shopify create radio buttons options for each product

I am developing on Shopify and I am trying to create the ability for the customer to build a computer. But, I cant find way to do this. I want to make it look similar to ...
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 ...
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
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
192 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 ...
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
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, ...
1
vote
2answers
206 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 ...
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
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 ...
-1
votes
1answer
84 views

Shopify selectCallback function

I am having an issue with my shop when I try to show two prices for a product, one with UK VAT (20%) and one without. I have followed the guide and both prices now show in all sections of my shop but ...
0
votes
1answer
70 views

How to handle special UTF8 Characters in body_html while updating a product?

I am updating products using the API. However when there is a non-ASCII (greater than 0x7f) in the body_html field, the product does not get updated. for example: body_html: "<b>Acer’s ...
0
votes
0answers
92 views

shopify product grid clearfix

For my product grid, the clearfix is automatically setting the height to 80px. BUT then, when you click on the collection link again, it displays correctly. why would this happen? is there some kind ...
4
votes
0answers
267 views

Define element.style in shopify .liquid theme code [closed]

Jquery slideshow not working. I tried to override the "default" container width in the "NEW STANDARD" shopify theme. the default MAX width was 884 px. My client wanted to expand the entire site width ...
0
votes
4answers
89 views

how to determine what page my script is run on

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 ...
2
votes
1answer
317 views

Adding 20% to product price via Javascript in Shopify

There is probably a simple answer to this that someone can help me with but I'm not that great with Javascript. Basically in Shopify I've set up prices to be displayed +20% with one of their liquid ...
1
vote
3answers
280 views

Shopify Liquid: How to only show a compare at price for a product variant if the compare at price exists?

I'm trying to show the compare at price for some product variants but I can't figure out how to only show it when there is compare at price for the variant that is greater than zero. It's showing ...
0
votes
1answer
168 views

Is it possible to use shopify api from a store frontend?

I can develop a shopify app, I can use the shopify_api (in rails), I can do a lot of thing, but I could find the way to use the api from frontend... I'd like to develop an ajax filter for frontend, ...
2
votes
1answer
160 views

Shopify javascript api from a store's frontend

I made a scripttag (with a Rails app) for shopify, and there is few line code in it: $.getJSON('/admin/custom_collections.json',function(res) { ...
0
votes
2answers
96 views

Shopify scripttag install -> URI::BadURIError

I'd like to install a scripttag for shopify with a Rails App. My js file is here: http://javascript.dataglobe.eu/index.js, it has only one sayHello() function. I made the authentication in my Rails ...
1
vote
2answers
306 views

How to develop rails app for shopify with ScriptTags

I have a shopify app deployed in Heroku, developed in Rails. I need call a javascript function from any shopify store's frontend. I've read this article ( ...
0
votes
1answer
538 views

Retrieving Temporary Access Token using jQuery OAUTH

I am attempting to make an API OAUTH2 call to Shopify to authenticate. When I go to my application, the first screen comes up. I press Install, and then it redirects me back to where I started. The ...
1
vote
1answer
1k views

Shopify API: Adding an item to cart without redirect

Is there any way to submit an add to cart POST request without any sort of page redirection whatsoever? Changing return_to to "back" reloads the page, which I don't want to do. I want to add the item ...
1
vote
1answer
136 views

Combination of .load() and setTimeout() to refresh a shopping card indicator

In order to update the shopping cart $ total and item total we are using an AJAX call to replace the contents of the cart summary div (#cart-summary-for-ajax) by pulling the data from another ...
0
votes
2answers
153 views

Shopify javascript API

I'm wondering what's the best strategy to create a custom product selection on shopify. We want to use backbone in order to create some drag and drop UI to select a product and add it to the cart. I ...
1
vote
1answer
469 views

IE 8 “Access is denied”

I am receiving an "Access is Denied" error in internet explorer as shown in the screenshot below: The strange part is that if I refresh it a few times, occasionally the page will load without errors ...
2
votes
1answer
173 views

Using Respond.js with Shopify

I'm having issues getting Respond.js to work with Shopify due to CSS files being hosted on their CDN. With Shopify, all assets (CSS, JS, and images) are hosted via a CDN. I'm unable to figure out ...
0
votes
1answer
547 views

Custom quantity input on add to cart help [Shopify]

I am having a hard time with this, hoping there is an easy answer My products are all based on teired pricing, 1-25=$5.00, 26-50=$4.00, etc. How would I go about having the quantity entered on the ...
0
votes
1answer
392 views

Refresh Anchor Tag on Each Click with Javascript

I have an ecommerce site that, every time someone clicks on "Add to Pallet" (we call it a pallet instead of a cart) the page refreshes to the same page and positions itself to the div of that product ...
1
vote
1answer
327 views

In Shopify, how do you show product variants as thumbnails like DODOCASE?

I have a product that has color variations. Instead of just a drop down to have color variants, is there a way to show thumbnails of the colors with radio buttons? Just like how DODOcase does for ...