<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to add tabs to virtuemart 1.1.3 and joomla 1.5.10</title>
	<atom:link href="http://www.simoneqdm.com/2009/05/25/how-to-add-tabs-to-virtuemart-113-and-joomla-1510/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simoneqdm.com/2009/05/25/how-to-add-tabs-to-virtuemart-113-and-joomla-1510/</link>
	<description>Christchurch Web Design</description>
	<lastBuildDate>Tue, 14 Jun 2011 09:31:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Omar Rodríguez</title>
		<link>http://www.simoneqdm.com/2009/05/25/how-to-add-tabs-to-virtuemart-113-and-joomla-1510/comment-page-1/#comment-10554</link>
		<dc:creator>Omar Rodríguez</dc:creator>
		<pubDate>Sun, 04 Jul 2010 17:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.simoneqdm.com/?p=205#comment-10554</guid>
		<description>Hi,

I&#039;ve found a solution, completing a part of luciffere&#039;s code.

Modificating in 
administrator\components\com_virtuemart\html\shop.product_details.php at last part.

echo $tpl-&gt;fetch( ‘/product_details/’.$flypage . ‘.php’ );

with:

$template = $tpl-&gt;fetch( &#039;/product_details/&#039;.$flypage . &#039;.php&#039; );
$template = vmCommonHTML::ParseContentByPlugins( $template );
echo JHTML::_(&#039;content.prepare&#039;, $template);

I hope it will be usefull.

Salu2

Omar R.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve found a solution, completing a part of luciffere&#8217;s code.</p>
<p>Modificating in<br />
administrator\components\com_virtuemart\html\shop.product_details.php at last part.</p>
<p>echo $tpl-&gt;fetch( ‘/product_details/’.$flypage . ‘.php’ );</p>
<p>with:</p>
<p>$template = $tpl-&gt;fetch( &#8216;/product_details/&#8217;.$flypage . &#8216;.php&#8217; );<br />
$template = vmCommonHTML::ParseContentByPlugins( $template );<br />
echo JHTML::_(&#8216;content.prepare&#8217;, $template);</p>
<p>I hope it will be usefull.</p>
<p>Salu2</p>
<p>Omar R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nkdweb</title>
		<link>http://www.simoneqdm.com/2009/05/25/how-to-add-tabs-to-virtuemart-113-and-joomla-1510/comment-page-1/#comment-8949</link>
		<dc:creator>nkdweb</dc:creator>
		<pubDate>Mon, 15 Mar 2010 19:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.simoneqdm.com/?p=205#comment-8949</guid>
		<description>Hi,

I have tried your solution and it is not working, where i can find the updated about this</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have tried your solution and it is not working, where i can find the updated about this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simone</title>
		<link>http://www.simoneqdm.com/2009/05/25/how-to-add-tabs-to-virtuemart-113-and-joomla-1510/comment-page-1/#comment-3137</link>
		<dc:creator>Simone</dc:creator>
		<pubDate>Mon, 01 Jun 2009 21:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.simoneqdm.com/?p=205#comment-3137</guid>
		<description>OK, so I more of a designer than a techy programmer person, so tend to just see if things work and flag them when they don&#039;t! BUT, I have approved some comments on the blog for someone who didn&#039;t have the right version of joomla, maybe the solution for you is there? It only works for the versions i have in the header, they were using another method of tabbing that didn&#039;t work when the CMS and Shop were updated, hense why i found the solution i posted about.

As far as i know (although its a redesign i have been working on.. so the site has a whole history I am unaware of) thats all you need to do. But when i am next in there i will have a look and see what i can see. Let you know if anything pops up that might help.</description>
		<content:encoded><![CDATA[<p>OK, so I more of a designer than a techy programmer person, so tend to just see if things work and flag them when they don&#8217;t! BUT, I have approved some comments on the blog for someone who didn&#8217;t have the right version of joomla, maybe the solution for you is there? It only works for the versions i have in the header, they were using another method of tabbing that didn&#8217;t work when the CMS and Shop were updated, hense why i found the solution i posted about.</p>
<p>As far as i know (although its a redesign i have been working on.. so the site has a whole history I am unaware of) thats all you need to do. But when i am next in there i will have a look and see what i can see. Let you know if anything pops up that might help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.simoneqdm.com/2009/05/25/how-to-add-tabs-to-virtuemart-113-and-joomla-1510/comment-page-1/#comment-3136</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 01 Jun 2009 21:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.simoneqdm.com/?p=205#comment-3136</guid>
		<description>Thanks for the post. However, I followed your solution step-by-step but nothing happens for me - the text and markup just appears in the product description. Is there something else I need to install?</description>
		<content:encoded><![CDATA[<p>Thanks for the post. However, I followed your solution step-by-step but nothing happens for me &#8211; the text and markup just appears in the product description. Is there something else I need to install?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luciffere</title>
		<link>http://www.simoneqdm.com/2009/05/25/how-to-add-tabs-to-virtuemart-113-and-joomla-1510/comment-page-1/#comment-3126</link>
		<dc:creator>luciffere</dc:creator>
		<pubDate>Mon, 01 Jun 2009 13:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.simoneqdm.com/?p=205#comment-3126</guid>
		<description>For work must enable mambots in VM, and made some modifications inadministrator\components\com_virtuemart\html\shop.product_details.php arrount line 444:
 change: echo $tpl-&gt;fetch( &#039;/product_details/&#039;.$flypage . &#039;.php&#039; );

with: /*Custom mod to alow plugin to scan yout product detail template*/
$template = $tpl-&gt;fetch( &#039;/product_details/&#039;.$flypage . &#039;.php&#039; );
$template = vmCommonHTML::ParseContentByPlugins( $template );
echo $template;
/*end custom mod*/

And now work....</description>
		<content:encoded><![CDATA[<p>For work must enable mambots in VM, and made some modifications inadministrator\components\com_virtuemart\html\shop.product_details.php arrount line 444:<br />
 change: echo $tpl-&gt;fetch( &#8216;/product_details/&#8217;.$flypage . &#8216;.php&#8217; );</p>
<p>with: /*Custom mod to alow plugin to scan yout product detail template*/<br />
$template = $tpl-&gt;fetch( &#8216;/product_details/&#8217;.$flypage . &#8216;.php&#8217; );<br />
$template = vmCommonHTML::ParseContentByPlugins( $template );<br />
echo $template;<br />
/*end custom mod*/</p>
<p>And now work&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luciffere</title>
		<link>http://www.simoneqdm.com/2009/05/25/how-to-add-tabs-to-virtuemart-113-and-joomla-1510/comment-page-1/#comment-3125</link>
		<dc:creator>luciffere</dc:creator>
		<pubDate>Mon, 01 Jun 2009 13:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.simoneqdm.com/?p=205#comment-3125</guid>
		<description>Not work for me joomla 1.1.10 and vm 1.1.3 (I not use default vm template).</description>
		<content:encoded><![CDATA[<p>Not work for me joomla 1.1.10 and vm 1.1.3 (I not use default vm template).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usman</title>
		<link>http://www.simoneqdm.com/2009/05/25/how-to-add-tabs-to-virtuemart-113-and-joomla-1510/comment-page-1/#comment-2960</link>
		<dc:creator>Usman</dc:creator>
		<pubDate>Wed, 27 May 2009 07:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.simoneqdm.com/?p=205#comment-2960</guid>
		<description>Thanks a lot Simone... The trick worked like a charm... you are genius!!! you saved me a lot of hours...</description>
		<content:encoded><![CDATA[<p>Thanks a lot Simone&#8230; The trick worked like a charm&#8230; you are genius!!! you saved me a lot of hours&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aerocaria</title>
		<link>http://www.simoneqdm.com/2009/05/25/how-to-add-tabs-to-virtuemart-113-and-joomla-1510/comment-page-1/#comment-2959</link>
		<dc:creator>Aerocaria</dc:creator>
		<pubDate>Wed, 27 May 2009 07:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.simoneqdm.com/?p=205#comment-2959</guid>
		<description>Worked like a charm Simone.... Thank you very much... you just save my day :))</description>
		<content:encoded><![CDATA[<p>Worked like a charm Simone&#8230;. Thank you very much&#8230; you just save my day <img src='http://www.simoneqdm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simone</title>
		<link>http://www.simoneqdm.com/2009/05/25/how-to-add-tabs-to-virtuemart-113-and-joomla-1510/comment-page-1/#comment-2947</link>
		<dc:creator>Simone</dc:creator>
		<pubDate>Wed, 27 May 2009 00:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.simoneqdm.com/?p=205#comment-2947</guid>
		<description>Not ready to show yet, but the screen shot i took is of it working.... i will post the site once its finished.</description>
		<content:encoded><![CDATA[<p>Not ready to show yet, but the screen shot i took is of it working&#8230;. i will post the site once its finished.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt</title>
		<link>http://www.simoneqdm.com/2009/05/25/how-to-add-tabs-to-virtuemart-113-and-joomla-1510/comment-page-1/#comment-2946</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Wed, 27 May 2009 00:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.simoneqdm.com/?p=205#comment-2946</guid>
		<description>Got any examples of sites you&#039;ve added it to? I find it really hard to find decent examples or virtuemart shops.</description>
		<content:encoded><![CDATA[<p>Got any examples of sites you&#8217;ve added it to? I find it really hard to find decent examples or virtuemart shops.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

