<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Using Cartloom in the Angular theme</title>
		<link>http://www.kriesi.at/support/topic/using-cartloom-in-the-angular-theme</link>
		<description>Support Forum - Topic: Using Cartloom in the Angular theme</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 09:49:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/using-cartloom-in-the-angular-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Using Cartloom in the Angular theme"</title>
			<link>http://www.kriesi.at/support/topic/using-cartloom-in-the-angular-theme#post-95381</link>
			<pubDate>Wed, 06 Feb 2013 01:39:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi katethornell,&#60;/p&#62;
&#60;p&#62;Glad that Peter helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>katethornell on "Using Cartloom in the Angular theme"</title>
			<link>http://www.kriesi.at/support/topic/using-cartloom-in-the-angular-theme#post-95367</link>
			<pubDate>Tue, 05 Feb 2013 23:37:28 +0000</pubDate>
			<dc:creator>katethornell</dc:creator>
			<guid isPermaLink="false">95367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My bad, I just realised that I forgot to enter the CartLoom Javascript into the header.... Problem solved, works perfectly
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Using Cartloom in the Angular theme"</title>
			<link>http://www.kriesi.at/support/topic/using-cartloom-in-the-angular-theme#post-95188</link>
			<pubDate>Tue, 05 Feb 2013 07:55:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95188@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try to replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p class=&#38;quot;cartloom-button&#38;quot;&#38;gt;&#38;lt;input type=&#38;quot;submit&#38;quot; value=&#38;quot;Add To Cart&#38;quot; disabled=&#38;quot;disabled&#38;quot; /&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p class=&#38;quot;cartloom-button&#38;quot;&#38;gt;&#38;lt;input type=&#38;quot;submit&#38;quot; value=&#38;quot;Add To Cart&#38;quot; /&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>katethornell on "Using Cartloom in the Angular theme"</title>
			<link>http://www.kriesi.at/support/topic/using-cartloom-in-the-angular-theme#post-95130</link>
			<pubDate>Mon, 04 Feb 2013 21:19:00 +0000</pubDate>
			<dc:creator>katethornell</dc:creator>
			<guid isPermaLink="false">95130@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am trying to use a cartloom html snippet in a portfolio item of Angular Theme but the buy now button doesn't seem to work.&#60;/p&#62;
&#60;p&#62;The Code I am using is:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;!--// CartLoom v3 Snippet for: Izola - Apothecary Shower Curtain //--&#38;gt;&#60;br /&#62;
&#38;lt;form action=&#34;https://benchmarkcollective.cartloom.com/cart/add/81066&#34; method=&#34;post&#34; class=&#34;cartloom-addtocart&#34;&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;lt;label&#38;gt;Colour:&#38;lt;/label&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;ot[0]&#34; value=&#34;Colour&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;radio&#34; name=&#34;oc[0]&#34; value=&#34;Black&#34; checked&#38;gt;Black&#60;br /&#62;
&#38;lt;input type=&#34;radio&#34; name=&#34;oc[0]&#34; value=&#34; Pink &#34;&#38;gt; Pink&#60;br /&#62;
&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;Quantity: &#38;lt;input type=&#34;text&#34; name=&#34;quantity&#34; class=&#34;input-mini&#34; size=&#34;8&#34; value=&#34;1&#34; /&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;cart&#34; value=&#34;add&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;pid&#34; value=&#34;81066&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;cost&#34; value=&#34;45.00&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;p class=&#34;cartloom-button&#34;&#38;gt;&#38;lt;input type=&#34;submit&#34; value=&#34;Add To Cart&#34; disabled=&#34;disabled&#34; /&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;/form&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
