<?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: Sorting Products in Custom Pages Built in &#039;Template Builder&#039;</title>
		<link>http://www.kriesi.at/support/topic/sorting-products-in-custom-pages-built-in-template-builder</link>
		<description>Support Forum - Topic: Sorting Products in Custom Pages Built in &#039;Template Builder&#039;</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 10:46:41 +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/sorting-products-in-custom-pages-built-in-template-builder" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Sorting Products in Custom Pages Built in &#039;Template Builder&#039;"</title>
			<link>http://www.kriesi.at/support/topic/sorting-products-in-custom-pages-built-in-template-builder#post-61287</link>
			<pubDate>Wed, 20 Jun 2012 22:33:38 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">61287@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; noted. will see if I can implement the woocommerce custom sorting option :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sorting Products in Custom Pages Built in &#039;Template Builder&#039;"</title>
			<link>http://www.kriesi.at/support/topic/sorting-products-in-custom-pages-built-in-template-builder#post-56397</link>
			<pubDate>Thu, 17 May 2012 09:09:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">56397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code can be found in abundance/includes/helper-templates.php. If you want to add the new menu order feature to the &#34;Products&#34; elements code replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;posts_per_page&#38;#39; =&#38;gt; $shop_item_count,
			&#38;#39;orderby&#38;#39; =&#38;gt; &#38;#39;id&#38;#39;,
			&#38;#39;order&#38;#39; =&#38;gt; &#38;#39;desc&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;posts_per_page&#38;#39; =&#38;gt; $shop_item_count,
			//&#38;#39;orderby&#38;#39; =&#38;gt; &#38;#39;id&#38;#39;,
			&#38;#39;orderby&#38;#39; =&#38;gt; &#38;#39;menu_order&#38;#39;,
			//&#38;#39;order&#38;#39; =&#38;gt; &#38;#39;desc&#38;#39;,
			&#38;#39;order&#38;#39; =&#38;gt; &#38;#39;ASC&#38;#39;,&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>legkvla42 on "Sorting Products in Custom Pages Built in &#039;Template Builder&#039;"</title>
			<link>http://www.kriesi.at/support/topic/sorting-products-in-custom-pages-built-in-template-builder#post-56346</link>
			<pubDate>Wed, 16 May 2012 20:11:49 +0000</pubDate>
			<dc:creator>legkvla42</dc:creator>
			<guid isPermaLink="false">56346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;can you please write here where product query function located in theme?&#60;br /&#62;
So I can make a work around for a while.&#60;/p&#62;
&#60;p&#62;and there is another issue: now woocommerce supports custom sortings. So default sorting in catalog is differ from your widget.&#60;/p&#62;
&#60;p&#62;Regards, Vladimir
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sorting Products in Custom Pages Built in &#039;Template Builder&#039;"</title>
			<link>http://www.kriesi.at/support/topic/sorting-products-in-custom-pages-built-in-template-builder#post-55103</link>
			<pubDate>Tue, 08 May 2012 06:05:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">55103@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I marked this thread for Kriesi - maybe he knows a solution. I'm not aware of an easy/clever solution to achieve this without rewriting the product query function.&#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>headphonehub on "Sorting Products in Custom Pages Built in &#039;Template Builder&#039;"</title>
			<link>http://www.kriesi.at/support/topic/sorting-products-in-custom-pages-built-in-template-builder#post-54689</link>
			<pubDate>Fri, 04 May 2012 16:28:40 +0000</pubDate>
			<dc:creator>headphonehub</dc:creator>
			<guid isPermaLink="false">54689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I have created a couple of pages with the Abundance 'Template Builder' - and have added 'Products' to these pages&#60;/p&#62;
&#60;p&#62;see here &#60;a href=&#34;http://www.headphonehub.co.uk/learn/gear-guides/the-best-iphone-headphones-earphones-accessories/&#34; rel=&#34;nofollow&#34;&#62;http://www.headphonehub.co.uk/learn/gear-guides/the-best-iphone-headphones-earphones-accessories/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That page is made up of &#60;/p&#62;
&#60;p&#62;1. Page Content&#60;br /&#62;
2. Custom Line&#60;br /&#62;
3. Product Category&#60;br /&#62;
4. Custom Line&#60;br /&#62;
5. Product Category&#60;/p&#62;
&#60;p&#62;I want to sort the products by lowest price first for each of the categories on that page&#60;/p&#62;
&#60;p&#62;can it be done? please help!&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
