<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Opinion: Shopify Community - General</title>
    <link>http://forums.shopify.com/categories/1?category_id=1</link>
    <language>en-us</language>
    <description>Feed for category General</description>
    <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>
    <item>
      <title>jonathanbriggs commented on Google Analytics - Conversion Goals and Funnel</title>
      <author>jonathanbriggs</author>
      <pubDate>Fri, 06 Nov 2009 01:36:19 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/14635#comment-30781</link>
      <guid>http://forums.shopify.com/categories/1/posts/14635#comment-30781</guid>
      <description>&lt;p&gt;Oops! &amp;nbsp;Caroline has answered this I think in&amp;nbsp;&lt;a href="http://forums.shopify.com/categories/6/posts/29700"&gt;http://forums.shopify.com/categories/6/posts/29700&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Did not mention funnels so did not come up in the search :(&lt;/p&gt;</description>
    </item>
    <item>
      <title>jonathanbriggs commented on Google Analytics - Conversion Goals and Funnel</title>
      <author>jonathanbriggs</author>
      <pubDate>Fri, 06 Nov 2009 01:30:15 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/14635#comment-30780</link>
      <guid>http://forums.shopify.com/categories/1/posts/14635#comment-30780</guid>
      <description>&lt;p&gt;I know this is an old thread but I thought I would bump it rather than starting it again.&lt;/p&gt;
&lt;p&gt;Has anyone succeeded in a setting up a full Analytics checkout funnel to track where people drop out of the process?&lt;/p&gt;
&lt;p&gt;Jonathan&lt;/p&gt;</description>
    </item>
    <item>
      <title>Customizing Regions and Taxes by rjgoose</title>
      <author>rjgoose</author>
      <pubDate>Thu, 05 Nov 2009 00:14:03 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30760</link>
      <guid>http://forums.shopify.com/categories/1/posts/30760</guid>
      <description>&lt;p&gt;I have a question. I only want to feature the 48 Continental United States in the my checkout process and was wondering if this is possible?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am looking for this in MyShopify &amp;gt; Preferences &amp;gt; Regions &amp;amp; Taxes, am I looking in the right place?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Forum Feedback</title>
      <author>Jamie</author>
      <pubDate>Wed, 04 Nov 2009 20:18:20 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30151#comment-30747</link>
      <guid>http://forums.shopify.com/categories/1/posts/30151#comment-30747</guid>
      <description>&lt;p&gt;Welcome ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented on Forum Feedback</title>
      <author>Mark Dunkley</author>
      <pubDate>Wed, 04 Nov 2009 20:02:33 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30151#comment-30746</link>
      <guid>http://forums.shopify.com/categories/1/posts/30151#comment-30746</guid>
      <description>&lt;p&gt;BBG has got it. The forums is a place where Shopify store owners, designers, developers can all communicate under one roof.&lt;/p&gt;
&lt;p&gt;I might try to make this more obvious in the future, any ideas are welcome.&lt;/p&gt;
&lt;p&gt;Thanks for your bug report Jamie :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>wigify commented on affiliate marketing possible?</title>
      <author>wigify</author>
      <pubDate>Wed, 04 Nov 2009 19:55:40 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/26164#comment-30745</link>
      <guid>http://forums.shopify.com/categories/1/posts/26164#comment-30745</guid>
      <description>&lt;p&gt;hi bschiett,&lt;/p&gt;
&lt;p&gt;From the better late then never department, I'd like to introduce you to wigify, the affiliate program manager for Shopify stores.&lt;/p&gt;
&lt;p&gt;You can have your store's affiliate program online in minutes.&amp;nbsp; the url is at &lt;a href="http://www.wigify.com"&gt;http://www.wigify.com&lt;/a&gt; for you to look at.&lt;/p&gt;
&lt;p&gt;Oh, and the first month is only a dollar.&amp;nbsp; The monthly rate right now is $24 USD after that, and only like $0.50/transaction on any orders placed through an affiliate.&lt;/p&gt;
&lt;p&gt;email me if you have more questions, either here or on the wigify site.&lt;/p&gt;
&lt;p&gt;thanks B.&lt;/p&gt;
&lt;p&gt;Philip&lt;/p&gt;</description>
    </item>
    <item>
      <title>BBG commented on Forum Feedback</title>
      <author>BBG</author>
      <pubDate>Wed, 04 Nov 2009 18:09:12 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30151#comment-30744</link>
      <guid>http://forums.shopify.com/categories/1/posts/30151#comment-30744</guid>
      <description>&lt;p&gt;There are some more thoughts on when to use Support versus the Forums here: &lt;a href="http://www.shopifyconcierge.com/blogs/news/1105412-shopify-support-vs-shopify-forums"&gt;http://www.shopifyconcierge.com/blogs/news/1105412-shopify-support-vs-shopify-forums&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I agree it can be confusing, but as a rule of thumb:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; If it is about something not working right with Shopify you should go to support so they can investigate and fix it.&lt;/li&gt;
&lt;li&gt;If it is about changing your theme, marketing advice (e.g. SEO), how to set up collections for your products, looking for designers/developers or announcing a new store this is the place to be.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>atlas100 commented on Forum Feedback</title>
      <author>atlas100</author>
      <pubDate>Wed, 04 Nov 2009 17:41:26 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30151#comment-30742</link>
      <guid>http://forums.shopify.com/categories/1/posts/30151#comment-30742</guid>
      <description>&lt;p&gt;If I want to search to see if my question has been answered before, do I need to search both areas seperately?&lt;/p&gt;
&lt;p&gt;There should to be a way to have all the help/support/ideas in one searchable place.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Forum Feedback</title>
      <author>Jamie</author>
      <pubDate>Wed, 04 Nov 2009 16:44:06 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30151#comment-30737</link>
      <guid>http://forums.shopify.com/categories/1/posts/30151#comment-30737</guid>
      <description>&lt;p&gt;You are in the user forum here. support.shopify.com is on a ticketing system, and is mainly for service related issues, bug reporting etc. If you are having trouble with a custom theme or non service issue this is where you seek help.&lt;/p&gt;</description>
    </item>
    <item>
      <title>atlas100 commented on Forum Feedback</title>
      <author>atlas100</author>
      <pubDate>Wed, 04 Nov 2009 16:02:53 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30151#comment-30735</link>
      <guid>http://forums.shopify.com/categories/1/posts/30151#comment-30735</guid>
      <description>&lt;p&gt;I am confused on what is the difference between this forum and the support.myshopify.com/discussions/questions?&lt;/p&gt;
&lt;p&gt;This seems like a big usability issue. I don't know where I am supposed to seek help and when I want to find one I find the other.&lt;/p&gt;
&lt;p&gt;Is there a clear reason that both areas need to exist?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on IE7 CSS display problem</title>
      <author>Jamie</author>
      <pubDate>Wed, 04 Nov 2009 14:43:57 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/24368#comment-30729</link>
      <guid>http://forums.shopify.com/categories/1/posts/24368#comment-30729</guid>
      <description>&lt;p&gt;Hey Will.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Start with your mark-up errors and I think this may resolve itself. You have a bunch of div errors that will definitely throw off ie. [see screen]&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
