<?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: review, complementary information on single products pages</title>
		<link>http://www.kriesi.at/support/topic/review-complementary-information-on-single-products-pages</link>
		<description>Support Forum - Topic: review, complementary information on single products pages</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 20:24:00 +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/review-complementary-information-on-single-products-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "review, complementary information on single products pages"</title>
			<link>http://www.kriesi.at/support/topic/review-complementary-information-on-single-products-pages#post-66098</link>
			<pubDate>Tue, 17 Jul 2012 13:28:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">66098@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you fixed it. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "review, complementary information on single products pages"</title>
			<link>http://www.kriesi.at/support/topic/review-complementary-information-on-single-products-pages#post-66095</link>
			<pubDate>Tue, 17 Jul 2012 13:20:17 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">66095@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think I got it guys, I both didn't ue it on the good way and had stuff not well set up.&#60;br /&#62;
many thanks for the tips.&#60;br /&#62;
Sophie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "review, complementary information on single products pages"</title>
			<link>http://www.kriesi.at/support/topic/review-complementary-information-on-single-products-pages#post-64672</link>
			<pubDate>Tue, 10 Jul 2012 06:18:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">64672@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can try to replace the entire templates folder - probably this will revert all changes regarding the tabs, etc. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "review, complementary information on single products pages"</title>
			<link>http://www.kriesi.at/support/topic/review-complementary-information-on-single-products-pages#post-64512</link>
			<pubDate>Mon, 09 Jul 2012 14:47:02 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">64512@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Thanks for your answer, I've checked and the tabs located in the file are:&#60;br /&#62;
attributes - review - description&#60;br /&#62;
tab-attributes -  tab-reviews  - tab-description &#60;/p&#62;
&#60;p&#62;ie: here is the php content of reviews&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
/**&#60;br /&#62;
 * Reviews Tab&#60;br /&#62;
 */&#60;/p&#62;
&#60;p&#62;global $woocommerce, $post;&#60;/p&#62;
&#60;p&#62;if ( comments_open() ) : ?&#38;gt;&#60;br /&#62;
	&#38;lt;div class=&#34;panel entry-content&#34; id=&#34;tab-reviews&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php comments_template(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;and the php content of tab-reviews&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( comments_open() ) : ?&#38;gt;&#60;br /&#62;
	&#38;lt;li class=&#34;reviews_tab&#34;&#38;gt;&#60;a href=&#34;#tab-reviews&#34;&#62;&#38;lt;?php _e('Reviews', 'woocommerce'); ?&#38;gt;&#38;lt;?php echo comments_number(' (0)', ' (1)', ' (%)'); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;do you see anything missing I should add or delete in order to get those options back?&#60;/p&#62;
&#60;p&#62;I'd rather not install again woocommerce, for the reasons you give :)&#60;/p&#62;
&#60;p&#62;many thanks for your help&#60;br /&#62;
sophie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "review, complementary information on single products pages"</title>
			<link>http://www.kriesi.at/support/topic/review-complementary-information-on-single-products-pages#post-64216</link>
			<pubDate>Sat, 07 Jul 2012 07:57:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am not sure if installing the woocommerce plugin again will take it back. This is not suggested because some information might go missing when you install it again. Please be careful.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "review, complementary information on single products pages"</title>
			<link>http://www.kriesi.at/support/topic/review-complementary-information-on-single-products-pages#post-64215</link>
			<pubDate>Sat, 07 Jul 2012 07:55:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64215@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Maybe he deleted the files on plugins &#38;gt; woocommerce &#38;gt; templates &#38;gt; single-product &#38;gt; tabs. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "review, complementary information on single products pages"</title>
			<link>http://www.kriesi.at/support/topic/review-complementary-information-on-single-products-pages#post-64065</link>
			<pubDate>Fri, 06 Jul 2012 06:28:49 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">64065@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I asked somebody to remove the review and complementary tabs on single products pages, and he did, but I want them back now;&#60;br /&#62;
the point is that the personn doesn't remember how he did so could you tell me what should I do to get them back please?&#60;br /&#62;
many thanks,&#60;br /&#62;
sophie
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
