|
21
Apr |
|
john |
We are thrilled to announce the release of one of the most requested features in Shopify: Multiple Options for Products! You can now have products with multiple options, making it easier for you to organize your products and for your customers to browse and select what they want to buy. For example, if you sell jeans you'll easily be able to create a different drop-down menu for the colour/style, another one for the waist size, and another for the length. The front-end of the store would look something like this, allowing easy selection of any option for your product:
The back-end is streamlined, making it easy to add new variations, change existing variations, or modify the product options.
We worked hard to make this feature as intuitive and straightforward as the rest of the Shopify interface, and we think you'll love using it. All our current themes have this feature built in, and converting your custom theme is a simple process. See links below for the tutorials. Last week we put up a screencast explaining the new product screen. Here it is again in case you've missed it - Mike shows you all the great new improvements and explains how multiple options work: For additional help, you can check out our Tutorial Wikis below: |


11
Comments (11)
Disappointing that you’re still not able to set a stock limit that applies across all variants and/or options…thought that would be included in this update.
April 21st, 2009 at 03:06 PM
Fantastic job guys! This is a great feature and you’ve done an awesome job of making it usable by mere mortals.
I am so looking forward to ripping out my javascript hack!
April 21st, 2009 at 03:42 PM
fantastic work!
April 21st, 2009 at 04:24 PM
Although definitely thrilled that this general feature was released!
April 21st, 2009 at 04:48 PM
admin window is all weird but, I think that might be due to the transition (???)
I am just praying that variants and/or options will be image-specific (oh please, oh please, oh pleeeeeease!)
April 21st, 2009 at 06:13 PM
!!!Thank you!!!
April 22nd, 2009 at 10:26 AM
Well done Shopify folks!
April 22nd, 2009 at 02:30 PM
Thanks guys, been waiting for this. Hopefully you’re cracking into a few other things that have been requested now.
April 23rd, 2009 at 05:24 PM
Oh thank GOD!!!! Finally I can really use shopify the way I want to and not endlessly have clients complaining about how limited it is! Wonderful! GREAT job!!! and really, really, really…THANK YOU!!!
April 24th, 2009 at 07:47 PM
Great new features to make adding extra options to products. I still want to see a forms feature. PLEASE implement an easy way to do forms within Shopify. A forms feature would make it my default shopping cart to recommend to clients.
April 24th, 2009 at 09:37 PM
Great addition! I’ve just implemented it for a client and would like to recommend an update to the option_selection.js. I found that IE wasn’t applying the styles I set on the option drop down menus created by the script. This is because the script uses .setAttribute(‘class’,) rather than .className and for some unknown reason IE decides not to apply styles if the former is used.
So I changed lines 205 and 326 as follows:
div.setAttribute(‘class’, divClass);
changed to:
div.className = divClass;
and
this.element.setAttribute(‘class’, this.multiSelector.selectorClass);
changed to:
this.element.className = this.multiSelector.selectorClass;
Hope this helps someone else!
May 20th, 2009 at 10:03 AM
Sorry, comments are closed for this article.