<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Savia Options ~ Woocommerce</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/savia-options-woocommerce/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/savia-options-woocommerce/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 10:14:31 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/savia-options-woocommerce/#post-19578</guid>
					<title><![CDATA[Savia Options ~ Woocommerce]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/savia-options-woocommerce/#post-19578</link>
					<pubDate>Tue, 06 May 2014 13:18:25 +0000</pubDate>
					<dc:creator>lindbergh27</dc:creator>

					<description>
						<![CDATA[
						<p>Question, in “Savia Options ~ Woocommerce” there is a text box below where we can add contents and will automatically show on the top of the shop page. How can we make the content that will show on the bottom?</p>
<p>I am planning to add pricing table but i want it to show on the bottom of the shop page.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/savia-options-woocommerce/#post-19579</guid>
					<title><![CDATA[Reply To: Savia Options ~ Woocommerce]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/savia-options-woocommerce/#post-19579</link>
					<pubDate>Tue, 06 May 2014 14:27:22 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>IF you edit my woocommerce.php template you will see this:</p>
<pre><code>// If &quot;woo_static_top_content&quot; is set in the Theme Options - Show it!
if($woo_static_top_content = ot_get_option(&#039;woo_static_top_content&#039;,0)) {
	echo &#039;&lt;div class=&quot;sixteen columns&quot; style=&quot;margin-bottom: 30px;&quot;&gt;&#039;;
	echo do_shortcode_boc($woo_static_top_content);
	echo &#039;&lt;/div&gt;&lt;!--Woo Static Top Content :: end--&gt;&#039;;
}
</code></pre>
<p>I am basically checking for a ThemeOption setting named &#8216;woo_static_top_content&#8217; and if it is set I display it in a full width column, this is the setting that you can declare in your WooCommerce Theme options (content that goes on top).<br />
You can do the same exact thing: declare a new theme option, you can follow the pattern in includes/theme_options.php (search for &#8216;woo_static_top_content&#8217;), and then output the newly created variable below your store data in woocommerce.php template.<br />
Another way would be to simply hardcode whatever HTML you want at the bottom of your shop template. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

