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

learn more… | top users | synonyms

1
vote
2answers
318 views

Can not update the Variant Price using the ShopifyAPI

I am facing a problem - can not update the price of the variant using the ShopifyAPI.. while updating the price of the variant, it is giving the error ...
2
votes
2answers
114 views

Using Analytics and the Shopify App store

When setting up a Shopify App for presentation in the App store there is a text field for entering an Analytics account ID. I entered my old Analytics ID for an App, and then waiting some time before ...
2
votes
1answer
228 views

How is is the asset URL generated for the Shopify CDN?

Assume I have an image uploaded to a store on Shopify called 'logo.png'. In a liquid template I can generate a URL for it like this: {{ 'logo.png' | asset_url }} This generates a URL such as ...
1
vote
3answers
729 views

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 to get better with php and serverside script/ing handling. I'm trying to come up with a way ...
4
votes
3answers
252 views

Fetching all of a single customer’s orders on Shopify

Is there a way to get at all of a customer's orders on Shopify? For example: o = ShopifyAPI::Customer.find(…).orders
1
vote
2answers
187 views

How do I update a variant price using shopify gem in rails 3.2.2?

Rails 3.2.2 app, using the most recent shopify gem on github. I've looked at other threads on the shopify google group that suggested switching ShopifyAPI::Base to use xml, but that had no effect. ...
1
vote
1answer
77 views

Modify fulfillment.tracking_url variable?

As part of a Shopify app I'm building, I'd like to modify the fulfillment.tracking_url email variable. Specifically, when a customer is emailed their tracking number, I want to change the tracking ...
2
votes
1answer
122 views

Application proxy returning 404

I've set up an application proxy for my app, but when I try to access the URL in my test shop, it returns a 404 error. Proxy URL: http://localhost:3000 Path: tools/track Test Shop Proxy URL: ...
1
vote
1answer
403 views

shopify api creates product returns 404

I'm creating a private app that calls the Shopify API from WordPress. When I make the call to create a new Shopify product, the API creates the product but returns a 404 Not Found error. I believe I ...
1
vote
2answers
171 views

“Unprocessable entity” when trying to change the fulfilment status of an order IN SHOPIFY

I m trying to change the fulfilment status of an order , this is the json data sent : {"fulfillment":{"tracking_number":null,"line_items":[{"id":"XXXXXXX"}]}} and this is the url ...
4
votes
1answer
137 views

Shopify landing_site Order Attribute

I have a client that is asking for pretty detailed information about how the landing_site attribute of an Order resource works. The documentation here says that this is set to the first page that ...
3
votes
1answer
351 views

Shopify_api gem install 403 ActiveResource::ForbiddenAccess in HomeController#index

I just installed the shopify_api gem and generated a placeholder app. Once I visit localhost:3000 and enter my stores url I get the following in in HomeController#index error: ...
1
vote
1answer
468 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 ...
1
vote
1answer
136 views

How to construct form_tag URL that PUTs to an external API

I'm using the Shopify API http://api.shopify.com/ And the Shopify Gem: https://github.com/Shopify/shopify_api that does most of the heavy lifting- just can't quite figure out how to make it work. To ...
1
vote
1answer
345 views

Shopify liquid truncate

I'm working on a new Shopify template for my store. I'm trying to add up the number of chars in my title, and the number of chars in my description. Subtract this total from 200, and use the result in ...
3
votes
1answer
2k views

centering body and big slider

I've managed to uncenter my body while trying to position my slider in the background so that it is also centered and so that it remains centered even when the window is resized. The site is live at ...
1
vote
1answer
183 views

form_tag or form_for for updating an external API? Rails 3.2

When connecting to an external json api and submitting a form to update a resource is it better to use form_for or form_tag ? Specifically I'm using the Shopify API http://api.shopify.com/ In ...
0
votes
1answer
729 views

How to show Shopify Cart Values on pages on website (outside of Shopify website)

I'm attempting to do the following: I'm building a standard HTML/PHP website. We'll have products on the site. When someone clicks "add to cart", the user will be directed to Shopify with their ...
0
votes
3answers
644 views

CSS Search box won't float left

I have this <td width="312" valign="center" height="157" background="{{ 'BT_S3.png' | asset_url }}"> <div style="width:95%; text-align: left; height:52px; ...
0
votes
1answer
848 views

configuring RoyalSlider JQuery script to work on Shopify

I've been stuck on this for 2 days now so any help is appreciated. I'm also fairly new to this. I'm trying to install the RoyalSlider JQuery code on Shopify and it doesnt appear to be working. I've ...
0
votes
1answer
386 views

Using jquery-localize for bilingual Shopify store

I'm trying to use jquery-localize to make a bilingual (pt-en) Shopify store. Jquery-localize is working (translating the strings in the default language - pt - to the client browser language - mine is ...
0
votes
1answer
140 views

Shopify Add Text To Product Title If Color Variation Available

I have a shopify store and I'm trying to add something like "If a product has color variations available then add "More Colors Available" under the title" And if it doesn't have multiple colors ...
0
votes
1answer
865 views

Shopify. Collecting all variants but only displaying one of each same variant

I'm attempting to develop a custom view for a product single view in Shopify. I'm having difficulty finding resources on extending standard functionality. Standard functionality only allows drop ...
0
votes
1answer
487 views

shopify does not supprt paypal website payment standard

I have a basic account with shopify and shopify is allowing me to choose from following paypal solutions PayPal Website Payments Pro (UK) PayPal Website Payments Pro (CA) PayPal Payments Pro (US) ...
0
votes
1answer
2k views

Using .htaccess to mask a sub-domain redirect to shopify.com

I am currently using bluehost a registrar for my domain www.exampledomain.com. I created a sub-domain redirect using bluehost C-panel to make a sub domain shop.exampledomain.com that redirects to ...
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
3answers
74 views

why do I get these spaces in the UI?

I am using shopify to run my store and I have designed this front page tamplet to show as many collection as I would have. For some reason when I have original four collections, there is no odd ...
1
vote
2answers
789 views

Call to undefined function that isn't undefined?

So, when I try and run this line of code, I'm getting the following error: Fatal error: Call to undefined function curl_http_api_request_() in ...
1
vote
1answer
126 views

Variable Not Getting Pulled From config File?

I'm new to CodeIgniter, but I'm loving it so far! I'm in the process of porting over the Shopify API to a CodeIgniter library but I'm running into a small issue that I can't figure out for the life ...
0
votes
2answers
354 views

Is there a way to use Shopify API to track placed orders?

I am trying to set up a shopping website using Shopify to handle the payment stuff. I seem to be able to do everything I want through the API, so the users only go to Shopify for checkout. I used ...
3
votes
1answer
901 views

Shopify API - add to basket

I'm thinking of using Shopify to manage my shop. I need to add the products to the website with the API. http://api.shopify.com/ I can get the products and stocks with this API call : ...
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
106 views

how can i merge two orders into one, or split one order into multiple shipment on shopify api?

I am using shopify api services to build a project, the problem is that i don't see any service that can helped me in achieving this.
2
votes
2answers
162 views

What is a well rounded ecommerce platform that wont take years to master?

I am a Web Developer student still in uni, hoping to start my own business in the future. I have built and deployed several static websites, and have recently built and deployed a couple of WordPress ...
0
votes
3answers
324 views

Need Guided in the Right Direction

I have a Shopify site, InkedPlaymats. I sell designs as commission pieces. Right now I just keep track of sale manually and then write up an email each month and quarter telling each of my artists how ...
1
vote
3answers
1k views

How to create an empty html file in my shopify website?

is it possible to create an empty html file say ex : myname.html I tried to create a layout and add it to a page, but it seems the layout cannot be empty. I got an error while creating an empty layout ...
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 ...
4
votes
5answers
2k views

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 store some values in the session variable, so that authentication works. How could I do that? I use ...
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 ...
2
votes
2answers
343 views

jQuery replacing img src in three steps

Bit stuck with this one. I'm building a product image gallery for a Shopify shop that needs to have the following functionality: Thumbnails for each product image Medium-sized image that goes into ...
-1
votes
1answer
2k views

Shopify .liquid & .css edit locations [closed]

I'm pretty new to Shopify, and trying to get things working on the web in general, and am having some problems making some changes to the Minimo theme. I'm hoping to get some help with: Due to what ...
0
votes
2answers
154 views

Storing add'l information about customer in Shopify

I'm creating a website for travel deals on Shopify. The user would need to enter information such as name and age for every person on the order, as well as passport info. Is there a way I can ask the ...
0
votes
1answer
457 views

Change code to expand blog entry on Shopify Couture theme (Django?)

Hi does anyone know how to update the code below so that blog 'excerpts' are fully expanded with full text and image/video removing the need to click through? Thanks, David div id="blog" ...
-4
votes
1answer
132 views

All Gateway Active Shopify API [closed]

I need to know all gateways which are active with shopify api on ruby on rails as possible? Thanks
0
votes
1answer
331 views

Access Denied Error in IE8 using shopify

I'm getting an "Access Denied" Error in IE8 when loading jquery 1.4.2 from google code: <script type="text/javascript" ...
0
votes
2answers
116 views

Fulfillment_created_at ror3 shopify api error

How to use arrays and get order date? I get the date when the order was shipped.( order.line_items_line_item.fulfillment.created_at) Help plz thx I'm doing this controller @order = ...
1
vote
1answer
515 views

Edit a .liquid file from shopify in eclipse with correct code styling

I am building a store using shopify. I'd like to edit the template files offline in eclipse, but they are .liquid files, which eclipse doesn't recognize. How do I make a custom content type for ...
0
votes
2answers
283 views

shopify textmade bundle Upload Error

I have succesfully downloaded the full theme from my shopify store but i am unable to upload any changes. WHen i try to upload I get the following error: xattr: ...
1
vote
4answers
147 views

Does setting up a CNAME in the DNS record allow for POST'ing to that server's pages?

I'm building a Shopify website and I'm trying to create a simple "Contact Us" page that allows the user to POST their comments (e.g. name, email, comments). The Shopify website is hosted (as all ...
1
vote
1answer
292 views

Building a Rails3 app with Shopify API. Where to place the session filter?

I'm working on a Rails app that uses the Shopify API via the Shopify_app Gem. To make a long story short in order to make calls to the Shopify API the following code must appear in the controller of ...

1 9 10 11 12 13