Categories
| Title | Topics | Posts | |
|---|---|---|---|
General
Talk about all things regarding Shopify
|
2478 | 12482 | |
Design
Liquid, Themes, Logos and similar topics
|
1088 | 4219 | |
Launched!
Showcase your shops and designs
|
339 | 1154 | |
Service Status
News and updates about the Shopify service
|
103 | 684 | |
Off Topic
pet pictures & co
|
16 | 117 | |
Marketing
SEO, Advertising & Promotion Talk
|
98 | 563 | |
Bug Reports
Post and discuss them here
|
243 | 916 |
Recent Activity in Shopify Community
| Today |
tobi commented on Bulk Import / Export in category General |
| 14:36pm | The importer can take a while at times. Its a very complex operation in the background. We are adding more hardware to make it more snappy. |
| Today |
tobi commented on Bulk Import / Export in category General |
| 14:35pm | Small correction to what chad said above: You could download all products, edit prices and re-upload the CSV and it would work. Howev... |
| Today |
Caroline Schnapp commented on customer complaints form in category Off Topic |
| 03:16am | ah ah ah Christina |
| Today |
Caroline Schnapp commented on Bulk Import / Export in category General |
| 03:10am | <blockquote>If it is in an existing shop, though, it means that copying the products to another shop is extremely simple.</blockquote> ... |
| Today |
HunkyBill commented on Hay and needle question (Liquid) in category Design |
| 02:59am | Heya, If you compare what you *can* do with Liquid, and what you *can* do with Liquid in Shopify, you'll notice there is a gap in imp... |
| Today |
shopcora commented on email buyer template in category General |
| 02:55am | ohh I'm loving this... http://blog.shopify.com/2008/7/4/shipping-notification-emails Thank you for finally implementing this one JP... |
| Today |
Caroline Schnapp commented on Liquid Wiki Wrong? in category Design |
| 02:53am | Thank you, Kaushal, for getting back to me on this. |
| Today |
Caroline Schnapp commented on Bulk Import / Export in category General |
| 02:51am | Hello HunkyBill :-) I got a confirmation e-mail about an hour after the onset of the import of my 2 products. Actually I did not ha... |
| Today |
HunkyBill commented on Bulk Import / Export in category General |
| 01:19am | Woosh...talking about letting the air out of the tire... |
| Today |
shopcora commented on Liquid Wiki Wrong? in category Design |
| 01:15am | Hey Caroline, the blog on our site is actually a wordpress blog hosted on another server with a different domain name (coraboutique.com/b... |
| Today |
Caroline Schnapp commented on Bulk Import / Export in category General |
| 00:41am | <blockquote>The system is designed for bulk imports on an empty site.</blockquote> Something is not right... I am uploading a very sim... |
| Today |
Caroline Schnapp commented on General Suggestions in category Design |
| 00:29am | You can use the capture Tag for #5. <blockquote>5. String concatenation within expressions, could provide a very limited ability to pe... |
| Yesterday |
Caroline Schnapp commented on General Suggestions in category Design |
| 23:24pm | I added the following case: <code><pre> {% if user.name includes 'tobi' %} hi tobias {% endif %} </pre></code> To this page:... |
| Yesterday |
Caroline Schnapp commented on Hay and needle question (Liquid) in category Design |
| 23:20pm | Solution to the hay and needle problem: the use of _includes_. Thank you, Tobi. <code><pre> {% if whatever includes 'tobi' %} ... |
| Yesterday |
Caroline Schnapp commented on General Suggestions in category Design |
| 23:12pm | Oh my God! I will add this to the Wiki! |
| Yesterday |
Caroline Schnapp commented on tag problem with new collections in category General |
| 23:06pm | Tobi, <blockquote>There are two things: * collection.tags – This shows tags of all products after taking current url filter tag... |
| Yesterday |
Caroline Schnapp started topic How do we read the active filter/tag in category Design |
| 23:00pm | I am trying to read the URL from within collection.liquid. The URL contains a tag filter. Let me give you an example of such URL: h... |
| Yesterday |
Caroline Schnapp commented on Hay and needle question (Liquid) in category Design |
| 22:51pm | For this hay: <code><pre> <a title="Show products matching tag comp-1" href="/collections/playback-graphics/comp-1"><span class="acti... |
| Yesterday |
Caroline Schnapp commented on Hay and needle question (Liquid) in category Design |
| 22:47pm | I really don't see a non-javascript solution for this. |
| Yesterday |
Caroline Schnapp commented on Hay and needle question (Liquid) in category Design |
| 22:45pm | NO! My solution does not work at all. I still cannot read the 'active' tag. The filter tag. Oh my god.. |