<?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: Move product variable</title>
		<link>http://www.kriesi.at/support/topic/move-product-variable</link>
		<description>Support Forum - Topic: Move product variable</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 21:41:17 +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/move-product-variable" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Move product variable"</title>
			<link>http://www.kriesi.at/support/topic/move-product-variable#post-83421</link>
			<pubDate>Mon, 12 Nov 2012 09:18:59 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">83421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Todd,&#60;/p&#62;
&#60;p&#62;No problem. I will soft close this ticket for now, so you will still be able to post.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>toddbarden on "Move product variable"</title>
			<link>http://www.kriesi.at/support/topic/move-product-variable#post-83413</link>
			<pubDate>Mon, 12 Nov 2012 08:53:53 +0000</pubDate>
			<dc:creator>toddbarden</dc:creator>
			<guid isPermaLink="false">83413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Nick,&#60;/p&#62;
&#60;p&#62;Thats great, will take a loom this week and post the results. Thanks for your help.&#60;/p&#62;
&#60;p&#62;todd
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Move product variable"</title>
			<link>http://www.kriesi.at/support/topic/move-product-variable#post-83182</link>
			<pubDate>Sat, 10 Nov 2012 07:00:56 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">83182@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please open woocommerce-hooks.php located in the woocommerce folder in the wordpress plugin directory. Now depending on the way you want the end result to look, you will be inserting the line from the next step either *before* or *after* line 119. Line 119 looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_meta&#38;#39;, 40 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and on your webpage, that line becomes&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;SKU: T004BLK. Category: Bargains, T-shirts. Tags: comeback tour, Slut.&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now lets grab the order box and move it there. So open up config.php located in the woocommerce-config folder inside the Propulsion theme directory.itself. Copy line 123 which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;avia_add_to_cart&#38;#39;, &#38;#39;woocommerce_template_single_add_to_cart&#38;#39;, 30, 2 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and after you copied it put // in front of the line 123 so that it looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//add_action( &#38;#39;avia_add_to_cart&#38;#39;, &#38;#39;woocommerce_template_single_add_to_cart&#38;#39;, 30, 2 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and save config.php. Paste the line 123 that we just copied into the woocommerce-hooks.php , before or after line 119 as I described in the beginning based on where you want the order box to go.&#60;/p&#62;
&#60;p&#62;If you pasted *before* line 119, you can leave your paste as is. However if you pasted it after line 119, please change the numbers at the end of the line from ', 30, 2 ) to ',45)&#60;/p&#62;
&#60;p&#62;Most of the styling with woocommerce involves rearranging the order of various hooks on those two pages. And since this is a dev site you have, you can play around to see which combinations make your site look the way you want to. If you run into problems, please have backups of those two pages easily available.&#60;/p&#62;
&#60;p&#62;Please let us know how it worked out.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>toddbarden on "Move product variable"</title>
			<link>http://www.kriesi.at/support/topic/move-product-variable#post-83015</link>
			<pubDate>Fri, 09 Nov 2012 09:14:32 +0000</pubDate>
			<dc:creator>toddbarden</dc:creator>
			<guid isPermaLink="false">83015@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;cool, thanks for the response. I have a test version of the site Im working on at &#60;a href=&#34;http://www.t2design.net/slut-test/shop/comeback-tour-2/&#34; rel=&#34;nofollow&#34;&#62;http://www.t2design.net/slut-test/shop/comeback-tour-2/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This has been updated to version 1.7.&#60;/p&#62;
&#60;p&#62;Im happy to make changes to this site and then will update the live version later.&#60;br /&#62;
many thanks&#60;/p&#62;
&#60;p&#62;Todd
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Move product variable"</title>
			<link>http://www.kriesi.at/support/topic/move-product-variable#post-82918</link>
			<pubDate>Thu, 08 Nov 2012 18:31:01 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82918@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You are using version 1.32 of Propulsion while the current version is 1.7 - Please go to Themeforest, login with the account you used to purchase the theme and upgrade to the current version. Please be aware that the upgrade will overwrite your entire theme folder including custom.css, so make a backup copy if you made any customizations to the files. Quick CSS is not affected by the update. When you updated, please let me know so we can proceed. I don't have that version and a lot of things  were updated since your version.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>toddbarden on "Move product variable"</title>
			<link>http://www.kriesi.at/support/topic/move-product-variable#post-82848</link>
			<pubDate>Thu, 08 Nov 2012 09:56:07 +0000</pubDate>
			<dc:creator>toddbarden</dc:creator>
			<guid isPermaLink="false">82848@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;sorry I forgot all about this post. Yes, exactly like that.&#60;br /&#62;
cheers&#60;/p&#62;
&#60;p&#62;Todd
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Move product variable"</title>
			<link>http://www.kriesi.at/support/topic/move-product-variable#post-82153</link>
			<pubDate>Sun, 04 Nov 2012 03:13:45 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82153@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You mean something like this  &#60;a href=&#34;http://i.imgur.com/JyMFR.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/JyMFR.png&#60;/a&#62; ?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>toddbarden on "Move product variable"</title>
			<link>http://www.kriesi.at/support/topic/move-product-variable#post-81982</link>
			<pubDate>Fri, 02 Nov 2012 14:40:38 +0000</pubDate>
			<dc:creator>toddbarden</dc:creator>
			<guid isPermaLink="false">81982@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you tell me which file i need to edit to move my product variables to the right hand column.&#60;br /&#62;
&#60;a href=&#34;http://www.slut.co.uk/t-shirts/gramophone/&#34; rel=&#34;nofollow&#34;&#62;http://www.slut.co.uk/t-shirts/gramophone/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'd like them and the 'add to cart' button to appear after the description.&#60;/p&#62;
&#60;p&#62;many thanks&#60;/p&#62;
&#60;p&#62;Todd
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
