Rss 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
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
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
03:16am ah ah ah Christina
Today
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
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
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
02:53am Thank you, Kaushal, for getting back to me on this.
Today
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
01:19am Woosh...talking about letting the air out of the tire...  
Today
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
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
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
23:24pm I added the following case:    <code><pre>  {% if user.name includes 'tobi' %}     hi tobias  {% endif %}  </pre></code>    To this page:...
Yesterday
23:20pm Solution to the hay and needle problem: the use of _includes_.    Thank you, Tobi.    <code><pre>  {% if whatever includes 'tobi' %}     ...
Yesterday
23:12pm Oh my God!    I will add this to the Wiki!
Yesterday
23:06pm Tobi,    <blockquote>There are two things:        * collection.tags – This shows tags of all products after taking current url filter tag...
Yesterday
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
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
22:47pm I really don't see a non-javascript solution for this.
Yesterday
22:45pm NO! My solution does not work at all.    I still cannot read the 'active' tag. The filter tag.    Oh my god..