<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>IE 6 Wont Add to Cart! Please Help</title>
    <link>http://forums.shopify.com/categories/7/posts/19995</link>
    <language>en-us</language>
    <description>Feed for discussion topic IE 6 Wont Add to Cart! Please Help</description>
    <item>
      <title>IE 6 Wont Add to Cart! Please Help</title>
      <author>1pxsolid</author>
      <pubDate>Sun, 01 Jun 2008 03:50:08 +0000</pubDate>
      <link>http://forums.shopify.com/categories/7/posts/19995</link>
      <guid>http://forums.shopify.com/categories/7/posts/19995</guid>
      <description>&lt;p&gt;Hello all,&lt;/p&gt;


	&lt;p&gt;For some reason I can&amp;#8217;t add products to my cart in &lt;span class="caps"&gt;IE 6&lt;/span&gt;? wtf?? Does Shopify support &lt;span class="caps"&gt;IE 6&lt;/span&gt;?&lt;/p&gt;


	&lt;p&gt;Can someone please check this out? My shop is here &amp;rarr; &lt;a href="http://deckedoutkids.myshopify.com/"&gt;http://deckedoutkids.myshopify.com/&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;I have reverted to some default templates to see if it was my templates messing things up&amp;#8230;.&lt;/p&gt;


	&lt;p&gt;Please Help, I was all ready for launch today but will have to tell my client that the most common web browser isn&amp;#8217;t playing nicely.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little Jack commented</title>
      <author>Little Jack</author>
      <pubDate>Mon, 16 Jun 2008 13:04:25 +0000</pubDate>
      <link>http://forums.shopify.com/categories/7/posts/19995#comment-20274</link>
      <guid>http://forums.shopify.com/categories/7/posts/19995#comment-20274</guid>
      <description>&lt;p&gt;We&amp;#8217;ve had a similar problem with &lt;span class="caps"&gt;IE6&lt;/span&gt; and &lt;span class="caps"&gt;IE7 &lt;/span&gt;- pages don&amp;#8217;t display properly and buyers can&amp;#8217;t get to the cart&amp;#8230;&lt;/p&gt;


	&lt;p&gt;It seems to work when one of the default settings in IE is changed:&lt;/p&gt;


	&lt;p&gt;IE&amp;#8217;s settings page // Advanced and turn off &amp;#8216;Show Friendly &lt;span class="caps"&gt;HTML&lt;/span&gt; errors&amp;#8217;&lt;/p&gt;


	&lt;p&gt;This is a &lt;span class="caps"&gt;BIG&lt;/span&gt; issue though as we can&amp;#8217;t expect consumers to change these settings in order to purchase!&lt;/p&gt;</description>
    </item>
    <item>
      <title>daniel commented</title>
      <author>daniel</author>
      <pubDate>Mon, 16 Jun 2008 16:13:56 +0000</pubDate>
      <link>http://forums.shopify.com/categories/7/posts/19995#comment-20282</link>
      <guid>http://forums.shopify.com/categories/7/posts/19995#comment-20282</guid>
      <description>&lt;p&gt;This happens randomly in &lt;span class="caps"&gt;IE6&lt;/span&gt; &amp;#38; &lt;span class="caps"&gt;IE7&lt;/span&gt; on older Showroom-based themes (note that current Showroom themes have a fix for IE).&lt;/p&gt;


	&lt;p&gt;You can fix it by replacing the following line in your &lt;code&gt;shop.js&lt;/code&gt;&lt;br /&gt;(&lt;em&gt;please make a backup before you do this&lt;/em&gt;)&lt;/p&gt;


&lt;code&gt;&lt;pre&gt;
new Effect.Pulsate($('item-' + line_item.id).firstChild, { duration: 1.0, pulses: 3 });    
&lt;/pre&gt;&lt;/code&gt;

    &lt;p&gt;with this:&lt;/p&gt;

&lt;code&gt;&lt;pre&gt;
if($('item-'+line_item.id)) {
  new Effect.Pulsate($('item-' + line_item.id).firstChild, { duration: 1.0, pulses: 3 });    
}
&lt;/pre&gt;&lt;/code&gt;</description>
    </item>
    <item>
      <title>daniel commented</title>
      <author>daniel</author>
      <pubDate>Mon, 16 Jun 2008 20:35:53 +0000</pubDate>
      <link>http://forums.shopify.com/categories/7/posts/19995#comment-20286</link>
      <guid>http://forums.shopify.com/categories/7/posts/19995#comment-20286</guid>
      <description>&lt;p&gt;Little Jacks problem is a different one, solved here:&lt;br /&gt;&lt;a href="http://forums.shopify.com/categories/7/posts/15135"&gt;http://forums.shopify.com/categories/7/posts/15135&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>jordanharper commented</title>
      <author>jordanharper</author>
      <pubDate>Tue, 17 Jun 2008 08:58:17 +0000</pubDate>
      <link>http://forums.shopify.com/categories/7/posts/19995#comment-20291</link>
      <guid>http://forums.shopify.com/categories/7/posts/19995#comment-20291</guid>
      <description>&lt;p&gt;Daniel: If that was the problem with thebrowncorporation.com (the &lt;span class="caps"&gt;IE PNG&lt;/span&gt; fix), do you have any idea why it isn&amp;#8217;t happening on all pages? Every page loads and uses the &lt;span class="caps"&gt;PNG&lt;/span&gt; fix (for the navigation at the top of the page) and most pages load fine.&lt;/p&gt;


	&lt;p&gt;Additionally, if I remove the &lt;span class="caps"&gt;PNG&lt;/span&gt; fix, the problem still occurs.&lt;/p&gt;


	&lt;p&gt;(PS: I&amp;#8217;m the developer of the site!)&lt;/p&gt;</description>
    </item>
    <item>
      <title>jordanharper commented</title>
      <author>jordanharper</author>
      <pubDate>Tue, 17 Jun 2008 09:05:31 +0000</pubDate>
      <link>http://forums.shopify.com/categories/7/posts/19995#comment-20292</link>
      <guid>http://forums.shopify.com/categories/7/posts/19995#comment-20292</guid>
      <description>&lt;p&gt;Addendum: My second point seems to be incorrect, I had tested this before (after seeing the thread in question) and it didn&amp;#8217;t have any effect. It does seem to fix the issue now, however.&lt;/p&gt;


	&lt;p&gt;Still, I&amp;#8217;d be interested to hear a response to the first point&amp;#8212;why isn&amp;#8217;t it affecting all pages?&lt;/p&gt;</description>
    </item>
    <item>
      <title>daniel commented</title>
      <author>daniel</author>
      <pubDate>Tue, 17 Jun 2008 13:03:37 +0000</pubDate>
      <link>http://forums.shopify.com/categories/7/posts/19995#comment-20295</link>
      <guid>http://forums.shopify.com/categories/7/posts/19995#comment-20295</guid>
      <description>&lt;p&gt;May it be that only this page (&lt;a href="http://www.thebrowncorporation.com/products/bog-standard"&gt;http://www.thebrowncorporation.com/products/bog-standard&lt;/a&gt;) has a transparent png?&lt;/p&gt;</description>
    </item>
    <item>
      <title>jordanharper commented</title>
      <author>jordanharper</author>
      <pubDate>Tue, 17 Jun 2008 13:42:10 +0000</pubDate>
      <link>http://forums.shopify.com/categories/7/posts/19995#comment-20296</link>
      <guid>http://forums.shopify.com/categories/7/posts/19995#comment-20296</guid>
      <description>&lt;p&gt;The home page has one (an img embedded in the &lt;span class="caps"&gt;HTML&lt;/span&gt;) and the background image to the navigation (which appears on all pages) is a png &amp;#8230; in fact, the page you&amp;#8217;ve linked to (the one that fails) has as few transparent PNGs as any page.&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;ve changed the &lt;span class="caps"&gt;PNG&lt;/span&gt; fix to a javascript based one for now and it works OK, with no &lt;span class="caps"&gt;IE6&lt;/span&gt; crash, but I&amp;#8217;d be interested to try and discover why there were issues with that page&amp;#8230;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
