<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Opinion: Shopify Community</title>
    <link>http://forums.shopify.com/forums/1</link>
    <language>en-us</language>
    <description>Feed for forum Shopify Community</description>
    <item>
      <title>Bug with articles by Roman I.</title>
      <author>Roman I.</author>
      <pubDate>Sat, 07 Nov 2009 09:03:43 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30811</link>
      <guid>http://forums.shopify.com/categories/2/posts/30811</guid>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I'm use this way of description for my collection.&lt;/p&gt;
&lt;p&gt;{% for article in blogs.collectiontexts.articles %} &lt;br /&gt;{% if article.title == collection.title %} &lt;br /&gt;{{ article.content}} &lt;br /&gt;{% endif %} &lt;br /&gt;{% endfor %}&lt;/p&gt;
&lt;p&gt;It's work's fine for me, but i saw one bug. One month, after i was created the article, it's automatically hiding. Why?&lt;/p&gt;
&lt;p&gt;For example. Article exist, but description doesn't show up in collection page.&lt;/p&gt;
&lt;p&gt;Article &amp;mdash; &lt;a href="http://tibetansale.com/blogs/collectiontexts/1251682-ha-series"&gt;http://tibetansale.com/blogs/collectiontexts/1251682-ha-series&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Collection &amp;mdash; &lt;a href="http://tibetansale.com/collections/ha-series"&gt;http://tibetansale.com/collections/ha-series&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Collection with working description from the article that less then month.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://tibetansale.com/collections/bhutanese-incense"&gt;http://tibetansale.com/collections/bhutanese-incense&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Loriajuarez commented on CAN someOne help..I will pay.</title>
      <author>Loriajuarez</author>
      <pubDate>Sat, 07 Nov 2009 08:46:12 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30802#comment-30810</link>
      <guid>http://forums.shopify.com/categories/1/posts/30802#comment-30810</guid>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On the other hand, of course, YOU MUST have a PP account. It must be validated, verified, connected to a credit card and linked to a bank account (otherwise, you are limited to 2500$ total transactions)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.goarticles.com/cgi-bin/showa.cgi?C=1989925"&gt;http://www.goarticles.com/cgi-bin/showa.cgi?C=1989925&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.goarticles.com/cgi-bin/showa.cgi?C=2015750"&gt;http://www.goarticles.com/cgi-bin/showa.cgi?C=2015750&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on Fetch doesn't use Shipping. How can I turn off the Shipping messages?</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 07 Nov 2009 00:15:25 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/22084#comment-30807</link>
      <guid>http://forums.shopify.com/categories/1/posts/22084#comment-30807</guid>
      <description>&lt;p&gt;What we need here is a way to use global objects in .css.liquid files, not only the theme settings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on Fetch doesn't use Shipping. How can I turn off the Shipping messages?</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 07 Nov 2009 00:09:45 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/22084#comment-30806</link>
      <guid>http://forums.shopify.com/categories/1/posts/22084#comment-30806</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;@Jared,&lt;/p&gt;
&lt;p&gt;You can conditionally add the custom checkout.css and hide the shipping fields as caroline suggests only if the cart weight is greater than zero. Something like this&amp;hellip;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;{% if cart.total_weight &amp;gt; 0 %}&lt;br /&gt;    {{ 'checkout.css' | asset_url | stylesheet_tag }}&lt;br /&gt;{% endif %}&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;Coding dyslexia.&lt;/p&gt;
&lt;p&gt;Code should be:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;{% if cart.total_weight == 0 %}&lt;br /&gt;    {{ 'checkout.css' | asset_url | stylesheet_tag }}&lt;br /&gt;{% endif %}&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;@Richard Bird&lt;/p&gt;
&lt;p&gt;The code provided by Jared goes into the header element in theme.liquid. However, you won't see your HTML comment on the checkout pages. You will see your HTML comment on any page &lt;em&gt;but&lt;/em&gt; the checkout pages. An that's normal.&lt;/p&gt;
&lt;p&gt;Bad news:&lt;/p&gt;
&lt;p&gt;Jared's solution won't work because linking in your own checkout.css file in the header is not even required for that stylesheet to be used. The mere presence of a stylesheet named checkout.css in your Assets folder will be enough for Shopify to 'link' it in at checkout. Unfortunately. So your own overrides will be applied, whether you have tangible goods inside the cart or not.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Richard Bird commented on Fetch doesn't use Shipping. How can I turn off the Shipping messages?</title>
      <author>Richard Bird</author>
      <pubDate>Fri, 06 Nov 2009 22:12:20 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/22084#comment-30805</link>
      <guid>http://forums.shopify.com/categories/1/posts/22084#comment-30805</guid>
      <description>&lt;p&gt;I don't believe this solutions works any longer. Just for testing, I put the follwing in the head of theme.liquid&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;{% if cart.total_weight &amp;lt; 0 %}
    &amp;lt;!-- total weight is less than zero --&amp;gt;
{% endif %}
{% if cart.total_weight == 0 %}
    &amp;lt;!-- total weight is equal to zero --&amp;gt;
{% endif %}
{% if cart.total_weight &amp;gt; 0 %}
    &amp;lt;!-- total weight is greater than zero --&amp;gt;
{% endif %}
&lt;/pre&gt;
&lt;p&gt;And it does not render on the checkout page no matter what.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jesse Storimer commented on Option Google Base depending on country of store</title>
      <author>Jesse Storimer</author>
      <pubDate>Fri, 06 Nov 2009 21:58:20 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30801#comment-30804</link>
      <guid>http://forums.shopify.com/categories/1/posts/30801#comment-30804</guid>
      <description>&lt;p&gt;Stefan,&lt;/p&gt;
&lt;p&gt;This is unfortunately a Google policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Option Google Base depending on country of store</title>
      <author>Jamie</author>
      <pubDate>Fri, 06 Nov 2009 20:10:54 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30801#comment-30803</link>
      <guid>http://forums.shopify.com/categories/1/posts/30801#comment-30803</guid>
      <description>&lt;p&gt;This is a google thing not a Shopify thing as far as I can tell.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CAN someOne help..I will pay. by nate b</title>
      <author>nate b</author>
      <pubDate>Fri, 06 Nov 2009 20:08:45 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30802</link>
      <guid>http://forums.shopify.com/categories/1/posts/30802</guid>
      <description>&lt;p&gt;Can someone PLEASE HELP me with STEP 2 of HunkyBills tutorial for products options.. I mean I have tried hiring someone... He told me $500...I have gone to LIVEPERSON.com... where you hire HTML and CSS experts.....and all there so called experts won't help because I think they are afraid of SHOPIFY or just don't know what it is.... I have been to HTML and CSS forums all over the net.. and no one will even reply....or if they do... they never come back to the thread.....but $500 bux&amp;nbsp; is completely out the question since I dont have that nor will have it until I sell something.....(can you see the irony) which I been trying to do for the past 3 months..but cant because I can't find someone to help me with the following tutorial ...&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://wiki.shopify.com/Product_Customizations"&gt;http://wiki.shopify.com/Product_Customizations&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you can explain this to me or help me I will PAY YOU... but not $500.. Is there anyone out there in the WORLD willing to help me with this... All I want to do Is open my store to the public.... &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I mean HUNKYbill called me a neophyte or watever but I just need help... I will pay someone just to better explain STEP 2.. Thats all I need is STEP 2.... Please someone...I am in dire need.. I just cant follow step 2... step 2 throws me completely off... Can I get a hand from a gracious soul???&lt;/p&gt;</description>
    </item>
    <item>
      <title>Option Google Base depending on country of store by sfnkol</title>
      <author>sfnkol</author>
      <pubDate>Fri, 06 Nov 2009 20:01:00 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30801</link>
      <guid>http://forums.shopify.com/categories/1/posts/30801</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have two shopify store, one for the US and international and one for Germany.&lt;/p&gt;
&lt;p&gt;I am shipping from Southamerica/Chile. So if I enter correctly my shop address I cannot opt for Google Base. When I chosse USA or Germany it is possible. The items for US are in dollar and english description and for the german site all are in german and Euro.&lt;/p&gt;
&lt;p&gt;So this is near by discrimination. Is there any reason for that? Some stupid google policies?&lt;/p&gt;
&lt;p&gt;Also the field country in the references is "not requiered".&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;Stefan&lt;/p&gt;</description>
    </item>
    <item>
      <title>jonathanbriggs commented on Forum Feedback</title>
      <author>jonathanbriggs</author>
      <pubDate>Fri, 06 Nov 2009 19:47:57 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30151#comment-30800</link>
      <guid>http://forums.shopify.com/categories/1/posts/30151#comment-30800</guid>
      <description>&lt;p&gt;Could we have posting dates in forum search results please?&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
