Tagged Questions

Shopify is an online platform for creating e-commerce sites. It is themeable and extensible with so-called "WebHooks", which are configurable URLs that the system calls in case of events such as a user signing up, a user paying for an order, etc. Shopify is hosted at http://www.shopify.com.

learn more… | top users | synonyms

5
votes
4answers
388 views

Ecommerce Site Solutions: to pay or not to pay?

So I am trying to make a decision for a client about which Ecommerce Framework to use to turn their front-end design into an operational store with 2-300 items, inventory control, backend to to manage ...
4
votes
1answer
1k views

PrestaShop vs. Shopify

I have seen several Questions comparing different ECommerce CMS's: Prestashop compared to Zen-Cart and osCommerce Magento or Prestashop, which is better? Best php/ruby/python e-commerce solution I ...
3
votes
3answers
191 views

Minimum knowledge for Homegrown Ecommerce Site

I am a relative novice to professional web development and design. One of my clients has requested that I set up an E-commerce site to sell their luxury purses. I have some pretty solid experience ...
2
votes
2answers
103 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 ...
2
votes
2answers
306 views

Hide/Show Pager in jQuery Cycle

I am using cycle for a product slideshow in shopify. It works great, but I want to hide the pager if there is only one product image available. Is there a function built into cycle for this? if ...
2
votes
1answer
109 views

Applying a discount code to a specific product in Shopify

I've been working on setting up a Shopify store. One major feature they don't have built in is being able to provide a discount to a specific product, even though it looks like people have been ...
2
votes
4answers
694 views

Python (Django) Shopify API Client — For a Beginner

I have a requirement to build a client for Shopify's API, building it in Python & Django. I've never done it before and so I'm wondering if someone might advise on a good starting point for the ...
1
vote
1answer
66 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 : ...
1
vote
2answers
61 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 ...
1
vote
2answers
93 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 ...
1
vote
2answers
106 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
0answers
61 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 ...
1
vote
1answer
116 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 ...
1
vote
4answers
73 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
106 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
vote
2answers
62 views

How to use a dynamically chosen class in a module

I'm fairly sure that's a useless title... sorry. I want to be able to pass in a Class to a method, and then use that class. Here's an easy, working, example: def my_method(klass) klass.new end ...
1
vote
1answer
200 views

Shopify: Product variant id's are outputting as literal strings, not numbers

thanks in advance for taking the time to read this. I'm currently developing a "Test Shop" through my partners account. Everything in the shop is working as expected accept for my product.liquid ...
1
vote
1answer
133 views

Pulling <s:variant> from atom feed with simple pie

How can I get the title tag from the s:variant block below using simple pie? <s:variant> <id>product_variants-96590662</id> <title>Default Title</title> ...
1
vote
1answer
83 views

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 or similar? The example below will return the item title, but I would like to know what other ...
1
vote
1answer
151 views

cname issue with hosted ecommerce

Having a bit of an issue with a store that has just been set up with shopify. The problem is with cnaming the domain into the shopify subdomain. I have www working just fine so ...
1
vote
0answers
345 views

Trying to get the s3slider to work on my shopify

I’ve been working on this for 2 days now and it’s a little out of my league, I was hoping a cyber samaritan could help me out. So Shopify has assets that you upload then call upon them in your HTML ...
1
vote
2answers
210 views

Whats the technology behind sites like (Google Sites, Shoppify etc)?

I am wondering how sites like Google sites and shopify allow customers to create a website and then link it to their own domain?. Google sites allow a user to create their own website, at a user ...
0
votes
1answer
24 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 ...
0
votes
0answers
21 views

A little Info Over Some Hosted CMS [closed]

I have some question over some of the hosted CMS specifically shopify and solidshops. Do they put all the info(products, etc...) of all the shops in one database(probably identifying the products of ...
0
votes
1answer
73 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
0answers
19 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.
0
votes
0answers
29 views

Delayed_Job with ActiveResource Reporting “Missing Site URI”

I'm developing an application using the Shopify API Gem (which uses ActiveResource) and Delayed_Job. But I'm running into an error I can't debug. Basically, the method that I'm using Delayed_Job's ...
0
votes
3answers
36 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 ...
0
votes
1answer
90 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 ...
0
votes
1answer
27 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
112 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" ...
0
votes
1answer
102 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
57 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 = ...
0
votes
2answers
68 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: ...
0
votes
0answers
49 views

Shopify App - logout user from app if not logged in store

Is there a way I can detect if user is logged in the store or not , so I can log out the user from the App (if not logged in store). I tried checking if there are some cookies being set on store ...
0
votes
1answer
102 views

uninitialized constant ActiveRecord::RecordNotUnique

I am using rails 2.3.4, rubygems 1.3.6, activerecord 3.1.0, windows 7 home basic Here's my code: def items @products = ShopifyAPI::Product.find(:all) @products.each do |a| begin ...
0
votes
0answers
54 views

error when running ruby script/generate shopify_app

I am using: rails 2.3.4 ruby gems 1.3.5 ruby 1.8.7 windows 7 home basic 64-bit i was following this tutorial: http://wiki.shopify.com/Creating_an_app_and_deploying_it_to_Heroku but then in the part ...
0
votes
0answers
53 views

Shopify API connection in Rails 2

I have been able to connect to the shopify API and get data as well as save back to my store. I used the shopify_app gem and it was really nice. However, i want to revert back to rails 2 because my ...
0
votes
2answers
94 views

Shopify - host multiple themes at the same time

So, I'm selling some products on shopify. Let's say coffee. I'm working with a new group that wants to sell my coffee, have a separate brand, have a branded website. Is there an easy way to do this ...
0
votes
1answer
89 views

How to POST new product in shopify store via api from a private app?

i'm using shopify_app gem and i was able to read to my shop. but then i can't write to it. i have set up the read/write credentials while installing my app so i'm sure the problem's not there. here's ...
0
votes
1answer
78 views

Checking for duplicate records in the database in rails

This is my situation, I'm getting data from my Shopify shop via API and saving them to a database. My problem is how to prevent duplicate records from infesting the database. any code snippet about ...
0
votes
0answers
78 views

best javascript technique for displaying a random image in Liquid/Shopify?

I want to load a random image on my Shopify store's homepage, but I can't seem to make this very simple jQuery plugin work (even when I change the filename to js.liquid, as I understand I need to). ...
0
votes
1answer
60 views

ajax wont change the specified value onSucess call

this project is is hosted on shopify but i will explain what everything does so you dont need to know how shopify works. here is the site i'll be referring to. ( ...
0
votes
1answer
93 views

How to backup a blog via an RSS feed

I'm trying to back up my shopify blog but shopify doesn't have any way to export your blog posts and content. Can this be done somehow using the RSS feed?
0
votes
1answer
120 views

how is shopify rendering the pages with their own made up tags

i know they have something like smarty but i noticed another site called storenvy.com is using the same thing that shopify is. is there an api or something that i dont know about? they have tags like ...
0
votes
0answers
516 views

Shopify: listing products by tags/ categories, featuring a product, and font-face support [closed]

I am new to Shopify and recently registered at its site for 30-day trial. I find that it has quite a lot limitations, such as - it doesn't provide categories and archive in its blog. Furthermore, I ...
0
votes
2answers
496 views

Ruby XML Parsing with Nokogiri/XPath

I have a shopify store that I want to automatically update the product variants inventory levels with, using a live xml feed from the wholesaler I use. I'm learning to program (Ruby) and this is my ...
0
votes
1answer
480 views

Shopify: Replacing Product Radio Buttons With Dropdown Select

With Shopify I am trying to alter my product template to display a dropdown select list instead of radio buttons for my product variants. I managed to do this but when you try and add a product to the ...
-1
votes
1answer
120 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 ...
-4
votes
1answer
67 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