<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Opinion: Shopify Community - Developers</title>
    <link>http://forums.shopify.com/categories/9?category_id=9</link>
    <language>en-us</language>
    <description>Feed for category Developers</description>
    <item>
      <title>Caroline Schnapp commented on who's server does an app run from?</title>
      <author>Caroline Schnapp</author>
      <pubDate>Fri, 20 Nov 2009 18:28:20 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/31215#comment-31217</link>
      <guid>http://forums.shopify.com/categories/9/posts/31215#comment-31217</guid>
      <description>&lt;p&gt;Yes, you have to have your own server.&lt;/p&gt;
&lt;p&gt;If you develop your app using Ruby on Rails, you can deploy your app on heroku for free: &lt;a href="http://heroku.com/pricing#blossom-1"&gt;http://heroku.com/pricing#blossom-1&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>who's server does an app run from? by Shopifeye</title>
      <author>Shopifeye</author>
      <pubDate>Fri, 20 Nov 2009 17:12:05 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/31215</link>
      <guid>http://forums.shopify.com/categories/9/posts/31215</guid>
      <description>&lt;p&gt;Silly question, but to make an app you have to have your own server correct?&lt;/p&gt;
&lt;p&gt;The most you can do w/o an app is using your template markup correct?&lt;/p&gt;</description>
    </item>
    <item>
      <title>nickel commented on Shopify App Tutorial</title>
      <author>nickel</author>
      <pubDate>Thu, 19 Nov 2009 05:19:09 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/29661#comment-31171</link>
      <guid>http://forums.shopify.com/categories/9/posts/29661#comment-31171</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is this point possible?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Showing how to store credentials to allow running the app without the shop owner actively logged-in (this is really just a matter of grabbing what the LoginController sets up in the session and sticking it in a database)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I'm really interesting on this.&lt;/p&gt;
&lt;p&gt;Thx!&lt;/p&gt;</description>
    </item>
    <item>
      <title>jmorrin commented on Get products by vendor?</title>
      <author>jmorrin</author>
      <pubDate>Sat, 14 Nov 2009 18:19:37 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/31024#comment-31030</link>
      <guid>http://forums.shopify.com/categories/9/posts/31024#comment-31030</guid>
      <description>&lt;p&gt;DOH! Typo.. OMG&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks &amp;nbsp;:)&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on Get products by vendor?</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 14 Nov 2009 18:14:09 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/31024#comment-31027</link>
      <guid>http://forums.shopify.com/categories/9/posts/31024#comment-31027</guid>
      <description>&lt;p&gt;parmas?&lt;/p&gt;
&lt;p&gt;You mean params.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get products by vendor? by jmorrin</title>
      <author>jmorrin</author>
      <pubDate>Sat, 14 Nov 2009 15:34:12 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/31024</link>
      <guid>http://forums.shopify.com/categories/9/posts/31024</guid>
      <description>&lt;p&gt;I am trying to use the api to get products by vendor and it doesnt seem to be working. I keep getting all the products.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am trying this:&lt;/p&gt;
&lt;p&gt;ShopifyAPI::Product.find(:all, :parmas =&amp;gt; {:vendor =&amp;gt; "SomeVendor"})&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and I keep getting a complete list of products. Not just the products for this vendor.&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reid Young commented on Combo Pack Functionality?</title>
      <author>Reid Young</author>
      <pubDate>Tue, 10 Nov 2009 06:55:22 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30691#comment-30890</link>
      <guid>http://forums.shopify.com/categories/9/posts/30691#comment-30890</guid>
      <description>&lt;p&gt;Very cool Jesse -- that makes perfect sense, I'll talk with my developer about it. Thank you!&lt;/p&gt;</description>
    </item>
    <item>
      <title>HunkyBill commented on Liquid Variables in Java Script</title>
      <author>HunkyBill</author>
      <pubDate>Mon, 09 Nov 2009 20:18:13 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30860#comment-30875</link>
      <guid>http://forums.shopify.com/categories/9/posts/30860#comment-30875</guid>
      <description>&lt;p&gt;@Mihir,&lt;/p&gt;
&lt;p&gt;I have no idea what you're trying, but the easy answer is yes. All my custom hacks involve this pattern. Inside a Liquid loop, say &lt;em&gt;for product in products&lt;/em&gt; I then dump a little javascript that copies all the item properties to an array. This allows me to add client-side behaviours using data from Liquid. You can make up tons of little ditties with this pattern. It is one way to make Shopify sites with pizazz. Of course, limiting yourself to Liquid is safer, but it has it's obvious limits, hence the existence of the Javascript API. Good luck with your scripting...&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Shopify sync with multiple ebay accounts?</title>
      <author>Jamie</author>
      <pubDate>Mon, 09 Nov 2009 18:47:49 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30865#comment-30870</link>
      <guid>http://forums.shopify.com/categories/9/posts/30865#comment-30870</guid>
      <description>&lt;p&gt;Hey Raymond,&lt;/p&gt;
&lt;p&gt;While I think this may be possible via the EBAY API, this would involve a pretty complicated custom application creation. There is a lot involved here. Are you submitting as an auction? to a store? If an auction how long is the auction? Buy it now? Start price etc etc etc. So the answer is probably a yes, but it would take significant resources in my humble opinion to pull the app off.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Shopify sync with multiple ebay accounts? by DiecastBase</title>
      <author>DiecastBase</author>
      <pubDate>Mon, 09 Nov 2009 18:05:39 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30865</link>
      <guid>http://forums.shopify.com/categories/9/posts/30865</guid>
      <description>&lt;p&gt;multi-channel selling is it available via shopify account? like vendio, channeladvisor...&lt;/p&gt;
&lt;p&gt;furthermore, is it possible? just add new item in shopify account, then automatically add new listing of same item to my ebay.com account and possiblely other ebay accounts on (ebay.co.uk, ebay.de, ...)&lt;/p&gt;
&lt;p&gt;then, if the final qty of an item sold on either site, all listing of the same products on different site will be automatically ended.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jesse Storimer commented on So how would I set up?.....</title>
      <author>Jesse Storimer</author>
      <pubDate>Mon, 09 Nov 2009 15:46:30 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30680#comment-30861</link>
      <guid>http://forums.shopify.com/categories/9/posts/30680#comment-30861</guid>
      <description>&lt;p&gt;Vince,&lt;/p&gt;
&lt;p&gt;By default, Shopify's products are not flexible enough to handle this exact kind of setup, but you should be able to get something that works. Here is one possible way to set up your products:&lt;/p&gt;
&lt;p&gt;* One Product that includes the charges (#1 above) for a cell phone, (#3 above) for flat fee and (#4 above) for the activation fee. It could have variants for each cell phone thats available.&lt;/p&gt;
&lt;p&gt;* Each of the twelve related features would have to be products of their own and you would have to trust that your customers wouldn't buy those without buying a phone. Or if you are using authorization and capture, don't capture orders for features if they don't also have a phone.&lt;/p&gt;
&lt;p&gt;* Their would also need to be a product that didn't include a cell phone, just the flat fee and activation (for #5 above). You would need to ask the customer for their phone id number or some kind of unique identifier. &lt;a href="http://wiki.shopify.com/Ask_customer_for_additional_information"&gt;http://wiki.shopify.com/Ask_customer_for_additional_information&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;* The last product would be the renewal of another year's service. Once again you would need to ask the customer for their unique phone id number.&lt;/p&gt;
&lt;p&gt;Hope that helps&lt;/p&gt;</description>
    </item>
    <item>
      <title>Liquid Variables in Java Script by Mihir</title>
      <author>Mihir</author>
      <pubDate>Mon, 09 Nov 2009 15:02:23 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30860</link>
      <guid>http://forums.shopify.com/categories/9/posts/30860</guid>
      <description>&lt;p&gt;Is it possibel to use the Liquid variables in java script to set the values?&lt;/p&gt;
&lt;p&gt;some thing like this&lt;/p&gt;
&lt;p&gt;{% assign count = 0 %}&lt;/p&gt;
&lt;p&gt;&amp;lt; input = button" onclick =" setCount()")&lt;br /&gt;{if count &amp;gt; 1} { do something&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;lt; script type=javascript&amp;gt;&lt;br /&gt;{ count = 5&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks for the help&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jesse Storimer commented on Rails Shopify API &amp; Plugin Validation Errors</title>
      <author>Jesse Storimer</author>
      <pubDate>Mon, 09 Nov 2009 12:56:40 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30130#comment-30857</link>
      <guid>http://forums.shopify.com/categories/9/posts/30130#comment-30857</guid>
      <description>&lt;p&gt;Steve,&lt;/p&gt;
&lt;p&gt;That doesn't sound right. Send me an email with the name of your Shopify partner account and I can have a closer look for you.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jesse Storimer commented on Combo Pack Functionality?</title>
      <author>Jesse Storimer</author>
      <pubDate>Mon, 09 Nov 2009 12:52:51 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30691#comment-30856</link>
      <guid>http://forums.shopify.com/categories/9/posts/30691#comment-30856</guid>
      <description>&lt;p&gt;Reid,&lt;/p&gt;
&lt;p&gt;I think this would be possible with an app. Not sure if you are looking for a technical answer or not, but here is one way that it could be accomplished.&lt;/p&gt;
&lt;p&gt;Create each combo pack as a separate product with its own product page, and set its quantity to be the minimum of its two parts (eg. if a hat has 5 in stock and the shirt has 3, this combo's inventory would be 3).&lt;/p&gt;
&lt;p&gt;Then you could set up a web hook to notify a Shopify app whenever an order is made (&lt;a href="http://wiki.shopify.com/WebHook)"&gt;http://wiki.shopify.com/WebHook)&lt;/a&gt;. If the order was for this combo pack product, you could decrease the inventory from both the hat and shirt using the API, without any manual work.&lt;/p&gt;
&lt;p&gt;It's not an ideal solution but technically it should work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Theme settings and Vision ?</title>
      <author>Jamie</author>
      <pubDate>Sun, 08 Nov 2009 13:43:03 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30830#comment-30831</link>
      <guid>http://forums.shopify.com/categories/9/posts/30830#comment-30831</guid>
      <description>&lt;p&gt;Vision has not been updated to handle theme settings yet. So no, it's not you, it's vision.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Theme settings and Vision ? by Ghismo</title>
      <author>Ghismo</author>
      <pubDate>Sun, 08 Nov 2009 11:59:07 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30830</link>
      <guid>http://forums.shopify.com/categories/9/posts/30830</guid>
      <description>&lt;p&gt;I was wondering if the settings (&lt;a href="http://wiki.shopify.com/Theme_Settings"&gt;http://wiki.shopify.com/Theme_Settings&lt;/a&gt;)&amp;nbsp;were available under Vision (4.1.0).&lt;/p&gt;
&lt;p&gt;It looks like the settings are not valued, and the .css.liquid files don't get interpreted either.&lt;/p&gt;
&lt;p&gt;Is it a problem in my code or with Vision ?&lt;/p&gt;
&lt;p&gt;It would be nice to be able to submit the setting form under vision so that we can try our themes locally with different settings.&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>srini commented on How to add fields in 'checkout' page?</title>
      <author>srini</author>
      <pubDate>Tue, 03 Nov 2009 09:41:17 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30483#comment-30707</link>
      <guid>http://forums.shopify.com/categories/9/posts/30483#comment-30707</guid>
      <description>&lt;p&gt;I want to integrate Shopify with Svea WebPay, which supports 'Pay by Invoice'. It seems this requires that I integrate this gateway into Active Merchant.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could someone please let me know how Shopify's front-end form maps to the Active Merchant fields i.e., WebPay requires a 'Personal number' rather than credit card details.&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Srini&lt;/p&gt;</description>
    </item>
    <item>
      <title>Combo Pack Functionality? by Reid Young</title>
      <author>Reid Young</author>
      <pubDate>Mon, 02 Nov 2009 00:26:57 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30691</link>
      <guid>http://forums.shopify.com/categories/9/posts/30691</guid>
      <description>&lt;p&gt;I'm looking for a better way to sell "combo packs" of products from my store. Our current method (creating an independent product page) wreaks absolute havoc on our inventory system -- unless we update each item's inventory by hand every time we sell a combo pack, it's impossible to know how many individual products we actually have in stock.&lt;/p&gt;
&lt;p&gt;It seems like the most straightforward solution would be to create a 'pseudo product' which automatically deducts inventory from its respective parts. For example, if you buy a hat+shirt combo, the qty of both hats and shirts decreases by one.&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;Is this the kind of problem which could be solved with an app? I'm not sure what kind of constraints Shopify's API imposes.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <title>So how would I set up?..... by Wince</title>
      <author>Wince</author>
      <pubDate>Fri, 30 Oct 2009 21:08:38 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30680</link>
      <guid>http://forums.shopify.com/categories/9/posts/30680</guid>
      <description>&lt;div&gt;
&lt;p&gt;To keep things uncomplicated, let's say I run my own cellular network and we offer 6 models of cellular telephones. The customer would from our site:&lt;br /&gt; 1) Select their cell phone ($100 to $300)&lt;br /&gt; 2) Choose a variety of 12 airtime-related features such as voice-mail, call forward, call waiting etc (each feature at $10)&lt;br /&gt; 3) Pay a mandatory flat pay-in-advance annual fee of $100 for airtime (unlimited use)&lt;br /&gt; 4) Pay a one-time activation/set-up of $37&lt;br /&gt; 5) Also, if the customer bought our cell phone from a retailer, we still need them to come here and buy their airtime, set-up and features from this site&lt;br /&gt; 6) Lastly, after 12 months, the customer has to come back to our site to buy another year's worth (less set-up cost)&lt;/p&gt;
&lt;p&gt;We have our own website, we only really need this specific issue resolved and to make it transparent to our customers.&lt;br /&gt; I am NOT programming savvy .... we do have a couple of developers that are.&lt;/p&gt;
&lt;p&gt;We wish to go the Shopify way as we don't wish to at this point have our own shopping cart system developed. Our developers have lots of other back-end network related work, we only wish to have an easy purchase process for our customers .... and have the information be imported into our database so we can actually turn these units on and ship them out&lt;/p&gt;
&lt;p&gt;Thanks for reading this long shout-out.&lt;br /&gt; Vince&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Edward Ocampo-Gooding commented on Hidden Product?</title>
      <author>Edward Ocampo-Gooding</author>
      <pubDate>Fri, 30 Oct 2009 15:23:02 +0000</pubDate>
      <link>http://forums.shopify.com/categories/9/posts/30585#comment-30666</link>
      <guid>http://forums.shopify.com/categories/9/posts/30585#comment-30666</guid>
      <description>&lt;p&gt;Hi jmorrin,&lt;/p&gt;
&lt;p&gt;Yes, if the published_at is empty, then the product is hidden.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
