<?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: VirtueMart quick tip: show brand/manufacturer logo in product details</title>
	<atom:link href="http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/</link>
	<description>Internet Applications - Flash, Flex, Silverlight, JavaFX</description>
	<lastBuildDate>Fri, 02 Dec 2011 23:04:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Björn</title>
		<link>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/comment-page-1/#comment-809</link>
		<dc:creator>Björn</dc:creator>
		<pubDate>Sun, 12 Dec 2010 14:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.richnetapps.com/?p=460#comment-809</guid>
		<description>Hi! I´v read about your hack and it´s a very good idea, but I´ve already used the manufacturer desc for something other. So for me it´s not suitable. But there´s another question. I´d like to link the manufacturer not to this popup but to the mf_url so that the website of the manufacturer opens when I click on the manufacturer. Is this possible with some small coding?

// LINK TO MANUFACTURER POP-UP
$manufacturer_id = $ps_product-&gt;get_manufacturer_id($product_id);
$manufacturer_name = $ps_product-&gt;get_mf_name($product_id);
$manufacturer_link = &quot;&quot;;
if( $manufacturer_id &amp;&amp; !empty($manufacturer_name) ) {
$link = &quot;$mosConfig_live_site/index2.php?page=shop.manufacturer_page&amp;manufacturer_id=$manufacturer_id&amp;output=lite&amp;option=com_virtuemart&amp;Itemid=&quot;.$Itemid;
$text = &#039;( &#039;.$manufacturer_name.&#039; )&#039;;
$manufacturer_link .= vmPopupLink( $link, $text );

// Avoid JavaScript on PDF Output
if( @$_REQUEST[&#039;output&#039;] == &quot;pdf&quot; )
$manufacturer_link = &quot;&lt;a href=&quot;$link&quot; title=&quot;$text&quot; rel=&quot;nofollow&quot;&gt;$text&lt;/a&gt;&quot;;
}</description>
		<content:encoded><![CDATA[<p>Hi! I´v read about your hack and it´s a very good idea, but I´ve already used the manufacturer desc for something other. So for me it´s not suitable. But there´s another question. I´d like to link the manufacturer not to this popup but to the mf_url so that the website of the manufacturer opens when I click on the manufacturer. Is this possible with some small coding?</p>
<p>// LINK TO MANUFACTURER POP-UP<br />
$manufacturer_id = $ps_product-&gt;get_manufacturer_id($product_id);<br />
$manufacturer_name = $ps_product-&gt;get_mf_name($product_id);<br />
$manufacturer_link = &#8220;&#8221;;<br />
if( $manufacturer_id &amp;&amp; !empty($manufacturer_name) ) {<br />
$link = &#8220;$mosConfig_live_site/index2.php?page=shop.manufacturer_page&amp;manufacturer_id=$manufacturer_id&amp;output=lite&amp;option=com_virtuemart&amp;Itemid=&#8221;.$Itemid;<br />
$text = &#8216;( &#8216;.$manufacturer_name.&#8217; )&#8217;;<br />
$manufacturer_link .= vmPopupLink( $link, $text );</p>
<p>// Avoid JavaScript on PDF Output<br />
if( @$_REQUEST['output'] == &#8220;pdf&#8221; )<br />
$manufacturer_link = &#8220;<a href="$link" title="$text" rel="nofollow">$text</a>&#8220;;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlehonsec</title>
		<link>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/comment-page-1/#comment-808</link>
		<dc:creator>jlehonsec</dc:creator>
		<pubDate>Fri, 10 Dec 2010 13:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.richnetapps.com/?p=460#comment-808</guid>
		<description>In fact, your pach works perfectky the only &quot; annoying thing is that the link to any URL is texte only and not &quot;clikable&quot;.
ANy clue for that ?

TIA

Jacques</description>
		<content:encoded><![CDATA[<p>In fact, your pach works perfectky the only &#8221; annoying thing is that the link to any URL is texte only and not &#8220;clikable&#8221;.<br />
ANy clue for that ?</p>
<p>TIA</p>
<p>Jacques</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacques from france</title>
		<link>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/comment-page-1/#comment-807</link>
		<dc:creator>jacques from france</dc:creator>
		<pubDate>Fri, 10 Dec 2010 12:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.richnetapps.com/?p=460#comment-807</guid>
		<description>&quot;In the example above I’m using just the description (to show the logo) but you can use it to show other fields, just replace $mf_desc with $mf_name, $mf_email, $mf_url or a combination.&quot;
So please can you tell me how to make a conbination ?
Thanks in advance and Thank you so much for your solution</description>
		<content:encoded><![CDATA[<p>&#8220;In the example above I’m using just the description (to show the logo) but you can use it to show other fields, just replace $mf_desc with $mf_name, $mf_email, $mf_url or a combination.&#8221;<br />
So please can you tell me how to make a conbination ?<br />
Thanks in advance and Thank you so much for your solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudia Rodriguez</title>
		<link>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/comment-page-1/#comment-772</link>
		<dc:creator>Claudia Rodriguez</dc:creator>
		<pubDate>Thu, 07 Oct 2010 21:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.richnetapps.com/?p=460#comment-772</guid>
		<description>Hello, I found the location of the code, but after I edit it, I can not save it... what do i do?  Its not letting me click on the save button</description>
		<content:encoded><![CDATA[<p>Hello, I found the location of the code, but after I edit it, I can not save it&#8230; what do i do?  Its not letting me click on the save button</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vms</title>
		<link>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/comment-page-1/#comment-758</link>
		<dc:creator>Vms</dc:creator>
		<pubDate>Tue, 07 Sep 2010 17:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.richnetapps.com/?p=460#comment-758</guid>
		<description>This solution is great, but I still need the manufacturer name on same other place on the flypage:

E.G.:

Product Name
Brand: Manufacturer Name  

--&gt; On the right: Your solution, the Logo showing.

Basically I change this code:

$text = &#039;( &#039;.$manufacturer_name.&#039; )&#039;;
	$manufacturer_link .= vmPopupLink( $link, $text );

To following code, so that the Manufacturer is shown as text only without ():

$text = &#039; &#039;.$manufacturer_name.&#039; &#039;;
	$manufacturer_link .= ($text );

This is how it works currently. Now I want to implement your logo solution but do not want to remove the Manufacturer as Text below the product name. How to get it done? To display both on one flypage the same time.</description>
		<content:encoded><![CDATA[<p>This solution is great, but I still need the manufacturer name on same other place on the flypage:</p>
<p>E.G.:</p>
<p>Product Name<br />
Brand: Manufacturer Name  </p>
<p>&#8211;&gt; On the right: Your solution, the Logo showing.</p>
<p>Basically I change this code:</p>
<p>$text = &#8216;( &#8216;.$manufacturer_name.&#8217; )&#8217;;<br />
	$manufacturer_link .= vmPopupLink( $link, $text );</p>
<p>To following code, so that the Manufacturer is shown as text only without ():</p>
<p>$text = &#8216; &#8216;.$manufacturer_name.&#8217; &#8216;;<br />
	$manufacturer_link .= ($text );</p>
<p>This is how it works currently. Now I want to implement your logo solution but do not want to remove the Manufacturer as Text below the product name. How to get it done? To display both on one flypage the same time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/comment-page-1/#comment-738</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Thu, 29 Jul 2010 21:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.richnetapps.com/?p=460#comment-738</guid>
		<description>The previous requests I did recognize.

With this hack......it should be possible

http://forum.virtuemart.net/index.php?topic=45779.0</description>
		<content:encoded><![CDATA[<p>The previous requests I did recognize.</p>
<p>With this hack&#8230;&#8230;it should be possible</p>
<p><a href="http://forum.virtuemart.net/index.php?topic=45779.0" rel="nofollow">http://forum.virtuemart.net/index.php?topic=45779.0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armand Niculescu</title>
		<link>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/comment-page-1/#comment-724</link>
		<dc:creator>Armand Niculescu</dc:creator>
		<pubDate>Sat, 03 Jul 2010 12:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.richnetapps.com/?p=460#comment-724</guid>
		<description>There is no way to do this currently, sorry.</description>
		<content:encoded><![CDATA[<p>There is no way to do this currently, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salvador saenz</title>
		<link>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/comment-page-1/#comment-721</link>
		<dc:creator>salvador saenz</dc:creator>
		<pubDate>Sat, 03 Jul 2010 02:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.richnetapps.com/?p=460#comment-721</guid>
		<description>how add manufacturer image in browse page.... for producto.</description>
		<content:encoded><![CDATA[<p>how add manufacturer image in browse page&#8230;. for producto.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armand Niculescu</title>
		<link>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/comment-page-1/#comment-715</link>
		<dc:creator>Armand Niculescu</dc:creator>
		<pubDate>Sat, 19 Jun 2010 06:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.richnetapps.com/?p=460#comment-715</guid>
		<description>You must locate the code, it may not be on that line in your version, but it is there in the file.</description>
		<content:encoded><![CDATA[<p>You must locate the code, it may not be on that line in your version, but it is there in the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armand Niculescu</title>
		<link>http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/comment-page-1/#comment-714</link>
		<dc:creator>Armand Niculescu</dc:creator>
		<pubDate>Sat, 19 Jun 2010 06:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.richnetapps.com/?p=460#comment-714</guid>
		<description>There&#039;s no way I know of to do this, not with major rewriting anyway.</description>
		<content:encoded><![CDATA[<p>There&#8217;s no way I know of to do this, not with major rewriting anyway.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced

Served from: www.richnetapps.com @ 2012-02-07 15:14:05 -->
