<?xml version="1.0" encoding="utf-8" standalone="no"?><!-- generator="Joomla! 1.5 - Open Source Content Management" --><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<title type="text">Joomla VirtueMart Tips</title>
	<subtitle type="text">GJC Website Design UK, Joomla Developer, VirtueMart Developer, Template Developer, web site designs, England, Britain, UK,  Belgium, search-engine optimisation (SEO).  Multilingual.</subtitle>
	<link href="https://www.gjcwebdesign.com" rel="alternate" type="text/html"/>
	<id>https://www.gjcwebdesign.com/index.php</id>
	<updated>2026-04-11T09:43:37Z</updated>
	<generator uri="http://joomla.org" version="1.5">Joomla! 1.5 - Open Source Content Management</generator>
<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips.feed?type=atom" rel="self" type="application/atom+xml"/>
	<xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><entry>
		<title>Menu trashed and can not publish after 3.7.0 update</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/803-menu-trashed-and-can-not-publish-after-370-update.html" rel="alternate" type="text/html"/>
		<published>2018-01-23T00:00:00Z</published>
		<updated>2018-01-23T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/803-menu-trashed-and-can-not-publish-after-370-update.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 3.7+&lt;/li&gt;
&lt;li&gt;Menus trash&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;Menu trashed and can not publish after 3.7.0 update&lt;/h3&gt;
Joomla forum link here: &lt;a href="https://forum.joomla.org/viewtopic.php?t=949720#p3504047"&gt;Menu trashed and can not publish after 3.7.0 update&lt;/a&gt;

&lt;p&gt;The fix that works for me&lt;br /&gt;&lt;br /&gt;Delete all trashed menus permanently from the Joomla Admin&lt;br /&gt;In this case the root menu normally gets deleted or was missing from some earlier migration&lt;/p&gt;
&lt;p&gt;Re insert it with the query below&lt;/p&gt;
&lt;pre&gt;INSERT INTO `yourprefix_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(1, '', 'Menu_Item_Root', 'root', '', '', '', '', 1, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, 0, '', 0, '', 0, 0, 0, '', 0);&lt;/pre&gt;
&lt;br /&gt;&lt;br /&gt; Click "Rebuild" in the Joomla Menu manager - this will correctly set the lft &amp;amp; rgt values for this new entry&lt;br /&gt;Should all work now</summary>
		<content type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 3.7+&lt;/li&gt;
&lt;li&gt;Menus trash&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;Menu trashed and can not publish after 3.7.0 update&lt;/h3&gt;
Joomla forum link here: &lt;a href="https://forum.joomla.org/viewtopic.php?t=949720#p3504047"&gt;Menu trashed and can not publish after 3.7.0 update&lt;/a&gt;

&lt;p&gt;The fix that works for me&lt;br /&gt;&lt;br /&gt;Delete all trashed menus permanently from the Joomla Admin&lt;br /&gt;In this case the root menu normally gets deleted or was missing from some earlier migration&lt;/p&gt;
&lt;p&gt;Re insert it with the query below&lt;/p&gt;
&lt;pre&gt;INSERT INTO `yourprefix_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(1, '', 'Menu_Item_Root', 'root', '', '', '', '', 1, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, 0, '', 0, '', 0, 0, 0, '', 0);&lt;/pre&gt;
&lt;br /&gt;&lt;br /&gt; Click "Rebuild" in the Joomla Menu manager - this will correctly set the lft &amp;amp; rgt values for this new entry&lt;br /&gt;Should all work now</content>
	</entry>
	<entry>
		<title>PHP - log anything</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/802-php-log-anything.html" rel="alternate" type="text/html"/>
		<published>2017-11-12T00:00:00Z</published>
		<updated>2017-11-12T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/802-php-log-anything.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;PHP&lt;/li&gt;
&lt;li&gt;Log Anything&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;Logging is very useful!!! :)&lt;/h3&gt;
&lt;pre&gt;//Write action to txt log&lt;br /&gt; $log = "User: ".$_SERVER['REMOTE_ADDR'].' - '.date("F j, Y, g:i a").PHP_EOL.&lt;br /&gt; "Connection: ".print_r($connection).PHP_EOL.&lt;br /&gt; "Request: ".print_r($request,true).PHP_EOL.&lt;br /&gt; "Response: ".print_r($response,true).PHP_EOL.&lt;br /&gt; "-------------------------".PHP_EOL;&lt;br /&gt; //-&lt;br /&gt; #print 'Debug Line '.__LINE__.' $log &amp;lt;pre&amp;gt;'; print_r ($log); print "&amp;lt;/pre&amp;gt;&amp;lt;br /&amp;gt;\n";&lt;br /&gt;// one level higher  dirname(__DIR__, 1)&lt;br /&gt; $fp = fopen(dirname(__DIR__).'/LOGS/ST_log'.date("j.n.Y").'.txt', 'a+');&lt;br /&gt; fwrite( $fp, $log );&lt;br /&gt; fwrite($fp, "\n\n###########################################\n\n");&lt;br /&gt; fclose($fp);
&lt;/pre&gt;</summary>
		<content type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;PHP&lt;/li&gt;
&lt;li&gt;Log Anything&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;Logging is very useful!!! :)&lt;/h3&gt;
&lt;pre&gt;//Write action to txt log&lt;br /&gt; $log = "User: ".$_SERVER['REMOTE_ADDR'].' - '.date("F j, Y, g:i a").PHP_EOL.&lt;br /&gt; "Connection: ".print_r($connection).PHP_EOL.&lt;br /&gt; "Request: ".print_r($request,true).PHP_EOL.&lt;br /&gt; "Response: ".print_r($response,true).PHP_EOL.&lt;br /&gt; "-------------------------".PHP_EOL;&lt;br /&gt; //-&lt;br /&gt; #print 'Debug Line '.__LINE__.' $log &amp;lt;pre&amp;gt;'; print_r ($log); print "&amp;lt;/pre&amp;gt;&amp;lt;br /&amp;gt;\n";&lt;br /&gt;// one level higher  dirname(__DIR__, 1)&lt;br /&gt; $fp = fopen(dirname(__DIR__).'/LOGS/ST_log'.date("j.n.Y").'.txt', 'a+');&lt;br /&gt; fwrite( $fp, $log );&lt;br /&gt; fwrite($fp, "\n\n###########################################\n\n");&lt;br /&gt; fclose($fp);
&lt;/pre&gt;</content>
	</entry>
	<entry>
		<title>VirtueMart Shipping Plugins for DPD Eesti AS and Pasta Stacijas</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/801-virtuemart-shipping-plugins-for-dpd-eesti-as-and-pasta-stacijas.html" rel="alternate" type="text/html"/>
		<published>2017-01-21T13:56:03Z</published>
		<updated>2017-01-21T13:56:03Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/801-virtuemart-shipping-plugins-for-dpd-eesti-as-and-pasta-stacijas.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3&lt;/li&gt;
&lt;li&gt;Omniva Shipping Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
We have developed VirtueMart Shipping Plugins for the Baltic countries shippers DPD Eesti AS (&lt;a href="https://www.dpd.com/ee_en" rel="nofollow" target="_blank"&gt;&lt;/a&gt;&lt;a href="https://www.dpd.com/ee_en" rel="nofollow" target="_blank"&gt;&lt;/a&gt;&lt;a href="https://www.dpd.com/ee_en"&gt;https://www.dpd.com/ee_en&lt;/a&gt;) ?and Pasta Stacijas?(&lt;a href="http://pastastacija.lv/lv/" rel="nofollow" target="_blank"&gt;&lt;/a&gt;&lt;a href="http://pastastacija.lv/lv/" rel="nofollow" target="_blank"&gt;&lt;/a&gt;&lt;a href="http://pastastacija.lv/lv/"&gt;http://pastastacija.lv/lv/&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;If you are interested in these plugins please use the &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=94"&gt;Contact Form&lt;/a&gt; to proceed further.</summary>
		<content type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3&lt;/li&gt;
&lt;li&gt;Omniva Shipping Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
We have developed VirtueMart Shipping Plugins for the Baltic countries shippers DPD Eesti AS (&lt;a href="https://www.dpd.com/ee_en" rel="nofollow" target="_blank"&gt;&lt;/a&gt;&lt;a href="https://www.dpd.com/ee_en" rel="nofollow" target="_blank"&gt;&lt;/a&gt;&lt;a href="https://www.dpd.com/ee_en"&gt;https://www.dpd.com/ee_en&lt;/a&gt;) ?and Pasta Stacijas?(&lt;a href="http://pastastacija.lv/lv/" rel="nofollow" target="_blank"&gt;&lt;/a&gt;&lt;a href="http://pastastacija.lv/lv/" rel="nofollow" target="_blank"&gt;&lt;/a&gt;&lt;a href="http://pastastacija.lv/lv/"&gt;http://pastastacija.lv/lv/&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;If you are interested in these plugins please use the &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=94"&gt;Contact Form&lt;/a&gt; to proceed further.</content>
	</entry>
	<entry>
		<title>Virtuemart 3 &amp; 4 Omniva Shipping Plugin</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-3-omniva-shipping-plugin.html" rel="alternate" type="text/html"/>
		<published>2016-09-15T00:00:00Z</published>
		<updated>2016-09-15T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-3-omniva-shipping-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3 &amp;amp; 4.0&lt;/li&gt;
&lt;li&gt;Omniva Shipping Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;The Virtuemart 3 &amp;amp; 4 Omniva Shipping Plugin&lt;/h1&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;&lt;img src="https://www.gjcwebdesign.com/eximg/omniva/omniva-vm-gjc_350px.jpg" width="350" height="301" alt="omniva-vm-gjc 350px" style="margin-bottom: 30px; margin-left: 30px; float: right;" /&gt;This is the Virtuemart 3 &amp;amp; 4 Omniva Shipping Plugin that offers 3 price ranges for parcels by size and provides a live feed of all Omniva collection points around Latvia, Lithuania and Estonia which the user can choose.&lt;br /&gt;From v1.7 now all three countries ( Latvia, Lithuania and Estonia ) are separate plugins ( all included in the zip ) that can be configured for the Omniva Collection Points&lt;br /&gt;See: &lt;a href="https://www.omniva.lv/private/map/locations" target="_blank"&gt;&lt;/a&gt;&lt;a href="https://www.omniva.lv/private/map/locations"&gt;https://www.omniva.lv/private/map/locations&lt;/a&gt;&lt;br /&gt;&lt;a href="https://www.omniva.lv/private/map/locations"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="https://www.omniva.lv/private/map/locations"&gt;&lt;/a&gt;We have also developed Virtuemart Shipping Plugins for DPD Eesti AS (&lt;a href="https://www.dpd.com/ee_en"&gt;https://www.dpd.com/ee_en&lt;/a&gt;) ?and Pasta Stacijas?(&lt;a href="http://pastastacija.lv/lv/"&gt;http://pastastacija.lv/lv/&lt;/a&gt;).&lt;br /&gt;Just contact us if you need these.&lt;br /&gt;&lt;br /&gt; Installs as 3 native Joomla 3 &amp;amp; 4.0 Plugins.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=161"&gt;Download &lt;/a&gt;Price is €50.00&lt;/p&gt;
&lt;h3 class="red"&gt;Remember - updates for current major VM or Joomla releases free for 12 months!!!&lt;/h3&gt;
If you have any questions just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; - please mention your order id and email you used while ordering.</summary>
		<content type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3 &amp;amp; 4.0&lt;/li&gt;
&lt;li&gt;Omniva Shipping Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;The Virtuemart 3 &amp;amp; 4 Omniva Shipping Plugin&lt;/h1&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;&lt;img src="https://www.gjcwebdesign.com/eximg/omniva/omniva-vm-gjc_350px.jpg" width="350" height="301" alt="omniva-vm-gjc 350px" style="margin-bottom: 30px; margin-left: 30px; float: right;" /&gt;This is the Virtuemart 3 &amp;amp; 4 Omniva Shipping Plugin that offers 3 price ranges for parcels by size and provides a live feed of all Omniva collection points around Latvia, Lithuania and Estonia which the user can choose.&lt;br /&gt;From v1.7 now all three countries ( Latvia, Lithuania and Estonia ) are separate plugins ( all included in the zip ) that can be configured for the Omniva Collection Points&lt;br /&gt;See: &lt;a href="https://www.omniva.lv/private/map/locations" target="_blank"&gt;&lt;/a&gt;&lt;a href="https://www.omniva.lv/private/map/locations"&gt;https://www.omniva.lv/private/map/locations&lt;/a&gt;&lt;br /&gt;&lt;a href="https://www.omniva.lv/private/map/locations"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="https://www.omniva.lv/private/map/locations"&gt;&lt;/a&gt;We have also developed Virtuemart Shipping Plugins for DPD Eesti AS (&lt;a href="https://www.dpd.com/ee_en"&gt;https://www.dpd.com/ee_en&lt;/a&gt;) ?and Pasta Stacijas?(&lt;a href="http://pastastacija.lv/lv/"&gt;http://pastastacija.lv/lv/&lt;/a&gt;).&lt;br /&gt;Just contact us if you need these.&lt;br /&gt;&lt;br /&gt; Installs as 3 native Joomla 3 &amp;amp; 4.0 Plugins.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=161"&gt;Download &lt;/a&gt;Price is €50.00&lt;/p&gt;
&lt;h3 class="red"&gt;Remember - updates for current major VM or Joomla releases free for 12 months!!!&lt;/h3&gt;
If you have any questions just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; - please mention your order id and email you used while ordering.</content>
	</entry>
	<entry>
		<title>Virtuemart 2-3 Canada Post Shipping Plugin released</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-3-2-canada-post-shipping.html" rel="alternate" type="text/html"/>
		<published>2016-04-22T00:00:00Z</published>
		<updated>2016-04-22T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-3-2-canada-post-shipping.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 4.0/3.0&lt;/li&gt;
&lt;li&gt;Canada Post Shipping Plugin&lt;/li&gt;
&lt;li&gt;Joomla 4.x/3.x&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;The Canada?Post Virtuemart 4.0/3.0 Shipping Plugin&lt;/h1&gt;
&lt;div style="float: right; margin: 20px 0 30px 30px;" id="as"&gt;&lt;img src="https://www.gjcwebdesign.com/images/canpost/canpost-vm-pic.jpg" width="350" height="233" alt="canpost-vm-pic" /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart 4.0/3.0/2.0 Canada?Post Shipping Plugin that fully integrates and shows real time shipping quotes based on vendor and customer postcodes in the checkout process.&lt;br /&gt; Installs as a native VirtueMart 4.0/3.0 Joomla 4.x/3.x Shipping Plugin.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=158"&gt;Download&lt;/a&gt;&lt;br /&gt;Price is ?45.00 + taxes&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/canada_post/GJC_CanadaPost_Virtuemart_3.pdf" target="_blank"&gt;Canada Post Virtuemart 3.0 Shipping Plugin Instruction PDF&lt;/a&gt; to see just how simple to use it is.&lt;/p&gt;
&lt;h3 class="red"&gt;Remember - updates for current major VM or Joomla releases free for 12 months!!!&lt;/h3&gt;
Just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; and request your update - please mention your order id and email you used while ordering. &lt;br /&gt; We will email you the new zip bundle - just re-install as normal - all your methods and settings will be saved.</summary>
		<content type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 4.0/3.0&lt;/li&gt;
&lt;li&gt;Canada Post Shipping Plugin&lt;/li&gt;
&lt;li&gt;Joomla 4.x/3.x&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;The Canada?Post Virtuemart 4.0/3.0 Shipping Plugin&lt;/h1&gt;
&lt;div style="float: right; margin: 20px 0 30px 30px;" id="as"&gt;&lt;img src="https://www.gjcwebdesign.com/images/canpost/canpost-vm-pic.jpg" width="350" height="233" alt="canpost-vm-pic" /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart 4.0/3.0/2.0 Canada?Post Shipping Plugin that fully integrates and shows real time shipping quotes based on vendor and customer postcodes in the checkout process.&lt;br /&gt; Installs as a native VirtueMart 4.0/3.0 Joomla 4.x/3.x Shipping Plugin.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=158"&gt;Download&lt;/a&gt;&lt;br /&gt;Price is ?45.00 + taxes&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/canada_post/GJC_CanadaPost_Virtuemart_3.pdf" target="_blank"&gt;Canada Post Virtuemart 3.0 Shipping Plugin Instruction PDF&lt;/a&gt; to see just how simple to use it is.&lt;/p&gt;
&lt;h3 class="red"&gt;Remember - updates for current major VM or Joomla releases free for 12 months!!!&lt;/h3&gt;
Just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; and request your update - please mention your order id and email you used while ordering. &lt;br /&gt; We will email you the new zip bundle - just re-install as normal - all your methods and settings will be saved.</content>
	</entry>
	<entry>
		<title>Virtuemart 3 - Add a simple cart select variant by custom fields</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/793-virtuemart-3-add-a-simple-cart-select-variant-by-custom-fields.html" rel="alternate" type="text/html"/>
		<published>2015-03-01T20:45:30Z</published>
		<updated>2015-03-01T20:45:30Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/793-virtuemart-3-add-a-simple-cart-select-variant-by-custom-fields.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;Virtuemart Custom Fields&lt;/li&gt;
&lt;li&gt;Joomla 3.x &amp;amp; 2.5&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;img style="margin-right: 10px; margin-bottom: 10px; float: left;" alt="virtuemart logo lg-sm" src="https://www.gjcwebdesign.com/images/virtuemart/virtuemart_logo_lg-sm.png" height="53" width="180" /&gt; Adding a simple cart variant in Virtuemart 3 (for example a color or size for the product) as a drop down select in the product page is done as follows.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;Virtuemart Custom Fields&lt;/li&gt;
&lt;li&gt;Joomla 3.x &amp;amp; 2.5&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;img style="margin-right: 10px; margin-bottom: 10px; float: left;" alt="virtuemart logo lg-sm" src="https://www.gjcwebdesign.com/images/virtuemart/virtuemart_logo_lg-sm.png" height="53" width="180" /&gt; Adding a simple cart variant in Virtuemart 3 (for example a color or size for the product) as a drop down select in the product page is done as follows.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;</content>
	</entry>
	<entry>
		<title>VirtueMart TaxCloud now available for VirtueMart 3.0</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/792-virtuemart-taxcloud-now-available-for-virtuemart-30.html" rel="alternate" type="text/html"/>
		<published>2015-01-10T21:07:42Z</published>
		<updated>2015-01-10T21:07:42Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/792-virtuemart-taxcloud-now-available-for-virtuemart-30.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;TaxCloud&lt;/li&gt;
&lt;li&gt;Joomla 3.x&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;img style="margin-right: 10px; margin-bottom: 10px; float: left;" alt="tax cloud logo" src="https://www.gjcwebdesign.com/images/vm2.0_taxcloud/tax_cloud_logo.jpg" height="37" width="60" /&gt; We are pleased to announce the very popular TaxCloud Virtuemart plugin is now also available for Virtuemart 3! &lt;br /&gt; Please note that due to a bug in the earlier releases the plugin needs the Virtuemart version to be VM3.2.12 or greater. &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;*******------ there is an update for users going to php7 .. this is not an inherent TaxCloud plugin problem but a problem with the servers cached version of the WSDL file being not compatible across php versions. basically the fix is to allow the cache to be disregarded by TaxCloud until the cache runs out and then the cache can be reused. This is version TaxCloud 3.2.00 and is fully checked on VM3.2.12 - full instructions in the plugin.?-------***********&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;The version in the download is for VM3.2.12+&lt;br /&gt;&lt;br /&gt;The GJC Web Design TaxCloud plugin seamlessly integrates the TaxCloud service into VirtueMart thus enabling complete automation of this tax requirement. &lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=135"&gt;Download&lt;/a&gt; -??Price is ?60.00&lt;span style="color: #ff0000;"&gt;&lt;/span&gt;&lt;br /&gt;</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;TaxCloud&lt;/li&gt;
&lt;li&gt;Joomla 3.x&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;img style="margin-right: 10px; margin-bottom: 10px; float: left;" alt="tax cloud logo" src="https://www.gjcwebdesign.com/images/vm2.0_taxcloud/tax_cloud_logo.jpg" height="37" width="60" /&gt; We are pleased to announce the very popular TaxCloud Virtuemart plugin is now also available for Virtuemart 3! &lt;br /&gt; Please note that due to a bug in the earlier releases the plugin needs the Virtuemart version to be VM3.2.12 or greater. &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;*******------ there is an update for users going to php7 .. this is not an inherent TaxCloud plugin problem but a problem with the servers cached version of the WSDL file being not compatible across php versions. basically the fix is to allow the cache to be disregarded by TaxCloud until the cache runs out and then the cache can be reused. This is version TaxCloud 3.2.00 and is fully checked on VM3.2.12 - full instructions in the plugin.?-------***********&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;The version in the download is for VM3.2.12+&lt;br /&gt;&lt;br /&gt;The GJC Web Design TaxCloud plugin seamlessly integrates the TaxCloud service into VirtueMart thus enabling complete automation of this tax requirement. &lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=135"&gt;Download&lt;/a&gt; -??Price is ?60.00&lt;span style="color: #ff0000;"&gt;&lt;/span&gt;&lt;br /&gt;</content>
	</entry>
	<entry>
		<title>How a delete works from the Joomla Admin</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/791-how-a-delete-works-from-the-joomla-admin.html" rel="alternate" type="text/html"/>
		<published>2014-09-27T00:00:00Z</published>
		<updated>2014-09-27T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/791-how-a-delete-works-from-the-joomla-admin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5 &amp;amp; 3.0&lt;/li&gt;
&lt;li&gt;Joomla core&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;Just for my own info - how a delete works from the Joomla Admin&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5 &amp;amp; 3.0&lt;/li&gt;
&lt;li&gt;Joomla core&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;Just for my own info - how a delete works from the Joomla Admin&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>Virtuemart 3.0 Postcode shipping released</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/790-virtuemart-3-postcode-shipping-released.html" rel="alternate" type="text/html"/>
		<published>2014-08-30T00:00:00Z</published>
		<updated>2014-08-30T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/790-virtuemart-3-postcode-shipping-released.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;Postcode - ZIP code?Shipping Module&lt;/li&gt;
&lt;li&gt;Joomla 3.x&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;We have upgraded our VirtueMart 3.0 Postcode - ZIP code?Shipping Plugin to be fully compatible with VirtueMart 3 and Joomla 3.x.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can download it here -?&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=86"&gt;Download&lt;/a&gt;?Price is ?40.00&lt;br /&gt;You can download the full instruction PDF here: &lt;a target="_blank" href="https://www.gjcwebdesign.com/eximg/postcode_shipping/GJC_Postcode_Shipping_Virtuemart_3.pdf"&gt;GJC_Postcode_Shipping_Virtuemart_3.pdf&lt;/a&gt;&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;Postcode - ZIP code?Shipping Module&lt;/li&gt;
&lt;li&gt;Joomla 3.x&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;We have upgraded our VirtueMart 3.0 Postcode - ZIP code?Shipping Plugin to be fully compatible with VirtueMart 3 and Joomla 3.x.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can download it here -?&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=86"&gt;Download&lt;/a&gt;?Price is ?40.00&lt;br /&gt;You can download the full instruction PDF here: &lt;a target="_blank" href="https://www.gjcwebdesign.com/eximg/postcode_shipping/GJC_Postcode_Shipping_Virtuemart_3.pdf"&gt;GJC_Postcode_Shipping_Virtuemart_3.pdf&lt;/a&gt;&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>AusPost VirtueMart 3.0 Shipping Plugin upgraded for VM3/Joomla3</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/789-auspost-virtuemart-3020-shipping-plugin-upgraded-for-vm3joomla3.html" rel="alternate" type="text/html"/>
		<published>2014-08-27T00:00:00Z</published>
		<updated>2014-08-27T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/789-auspost-virtuemart-3020-shipping-plugin-upgraded-for-vm3joomla3.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;AusPost Shipping v3.4.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;Our very popular?Australian Post VirtueMart 3.0 Shipping Plugin has just had another upgrade.&lt;/p&gt;
&lt;p&gt;The latest version is 3.4.1&lt;br /&gt;&lt;br /&gt;26.08.2014&lt;br /&gt;Full rewrite for Virtuemart 3.0 &amp;amp; Joomla 3.0&lt;br /&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# logo choose on cheapest v1.2.7 08.01.2014&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# added discount v1.2.8 18.01.2014&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# heavy rewrite - eliminated extra cURL calls v1.2.9 26.04.2014&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# insurance added v1.2.9 26.04.2014&lt;br /&gt;# small bug in height/vol calc fixed v1.3.0 17.07.2014&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #ff0000;"&gt;# complete rewrite for Joomla3/VM3 26.08.2014? v3.3.1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #ff0000;"&gt;# complete rewrite of conditions 28.08.2014 v3.3.2 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# plgVmDeclarePluginParamsShipmentVM3 15.10.2014 v3.3.3 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# added discount trigger level 09.03.2015 v3.3.4&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #ff0000;"&gt;# added overweight routine 12.11.2015 v3.3.5&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# new Int codes 14.06.2016 v3.3.6&lt;br /&gt;# new endpoint urls &lt;a href="https://digitalapi.auspost.com.au"&gt;https://digitalapi.auspost.com.au&lt;/a&gt; 28.06.2016 v3.3.7&lt;br /&gt;# fix for latest ShipTo address select / postcode in display 14.09.2016 v3.3.8&lt;br /&gt;# weights in display, volume fix, mm heights 24.09.2016 v3.3.9&lt;br /&gt;# updater server entered 01.01.2017 v3.4.0&lt;br /&gt;# $address call changed : $address = $cart -&amp;gt; getST(); line 236 &amp;amp; 866 28.01.2017 v3.4.1?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This is all selectable in the plugin configuration.?&lt;br /&gt;&lt;br /&gt;You can download it here -?&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=81"&gt;Download&lt;/a&gt;?Price is ?40.00&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;AusPost Shipping v3.4.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;Our very popular?Australian Post VirtueMart 3.0 Shipping Plugin has just had another upgrade.&lt;/p&gt;
&lt;p&gt;The latest version is 3.4.1&lt;br /&gt;&lt;br /&gt;26.08.2014&lt;br /&gt;Full rewrite for Virtuemart 3.0 &amp;amp; Joomla 3.0&lt;br /&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# logo choose on cheapest v1.2.7 08.01.2014&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# added discount v1.2.8 18.01.2014&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# heavy rewrite - eliminated extra cURL calls v1.2.9 26.04.2014&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# insurance added v1.2.9 26.04.2014&lt;br /&gt;# small bug in height/vol calc fixed v1.3.0 17.07.2014&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #ff0000;"&gt;# complete rewrite for Joomla3/VM3 26.08.2014? v3.3.1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #ff0000;"&gt;# complete rewrite of conditions 28.08.2014 v3.3.2 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# plgVmDeclarePluginParamsShipmentVM3 15.10.2014 v3.3.3 &lt;/span&gt;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# added discount trigger level 09.03.2015 v3.3.4&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #ff0000;"&gt;# added overweight routine 12.11.2015 v3.3.5&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# new Int codes 14.06.2016 v3.3.6&lt;br /&gt;# new endpoint urls &lt;a href="https://digitalapi.auspost.com.au"&gt;https://digitalapi.auspost.com.au&lt;/a&gt; 28.06.2016 v3.3.7&lt;br /&gt;# fix for latest ShipTo address select / postcode in display 14.09.2016 v3.3.8&lt;br /&gt;# weights in display, volume fix, mm heights 24.09.2016 v3.3.9&lt;br /&gt;# updater server entered 01.01.2017 v3.4.0&lt;br /&gt;# $address call changed : $address = $cart -&amp;gt; getST(); line 236 &amp;amp; 866 28.01.2017 v3.4.1?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This is all selectable in the plugin configuration.?&lt;br /&gt;&lt;br /&gt;You can download it here -?&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=81"&gt;Download&lt;/a&gt;?Price is ?40.00&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>New Zealand Post shipping Plugin for Virtuemart 3.0 </title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/788-new-zealand-post-shipping-plugin-for-virtuemart-30-.html" rel="alternate" type="text/html"/>
		<published>2014-07-31T17:38:59Z</published>
		<updated>2014-07-31T17:38:59Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/788-new-zealand-post-shipping-plugin-for-virtuemart-30-.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 20px;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0 &amp;amp; 2.0&lt;/li&gt;
&lt;li&gt;Joomla 3.3 &amp;amp; 2.5&lt;/li&gt;
&lt;li&gt;NZ Post Shipping Module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
Our Virtuemart New Zealand Post shipping Plugin has been fully upgraded for Joomla 3.0 &amp;amp; Virtuemart 3.0 &lt;br /&gt; Installs as a native VirtueMart 3 &amp;amp; 2 Joomla 2.5 Shipping Plugin or Joomla 3.3 Shipping Plugin for the upcoming VM3.0 release!&lt;br /&gt;It is complete backwards compatible until VM2.6.6 - lots of info here: &lt;a target="_blank" href="https://www.gjcwebdesign.com/eximg/nzpost/GJC_NZPost_Virtuemart_3_2_v2_api.pdf"&gt;GJC NZPost Virtuemart 3 / 2 v2 api.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;</summary>
		<content type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 20px;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0 &amp;amp; 2.0&lt;/li&gt;
&lt;li&gt;Joomla 3.3 &amp;amp; 2.5&lt;/li&gt;
&lt;li&gt;NZ Post Shipping Module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
Our Virtuemart New Zealand Post shipping Plugin has been fully upgraded for Joomla 3.0 &amp;amp; Virtuemart 3.0 &lt;br /&gt; Installs as a native VirtueMart 3 &amp;amp; 2 Joomla 2.5 Shipping Plugin or Joomla 3.3 Shipping Plugin for the upcoming VM3.0 release!&lt;br /&gt;It is complete backwards compatible until VM2.6.6 - lots of info here: &lt;a target="_blank" href="https://www.gjcwebdesign.com/eximg/nzpost/GJC_NZPost_Virtuemart_3_2_v2_api.pdf"&gt;GJC NZPost Virtuemart 3 / 2 v2 api.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;</content>
	</entry>
	<entry>
		<title>Virtuemart 3-2 Total Web Solutions EcomMerchant Payment Plugin</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-ecommerchant-payment-plugin.html" rel="alternate" type="text/html"/>
		<published>2014-06-17T00:00:00Z</published>
		<updated>2014-06-17T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-ecommerchant-payment-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3-2&lt;/li&gt;
&lt;li&gt;Total Web Solutions EcomMerchant?Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;&lt;img style="margin-left: 10px; margin-bottom: 10px; float: right;" alt="tws-secure-clear" src="https://www.gjcwebdesign.com/images/vm2.0_ecommerchat_payment_plugin/tws-secure-clear.png" height="72" width="200" /&gt;The Virtuemart 3 Total Web Solutions EcomMerchant Payment Plugin&lt;/h1&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart 3?Total Web Solutions EcomMerchant Payment Plugin to connect to the the?Total Web Solutions payment gateway at checkout.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://payments.totalwebsolutions.com/"&gt;Total Web Solutions&lt;/a&gt;?is the e-commerce solution for small business or enterprise to accept online payments around the clock.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=153"&gt;Download &lt;/a&gt;:?Price is ?40.00&lt;br /&gt;&lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/ecommerchant/GJC_EcomMerchant_Payment_Virtuemart_3_Plugin.pdf" target="_blank"&gt;Virtuemart 3 EcomMerchant Payment Plugin Instruction PDF&lt;/a&gt; to see how to use it.&lt;/p&gt;
&lt;h3 class="red"&gt;Full support for 1 year from purchase date.&lt;/h3&gt;
Just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; and request your update - please mention your order id and email you used while ordering. &lt;br /&gt; We will email you the new zip bundle - just re-install as normal - all your settings will be saved.</summary>
		<content type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3-2&lt;/li&gt;
&lt;li&gt;Total Web Solutions EcomMerchant?Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;&lt;img style="margin-left: 10px; margin-bottom: 10px; float: right;" alt="tws-secure-clear" src="https://www.gjcwebdesign.com/images/vm2.0_ecommerchat_payment_plugin/tws-secure-clear.png" height="72" width="200" /&gt;The Virtuemart 3 Total Web Solutions EcomMerchant Payment Plugin&lt;/h1&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart 3?Total Web Solutions EcomMerchant Payment Plugin to connect to the the?Total Web Solutions payment gateway at checkout.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://payments.totalwebsolutions.com/"&gt;Total Web Solutions&lt;/a&gt;?is the e-commerce solution for small business or enterprise to accept online payments around the clock.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=153"&gt;Download &lt;/a&gt;:?Price is ?40.00&lt;br /&gt;&lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/ecommerchant/GJC_EcomMerchant_Payment_Virtuemart_3_Plugin.pdf" target="_blank"&gt;Virtuemart 3 EcomMerchant Payment Plugin Instruction PDF&lt;/a&gt; to see how to use it.&lt;/p&gt;
&lt;h3 class="red"&gt;Full support for 1 year from purchase date.&lt;/h3&gt;
Just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; and request your update - please mention your order id and email you used while ordering. &lt;br /&gt; We will email you the new zip bundle - just re-install as normal - all your settings will be saved.</content>
	</entry>
	<entry>
		<title>Joomla - Missing Joomla Update quick icon from Control Panel after upgrade</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/786-joomla-missing-joomla-update-quick-icon-from-control-panel-after-upgrade.html" rel="alternate" type="text/html"/>
		<published>2014-04-30T00:00:00Z</published>
		<updated>2014-04-30T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/786-joomla-missing-joomla-update-quick-icon-from-control-panel-after-upgrade.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5&lt;/li&gt;
&lt;li&gt;Installing - updating&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;Have seen this quite a few times especially on upgrades from Joomla 1.6 or 1.7. the quick icons for the joomla version and extensions updates are missing from the control panel and no menu for the Joomla Updater. There can also be messages such as 'Error loading component: com_joomlaupdate'.&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5&lt;/li&gt;
&lt;li&gt;Installing - updating&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;Have seen this quite a few times especially on upgrades from Joomla 1.6 or 1.7. the quick icons for the joomla version and extensions updates are missing from the control panel and no menu for the Joomla Updater. There can also be messages such as 'Error loading component: com_joomlaupdate'.&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>Joomla Cheat Sheet</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/776-joomla-cheat-sheet.html" rel="alternate" type="text/html"/>
		<published>2014-04-28T00:00:00Z</published>
		<updated>2014-04-28T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/776-joomla-cheat-sheet.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla&lt;/li&gt;
&lt;li&gt;Cheat Sheet&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;Here's a list of Joomla code snippets so that I don't have to search the forums every time I need one!&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla&lt;/li&gt;
&lt;li&gt;Cheat Sheet&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;Here's a list of Joomla code snippets so that I don't have to search the forums every time I need one!&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>Virtuemart Cheat Sheet</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/781-virtuemart-cheat-sheet.html" rel="alternate" type="text/html"/>
		<published>2014-04-28T00:00:00Z</published>
		<updated>2014-04-28T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/781-virtuemart-cheat-sheet.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;Virtuemart 2.0&lt;/li&gt;
&lt;li&gt;Cheat Sheet&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br style="clear: both;" /&gt;
&lt;p&gt;Here's a list of?Virtuemart code snippets so that I don't have to search the forums every time I need one!&lt;/p&gt;
</summary>
		<content type="html">&lt;div&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;Virtuemart 2.0&lt;/li&gt;
&lt;li&gt;Cheat Sheet&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br style="clear: both;" /&gt;
&lt;p&gt;Here's a list of?Virtuemart code snippets so that I don't have to search the forums every time I need one!&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>Joomla - An error has occurred. Copy file failed</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/785-joomla-an-error-has-occurred-copy-file-failed.html" rel="alternate" type="text/html"/>
		<published>2014-04-28T00:00:00Z</published>
		<updated>2014-04-28T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/785-joomla-an-error-has-occurred-copy-file-failed.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5 &amp;amp; 3.0&lt;/li&gt;
&lt;li&gt;Installing - updating&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;Here's an easy way to find which file didn't copy - then at least you can troubleshoot why.&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5 &amp;amp; 3.0&lt;/li&gt;
&lt;li&gt;Installing - updating&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;Here's an easy way to find which file didn't copy - then at least you can troubleshoot why.&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>AusPost VirtueMart 2.0 Shipping Plugin upgraded for Insurance</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/784-auspost-virtuemart-20-shipping-plugin-upgraded-for-insurance.html" rel="alternate" type="text/html"/>
		<published>2014-04-26T00:00:00Z</published>
		<updated>2014-04-26T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/784-auspost-virtuemart-20-shipping-plugin-upgraded-for-insurance.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;AusPost Shipping v1.3.0&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Our very popular?Australian Post VirtueMart 2.0 Shipping Plugin has just had another upgrade. Insurance has been added and the ability to apply discounts.&lt;br /&gt;But most importantly a heavy recode has eliminated two thirds of the cURL calls to the AusPost server resulting in a significant speed up of the postage returns.&lt;br /&gt;It also as standard prechecks the validity of the requests (postcode, size etc) saving more time and more reliable error checking...&lt;br /&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# logo choose on cheapest v1.2.7 08.01.2014&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# added discount v1.2.8 18.01.2014&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# heavy rewrite - eliminated extra cURL calls v1.2.9 26.04.2014&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# insurance added v1.2.9 26.04.2014&lt;br /&gt;# small bug in height/vol calc fixed v1.3.0 17.07.2014&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;This is all selectable in the plugin configuration.?&lt;br /&gt;&lt;br /&gt;You can download it here -?&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=81"&gt;Download&lt;/a&gt;?Price is ?40.00</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;AusPost Shipping v1.3.0&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Our very popular?Australian Post VirtueMart 2.0 Shipping Plugin has just had another upgrade. Insurance has been added and the ability to apply discounts.&lt;br /&gt;But most importantly a heavy recode has eliminated two thirds of the cURL calls to the AusPost server resulting in a significant speed up of the postage returns.&lt;br /&gt;It also as standard prechecks the validity of the requests (postcode, size etc) saving more time and more reliable error checking...&lt;br /&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# logo choose on cheapest v1.2.7 08.01.2014&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# added discount v1.2.8 18.01.2014&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# heavy rewrite - eliminated extra cURL calls v1.2.9 26.04.2014&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;# insurance added v1.2.9 26.04.2014&lt;br /&gt;# small bug in height/vol calc fixed v1.3.0 17.07.2014&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;This is all selectable in the plugin configuration.?&lt;br /&gt;&lt;br /&gt;You can download it here -?&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=81"&gt;Download&lt;/a&gt;?Price is ?40.00</content>
	</entry>
	<entry>
		<title>Virtuemart 2 Joomla 2.5 NZ Post New Zealand Shipping Plugin released</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-nz-post-new-zealand-shipping-plugin.html" rel="alternate" type="text/html"/>
		<published>2014-04-25T00:00:00Z</published>
		<updated>2014-04-25T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-nz-post-new-zealand-shipping-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0 / 2.0&lt;/li&gt;
&lt;li&gt;Joomla 3.3 / 2.5&lt;/li&gt;
&lt;li&gt;NZ Post Shipping Module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;We are happy to announce a VirtueMart 3 / 2? NZ Post "New Zealand Post" Shipping Plugin that fully integrates and shows&lt;br /&gt;real time quotations based on vendor and customer postcodes in the checkout process.&lt;br /&gt; Installs as a native VirtueMart 3 / 2 Joomla 2.5 Shipping Plugin or Joomla 3.3 Shipping Plugin for the upcoming VM3.0 release!&lt;br /&gt;&lt;br /&gt;This has now been completely re-written for the new NZ Post v2 api - lots of info here: &lt;a target="_blank" href="https://www.gjcwebdesign.com/eximg/nzpost/GJC_NZPost_Virtuemart_3_2_v2_api.pdf"&gt;GJC NZPost Virtuemart 3 / 2 v2 api.pdf&lt;/a&gt;&lt;br /&gt;</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0 / 2.0&lt;/li&gt;
&lt;li&gt;Joomla 3.3 / 2.5&lt;/li&gt;
&lt;li&gt;NZ Post Shipping Module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;We are happy to announce a VirtueMart 3 / 2? NZ Post "New Zealand Post" Shipping Plugin that fully integrates and shows&lt;br /&gt;real time quotations based on vendor and customer postcodes in the checkout process.&lt;br /&gt; Installs as a native VirtueMart 3 / 2 Joomla 2.5 Shipping Plugin or Joomla 3.3 Shipping Plugin for the upcoming VM3.0 release!&lt;br /&gt;&lt;br /&gt;This has now been completely re-written for the new NZ Post v2 api - lots of info here: &lt;a target="_blank" href="https://www.gjcwebdesign.com/eximg/nzpost/GJC_NZPost_Virtuemart_3_2_v2_api.pdf"&gt;GJC NZPost Virtuemart 3 / 2 v2 api.pdf&lt;/a&gt;&lt;br /&gt;</content>
	</entry>
	<entry>
		<title>Virtuemart 3.0 Product Review</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-product-review-component.html" rel="alternate" type="text/html"/>
		<published>2014-04-23T00:00:00Z</published>
		<updated>2014-04-23T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-product-review-component.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;Product Review?Component&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;The Virtuemart Product Review Component&lt;/h1&gt;
&lt;div style="float: right; margin: 20px 0 30px 30px;" id="as"&gt;{loadposition productreview}&lt;/div&gt;
&lt;br /&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart Product Review?Component?that?provides an 'Amazon' like product review. Users can review products that they have actually bought within their administration area and now with this new version Guest and/or the public can, if enabled, also leave reviews. The Admin can of course add new reviews and moderate/edit existing reviews.&lt;br /&gt;&lt;br /&gt; Installs as native Joomla 3.0 Package.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/vm2-product-review.html" class="bbc_link" target="_blank"&gt;Virtuemart Product Review Component Download&lt;/a&gt;?Price is ?50.00&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Dedicated Test Site Here: ?&lt;a href="https://test.gjcwebdesign.com/reviews"&gt;GJC Web Design Product Review&lt;/a&gt;?&lt;br /&gt;&lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/productreview/GJC_VMReview_Virtuemart_3_J3.pdf" target="_blank"&gt;Virtuemart Product Review Package Instruction PDF&lt;/a&gt; to see how to use it.&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;Product Review?Component&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;The Virtuemart Product Review Component&lt;/h1&gt;
&lt;div style="float: right; margin: 20px 0 30px 30px;" id="as"&gt;{loadposition productreview}&lt;/div&gt;
&lt;br /&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart Product Review?Component?that?provides an 'Amazon' like product review. Users can review products that they have actually bought within their administration area and now with this new version Guest and/or the public can, if enabled, also leave reviews. The Admin can of course add new reviews and moderate/edit existing reviews.&lt;br /&gt;&lt;br /&gt; Installs as native Joomla 3.0 Package.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/vm2-product-review.html" class="bbc_link" target="_blank"&gt;Virtuemart Product Review Component Download&lt;/a&gt;?Price is ?50.00&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Dedicated Test Site Here: ?&lt;a href="https://test.gjcwebdesign.com/reviews"&gt;GJC Web Design Product Review&lt;/a&gt;?&lt;br /&gt;&lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/productreview/GJC_VMReview_Virtuemart_3_J3.pdf" target="_blank"&gt;Virtuemart Product Review Package Instruction PDF&lt;/a&gt; to see how to use it.&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>Virtuemart 3-2 Samport Payment Plugin</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-samport-payment-plugin.html" rel="alternate" type="text/html"/>
		<published>2013-11-15T00:00:00Z</published>
		<updated>2013-11-15T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-samport-payment-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3-2&lt;/li&gt;
&lt;li&gt;Samport payment Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;The Virtuemart 3 Samport Payment Plugin&lt;/h1&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart 3?Samport Payment Plugin to connect to the the Samport payment gateway at checkout.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.samport.com/" target="_blank"&gt;Samport&lt;/a&gt; is one of the most popular suppliers of payment solutions and terminal products throughout the Scandinavian region.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=144"&gt;Download &lt;/a&gt;:?Price is ?40.00&lt;br /&gt;&lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/samport/GJC_Samport_Payment_Virtuemart_3_Plugin.pdf" target="_blank"&gt;Virtuemart 3 Samport Payment Plugin Instruction PDF&lt;/a&gt; to see how to use it.&lt;/p&gt;
&lt;h3 class="red"&gt;Remember - buy once and lifetime updates for current major releases free!!!&lt;/h3&gt;
Just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; and request your update - please mention your order id and email you used while ordering. &lt;br /&gt; We will email you the new zip bundle - just re-install as normal - all your settings will be saved.</summary>
		<content type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3-2&lt;/li&gt;
&lt;li&gt;Samport payment Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;The Virtuemart 3 Samport Payment Plugin&lt;/h1&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart 3?Samport Payment Plugin to connect to the the Samport payment gateway at checkout.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.samport.com/" target="_blank"&gt;Samport&lt;/a&gt; is one of the most popular suppliers of payment solutions and terminal products throughout the Scandinavian region.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=144"&gt;Download &lt;/a&gt;:?Price is ?40.00&lt;br /&gt;&lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/samport/GJC_Samport_Payment_Virtuemart_3_Plugin.pdf" target="_blank"&gt;Virtuemart 3 Samport Payment Plugin Instruction PDF&lt;/a&gt; to see how to use it.&lt;/p&gt;
&lt;h3 class="red"&gt;Remember - buy once and lifetime updates for current major releases free!!!&lt;/h3&gt;
Just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; and request your update - please mention your order id and email you used while ordering. &lt;br /&gt; We will email you the new zip bundle - just re-install as normal - all your settings will be saved.</content>
	</entry>
	<entry>
		<title>Virtuemart 3-4 Radius Shipping Plugin</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-radius-shipping.html" rel="alternate" type="text/html"/>
		<published>2013-11-10T00:00:00Z</published>
		<updated>2013-11-10T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-radius-shipping.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="rimg"&gt;
	&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
		&lt;ul&gt;
			&lt;li&gt;VirtueMart 3/4&lt;/li&gt;
			&lt;li&gt;Radius Shipping Plugin&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;&lt;br /&gt;&lt;br style="clear: both;" /&gt;
	&lt;h1 class="red"&gt;The Virtuemart 3/4 Radius Shipping Plugin&lt;/h1&gt;
	&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart 3/4 Radius Shipping Plugin that calculates the distance from your Vendor address to the customer via Google's Map api v3 and returns a shipping calculation.&lt;br /&gt;&lt;br /&gt; Installs as native Joomla 3/4 Plugin.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=141"&gt;Download &lt;/a&gt;Price is &amp;euro;50.00&lt;br /&gt;&lt;br /&gt;Dedicated Test Site Here &lt;a href="https://test.gjcwebdesign.com/radius/" target="_blank"&gt;GJC Web Design Radius Shipping Test Site&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/radiusshipping/GJC_Radius_Shipping_Virtuemart_4.pdf" target="_blank"&gt;Virtuemart 3-4 Radius Shipping Plugin Instruction PDF&lt;/a&gt; to see how to use it.&lt;/p&gt;
	&lt;h3 class="red"&gt;Remember - updates for current major VM or Joomla releases free for 12 months!!!&lt;/h3&gt;Just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; and request your update - please mention your order id and email you used while ordering. &lt;br /&gt; We will email you the new zip bundle - just re-install as normal - all your settings will be saved.
	</summary>
		<content type="html">&lt;div class="rimg"&gt;
	&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
		&lt;ul&gt;
			&lt;li&gt;VirtueMart 3/4&lt;/li&gt;
			&lt;li&gt;Radius Shipping Plugin&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;&lt;br /&gt;&lt;br style="clear: both;" /&gt;
	&lt;h1 class="red"&gt;The Virtuemart 3/4 Radius Shipping Plugin&lt;/h1&gt;
	&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart 3/4 Radius Shipping Plugin that calculates the distance from your Vendor address to the customer via Google's Map api v3 and returns a shipping calculation.&lt;br /&gt;&lt;br /&gt; Installs as native Joomla 3/4 Plugin.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=141"&gt;Download &lt;/a&gt;Price is &amp;euro;50.00&lt;br /&gt;&lt;br /&gt;Dedicated Test Site Here &lt;a href="https://test.gjcwebdesign.com/radius/" target="_blank"&gt;GJC Web Design Radius Shipping Test Site&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/radiusshipping/GJC_Radius_Shipping_Virtuemart_4.pdf" target="_blank"&gt;Virtuemart 3-4 Radius Shipping Plugin Instruction PDF&lt;/a&gt; to see how to use it.&lt;/p&gt;
	&lt;h3 class="red"&gt;Remember - updates for current major VM or Joomla releases free for 12 months!!!&lt;/h3&gt;Just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; and request your update - please mention your order id and email you used while ordering. &lt;br /&gt; We will email you the new zip bundle - just re-install as normal - all your settings will be saved.
	</content>
	</entry>
	<entry>
		<title>Virtuemart 2.0 Product Checkout Lock</title>
		<link href="https://www.gjcwebdesign.com/virtuemart-2-auspost-shipping-plugin2.html" rel="alternate" type="text/html"/>
		<published>2013-10-26T00:00:00Z</published>
		<updated>2013-10-26T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/virtuemart-2-auspost-shipping-plugin2.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;Product Lock Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;The Virtuemart 2.0 Product Lock Plugin&lt;/h1&gt;
&lt;div style="float: right; margin: 20px 0 30px 30px;" id="as"&gt;{loadposition productlock}&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart 2.0 Product Lock Plugin that prevents multiple buying of single stock items in Virtuemart stores.&lt;br /&gt;&lt;strong&gt;This extension DOES NOT WORK with stockable child products!!! Do not buy it if you want this lock for them - it will not work!&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt; Installs as native Joomla 2.5 Plugins.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=138"&gt;Download&lt;/a&gt;&lt;br /&gt;Price is ?40.00&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Dedicated Test Site Here &lt;br /&gt;&lt;a href="https://www.gjcwebdesign.com/vm2t5/" target="_blank"&gt;GJC Web Design Product Lock Test Site&lt;/a&gt; &lt;br /&gt;&lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/productlock/GJC_Product_Checkout_Lock_Virtuemart_2.pdf" target="_blank"&gt;Virtuemart 2.0 Product Lock Plugin Instruction PDF&lt;/a&gt; to see how to use it.&lt;/p&gt;
&lt;h3 class="red"&gt;Remember - buy once and lifetime updates for free!!!&lt;/h3&gt;
Just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; and request your update - please mention your order id and email you used while ordering. &lt;br /&gt; We will email you the new zip bundle - just re-install as normal - all your settings will be saved.</summary>
		<content type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;Product Lock Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;The Virtuemart 2.0 Product Lock Plugin&lt;/h1&gt;
&lt;div style="float: right; margin: 20px 0 30px 30px;" id="as"&gt;{loadposition productlock}&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart 2.0 Product Lock Plugin that prevents multiple buying of single stock items in Virtuemart stores.&lt;br /&gt;&lt;strong&gt;This extension DOES NOT WORK with stockable child products!!! Do not buy it if you want this lock for them - it will not work!&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt; Installs as native Joomla 2.5 Plugins.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=138"&gt;Download&lt;/a&gt;&lt;br /&gt;Price is ?40.00&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Dedicated Test Site Here &lt;br /&gt;&lt;a href="https://www.gjcwebdesign.com/vm2t5/" target="_blank"&gt;GJC Web Design Product Lock Test Site&lt;/a&gt; &lt;br /&gt;&lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/productlock/GJC_Product_Checkout_Lock_Virtuemart_2.pdf" target="_blank"&gt;Virtuemart 2.0 Product Lock Plugin Instruction PDF&lt;/a&gt; to see how to use it.&lt;/p&gt;
&lt;h3 class="red"&gt;Remember - buy once and lifetime updates for free!!!&lt;/h3&gt;
Just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; and request your update - please mention your order id and email you used while ordering. &lt;br /&gt; We will email you the new zip bundle - just re-install as normal - all your settings will be saved.</content>
	</entry>
	<entry>
		<title>Virtuemart 3 &amp; 4 Joomla 3. &amp; 4 AusPost Australia Shipping Plugin released</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-3-auspost-shipping-plugin.html" rel="alternate" type="text/html"/>
		<published>2013-10-12T00:00:00Z</published>
		<updated>2013-10-12T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-3-auspost-shipping-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3 &amp; 4&lt;/li&gt;
&lt;li&gt;AusPost Shipping Plugin&lt;/li&gt;
&lt;li&gt;Joomla 3 &amp; 4&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;The Australian Post Virtuemart 3 &amp; 4 Shipping Plugin&lt;/h1&gt;
&lt;div style="float: right; margin: 20px 0 30px 30px;" id="as"&gt;{loadposition auspost}&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart 3 &amp; 4 AusPost "Australia Post" Shipping Plugin that fully integrates and shows real time shipping quotes based on vendor and customer postcodes in the checkout process.&lt;br /&gt; Installs as a native VirtueMart 3 &amp; 4 - Joomla 3 &amp; 4 Shipping Plugin.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=81"&gt;Download&lt;/a&gt;&lt;br /&gt;Price is €50.00&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Dedicated Test Site Here &lt;a href="https://test.gjcwebdesign.com/oz/" target="_blank"&gt;GJC Web Design Aussie Test Site&lt;/a&gt; &lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/auspost/GJC_Web_Design_AusPost_Virtuemart.pdf" target="_blank"&gt;Australian Post Virtuemart 3 &amp; 4 Shipping Plugin Instruction PDF&lt;/a&gt; to see just how simple to use it is.&lt;/p&gt;
&lt;h3 class="red"&gt;Remember - updates for current major VM or Joomla releases free for 12 months!!!&lt;/h3&gt;
Any questions just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; - please mention your order id and email you used while ordering.</summary>
		<content type="html">&lt;div class="rimg"&gt;
&lt;div class="joomla_type" style="margin: 0 0 10px 0;"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3 &amp; 4&lt;/li&gt;
&lt;li&gt;AusPost Shipping Plugin&lt;/li&gt;
&lt;li&gt;Joomla 3 &amp; 4&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; &lt;br style="clear: both;" /&gt;
&lt;h1 class="red"&gt;The Australian Post Virtuemart 3 &amp; 4 Shipping Plugin&lt;/h1&gt;
&lt;div style="float: right; margin: 20px 0 30px 30px;" id="as"&gt;{loadposition auspost}&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p style="font-size: 105%; line-height: 130%;"&gt;This is the VirtueMart 3 &amp; 4 AusPost "Australia Post" Shipping Plugin that fully integrates and shows real time shipping quotes based on vendor and customer postcodes in the checkout process.&lt;br /&gt; Installs as a native VirtueMart 3 &amp; 4 - Joomla 3 &amp; 4 Shipping Plugin.&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=81"&gt;Download&lt;/a&gt;&lt;br /&gt;Price is €50.00&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Dedicated Test Site Here &lt;a href="https://test.gjcwebdesign.com/oz/" target="_blank"&gt;GJC Web Design Aussie Test Site&lt;/a&gt; &lt;br /&gt; Download our &lt;a href="https://www.gjcwebdesign.com/eximg/auspost/GJC_Web_Design_AusPost_Virtuemart.pdf" target="_blank"&gt;Australian Post Virtuemart 3 &amp; 4 Shipping Plugin Instruction PDF&lt;/a&gt; to see just how simple to use it is.&lt;/p&gt;
&lt;h3 class="red"&gt;Remember - updates for current major VM or Joomla releases free for 12 months!!!&lt;/h3&gt;
Any questions just use our &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=93" target="_blank"&gt;Support Page&lt;/a&gt; - please mention your order id and email you used while ordering.</content>
	</entry>
	<entry>
		<title>Virtuemart Development Example 2</title>
		<link href="https://www.gjcwebdesign.com/virtuemart-development/virtuemart-development-example-2.html" rel="alternate" type="text/html"/>
		<published>2013-03-29T00:00:00Z</published>
		<updated>2013-03-29T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/virtuemart-development/virtuemart-development-example-2.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;Development 2&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Below is a recent example of some of the types of Virtuemart development we do.&lt;br /&gt;&lt;br /&gt;This client &amp;nbsp;ineeded to be able to set up a particular buyer group that other buyers could add their Cart to this buyers Cart.&lt;br /&gt;&lt;br /&gt;This Virtuemart development was successfully completed. When a buyer reached the checkout page he could, with a dropdown menu, either checkout to his own account or select a member of the special shopper group to check out his/her order to.&lt;br /&gt;If he chose this option a "Saved Cart" was established under the special shoppers account with all the original shoppers details.&lt;br /&gt;&lt;br /&gt;The special shopper is notified by email and can login to the front end to view the orders and either add them to a "bulk" cart order or delete them.&lt;br /&gt;He/she can then checkout in the normal manner - inthe admin area each order is kept separate.&amp;nbsp;</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;Development 2&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Below is a recent example of some of the types of Virtuemart development we do.&lt;br /&gt;&lt;br /&gt;This client &amp;nbsp;ineeded to be able to set up a particular buyer group that other buyers could add their Cart to this buyers Cart.&lt;br /&gt;&lt;br /&gt;This Virtuemart development was successfully completed. When a buyer reached the checkout page he could, with a dropdown menu, either checkout to his own account or select a member of the special shopper group to check out his/her order to.&lt;br /&gt;If he chose this option a "Saved Cart" was established under the special shoppers account with all the original shoppers details.&lt;br /&gt;&lt;br /&gt;The special shopper is notified by email and can login to the front end to view the orders and either add them to a "bulk" cart order or delete them.&lt;br /&gt;He/she can then checkout in the normal manner - inthe admin area each order is kept separate.&amp;nbsp;</content>
	</entry>
	<entry>
		<title>VirtueMart 2 Pre-configured Shipping Component</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-2-pre-configured-shipping-comp.html" rel="alternate" type="text/html"/>
		<published>2013-03-29T00:00:00Z</published>
		<updated>2013-03-29T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-2-pre-configured-shipping-comp.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;Pre-configured Addresses&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;We have finished development of a Joomla / VirtueMart component to allow pre-configured shipping addresses to be setup for your Virtuemart checkout. This can be a very useful service to shops selling gifts in a defined area to for example hospitals (maternity gifts, flowers etc) or jails ;)&lt;br /&gt;&lt;br /&gt;The pre-configured addresses appear as links in the shipping addresses dialog, clicking on the lik fills the address into the shipping address fields.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You can download it here -&amp;nbsp;&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=117"&gt;Download&lt;/a&gt;&amp;nbsp;Price is ?40.00</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;Pre-configured Addresses&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;We have finished development of a Joomla / VirtueMart component to allow pre-configured shipping addresses to be setup for your Virtuemart checkout. This can be a very useful service to shops selling gifts in a defined area to for example hospitals (maternity gifts, flowers etc) or jails ;)&lt;br /&gt;&lt;br /&gt;The pre-configured addresses appear as links in the shipping addresses dialog, clicking on the lik fills the address into the shipping address fields.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You can download it here -&amp;nbsp;&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=117"&gt;Download&lt;/a&gt;&amp;nbsp;Price is ?40.00</content>
	</entry>
	<entry>
		<title>TaxCloud.net VirtueMart 3 &amp; 2 Plugin Integration</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-us-sales-tax-taxcloud-plugin.html" rel="alternate" type="text/html"/>
		<published>2013-03-02T00:00:00Z</published>
		<updated>2013-03-02T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-us-sales-tax-taxcloud-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;TaxCloud&lt;/li&gt;
&lt;li&gt;Joomla 3.x&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;img style="margin-right: 10px; margin-bottom: 10px; float: left;" alt="tax cloud logo" src="https://www.gjcwebdesign.com/images/vm2.0_taxcloud/tax_cloud_logo.jpg" height="37" width="60" /&gt;The problem of USA sales tax limits the usabiliy of Virtuemart for any US based online shop.&lt;br /&gt;&lt;br /&gt;By law the relevant sales tax must be charged according to the delivery address in the United States if you have a "presence" in that state.&lt;br /&gt;&lt;br /&gt;We have now integrated the TaxCloud service to enable the automation of this tax requirement.&lt;br /&gt;&lt;br /&gt; The version in the download is for VM3.2.12&lt;br /&gt;&lt;br /&gt; &lt;a target="_blank" href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=135"&gt;Download&lt;/a&gt; -?&lt;!--&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=115"&gt;Download&lt;/a&gt;--&gt;?Price is ?60.00&lt;span style="color: #ff0000;"&gt;&lt;/span&gt;&lt;br /&gt;</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;TaxCloud&lt;/li&gt;
&lt;li&gt;Joomla 3.x&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;img style="margin-right: 10px; margin-bottom: 10px; float: left;" alt="tax cloud logo" src="https://www.gjcwebdesign.com/images/vm2.0_taxcloud/tax_cloud_logo.jpg" height="37" width="60" /&gt;The problem of USA sales tax limits the usabiliy of Virtuemart for any US based online shop.&lt;br /&gt;&lt;br /&gt;By law the relevant sales tax must be charged according to the delivery address in the United States if you have a "presence" in that state.&lt;br /&gt;&lt;br /&gt;We have now integrated the TaxCloud service to enable the automation of this tax requirement.&lt;br /&gt;&lt;br /&gt; The version in the download is for VM3.2.12&lt;br /&gt;&lt;br /&gt; &lt;a target="_blank" href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=135"&gt;Download&lt;/a&gt; -?&lt;!--&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=115"&gt;Download&lt;/a&gt;--&gt;?Price is ?60.00&lt;span style="color: #ff0000;"&gt;&lt;/span&gt;&lt;br /&gt;</content>
	</entry>
	<entry>
		<title>AusPost VirtueMart 2.0 Shipping Plugin upgraded for GST handling</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/771-auspost-virtuemart-20-shipping-plugin-upgraded-for-gst-handling.html" rel="alternate" type="text/html"/>
		<published>2013-02-16T00:00:00Z</published>
		<updated>2013-02-16T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/771-auspost-virtuemart-20-shipping-plugin-upgraded-for-gst-handling.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;AusPost Shipping v1.2.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Our very popular&amp;nbsp;Australian Post VirtueMart 2.0 Shipping Plugin has just had another upgrade for better handling of GST in the cart. &lt;br /&gt;&lt;br /&gt;The AusPost servers return just the gross sum (GST included) for the shipping queries. We have coded an integration that effectively subtracts the GST at the rate entered in your VirtueMart Tax configuration and allows VirtueMart to re-add it in the cart. Therefore the cart display accurately reflects the total GST charged.&lt;br /&gt;This is all selectable in the plugin configuration.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You can download it here -&amp;nbsp;&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=81"&gt;Download&lt;/a&gt;&amp;nbsp;Price is ?40.00</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;AusPost Shipping v1.2.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Our very popular&amp;nbsp;Australian Post VirtueMart 2.0 Shipping Plugin has just had another upgrade for better handling of GST in the cart. &lt;br /&gt;&lt;br /&gt;The AusPost servers return just the gross sum (GST included) for the shipping queries. We have coded an integration that effectively subtracts the GST at the rate entered in your VirtueMart Tax configuration and allows VirtueMart to re-add it in the cart. Therefore the cart display accurately reflects the total GST charged.&lt;br /&gt;This is all selectable in the plugin configuration.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You can download it here -&amp;nbsp;&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=81"&gt;Download&lt;/a&gt;&amp;nbsp;Price is ?40.00</content>
	</entry>
	<entry>
		<title>Virtuemart 2.0 Postcode shipping Updated</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/768-virtuemart-20-postcode-shipping-updated.html" rel="alternate" type="text/html"/>
		<published>2013-02-02T00:00:00Z</published>
		<updated>2013-02-02T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/768-virtuemart-20-postcode-shipping-updated.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;Postcode - ZIP code&amp;nbsp;Shipping Module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;We have upgraded our VirtueMart 2.0 Postcode - ZIP code&amp;nbsp;Shipping Plugin to extend its shipping calculation possibilities.&lt;br /&gt;This now gives a lot more alternative configurations for combinations of weight, price and trigger levels.&lt;br /&gt;&lt;br /&gt;You can download it here -&amp;nbsp;&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=86"&gt;Download&lt;/a&gt;&amp;nbsp;Price is ?40.00&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;Postcode - ZIP code&amp;nbsp;Shipping Module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;We have upgraded our VirtueMart 2.0 Postcode - ZIP code&amp;nbsp;Shipping Plugin to extend its shipping calculation possibilities.&lt;br /&gt;This now gives a lot more alternative configurations for combinations of weight, price and trigger levels.&lt;br /&gt;&lt;br /&gt;You can download it here -&amp;nbsp;&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=86"&gt;Download&lt;/a&gt;&amp;nbsp;Price is ?40.00&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>VirtueMart 2 Add to Cart button on Category Page</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/767-virtuemart-2-add-to-cart-button-on-category-page.html" rel="alternate" type="text/html"/>
		<published>2013-01-31T10:17:41Z</published>
		<updated>2013-01-31T10:17:41Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/767-virtuemart-2-add-to-cart-button-on-category-page.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">This is a simple copy and paste of how to show the "Add to Cart" button on the VirtueMart 2 category pages.&lt;br /&gt;&lt;br /&gt;So your code isn't overwritten on the next update make sure you do this with a template overide!&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.gjcwebdesign.com/images/virtuemart_2_add_to_cart_button_on_category_page.png" alt="virtuemart 2 add to cart button on category page" style="margin-left: 20px; margin-bottom: 20px; float: right;" height="147" width="223" /&gt;Construct the following folder hierarchy in your current Joomla template folder.</summary>
		<content type="html">This is a simple copy and paste of how to show the "Add to Cart" button on the VirtueMart 2 category pages.&lt;br /&gt;&lt;br /&gt;So your code isn't overwritten on the next update make sure you do this with a template overide!&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.gjcwebdesign.com/images/virtuemart_2_add_to_cart_button_on_category_page.png" alt="virtuemart 2 add to cart button on category page" style="margin-left: 20px; margin-bottom: 20px; float: right;" height="147" width="223" /&gt;Construct the following folder hierarchy in your current Joomla template folder.</content>
	</entry>
	<entry>
		<title>VirtueMart 2.0 Attention, could not find currency code in the table for id</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/766-virtuemart-2-0-attention-could-not-find-currency-code-in-the-table-for-id.html" rel="alternate" type="text/html"/>
		<published>2013-01-31T09:16:21Z</published>
		<updated>2013-01-31T09:16:21Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/766-virtuemart-2-0-attention-could-not-find-currency-code-in-the-table-for-id.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;img src="https://www.gjcwebdesign.com/images/attention_could_not_find_currency_code_in_the_table_for_id.png" width="600" height="83" alt="attention could not find currency code in the table for id" /&gt;&lt;br /&gt;Your happily building your Virtuemart 2.0 site and see in the administration currencies a load the listed currencies that you will never use, 163 in fact. Obvious solution is to delete the ones you don't need as there is a big delete button on the top right - job done!</summary>
		<content type="html">&lt;img src="https://www.gjcwebdesign.com/images/attention_could_not_find_currency_code_in_the_table_for_id.png" width="600" height="83" alt="attention could not find currency code in the table for id" /&gt;&lt;br /&gt;Your happily building your Virtuemart 2.0 site and see in the administration currencies a load the listed currencies that you will never use, 163 in fact. Obvious solution is to delete the ones you don't need as there is a big delete button on the top right - job done!</content>
	</entry>
	<entry>
		<title>AusPost VirtueMart 2.0 Shipping Plugin upgraded for error handling</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/761-auspost-virtuemart-20-shipping-plugin-upgraded-for-error-handling.html" rel="alternate" type="text/html"/>
		<published>2013-01-26T00:00:00Z</published>
		<updated>2013-01-26T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/761-auspost-virtuemart-20-shipping-plugin-upgraded-for-error-handling.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;AusPost Shipping v1.2.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Our very popular&amp;nbsp;Australian Post VirtueMart 2.0 Shipping Plugin has just had another upgrade to handle the false postcode failure much better. &lt;br /&gt;&lt;br /&gt;Up to now if the customer entered a wrong Australian Postcode the error would be returned BUT the customer could also checkout with the zero postage. &lt;br /&gt;This is because of the way Virtuemart 2.0 handles the returns from the shipping plugins - anything that is not a number or is empty is treated as 0.00. &lt;br /&gt;&lt;br /&gt;You can download it here -&amp;nbsp;&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=81"&gt;Download&lt;/a&gt;&amp;nbsp;Price is ?40.00</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;AusPost Shipping v1.2.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Our very popular&amp;nbsp;Australian Post VirtueMart 2.0 Shipping Plugin has just had another upgrade to handle the false postcode failure much better. &lt;br /&gt;&lt;br /&gt;Up to now if the customer entered a wrong Australian Postcode the error would be returned BUT the customer could also checkout with the zero postage. &lt;br /&gt;This is because of the way Virtuemart 2.0 handles the returns from the shipping plugins - anything that is not a number or is empty is treated as 0.00. &lt;br /&gt;&lt;br /&gt;You can download it here -&amp;nbsp;&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=81"&gt;Download&lt;/a&gt;&amp;nbsp;Price is ?40.00</content>
	</entry>
	<entry>
		<title>Virtuemart 2.0 UK Postcode Shipping Plugin example</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/760-virtuemart-20-uk-postcode-shipping-plugin-example.html" rel="alternate" type="text/html"/>
		<published>2013-01-12T13:43:34Z</published>
		<updated>2013-01-12T13:43:34Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/760-virtuemart-20-uk-postcode-shipping-plugin-example.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;UK Postcode Shipping Module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;Many people have asked for further explanation of our VirtueMart 2.0 UK Postcode Shipping Plugin that fully integrates and allows a complete UK Postcode area solution with only one setup.&lt;br /&gt; Below is a configuration example for a relatively simple UK postage scheme.&lt;br /&gt;See a working example at &lt;a href="https://www.gjcwebdesign.com/vm2t1/" target="_blank"&gt;VM test site?2&lt;/a&gt;?, there is a lot more country specific info there.&lt;br /&gt;User : testshopper&lt;br /&gt;Pass : testshopper&lt;br /&gt;&lt;br /&gt;You can download it here -?&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=86"&gt;Download&lt;/a&gt;?Price is ?40.00&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;UK Postcode Shipping Module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;Many people have asked for further explanation of our VirtueMart 2.0 UK Postcode Shipping Plugin that fully integrates and allows a complete UK Postcode area solution with only one setup.&lt;br /&gt; Below is a configuration example for a relatively simple UK postage scheme.&lt;br /&gt;See a working example at &lt;a href="https://www.gjcwebdesign.com/vm2t1/" target="_blank"&gt;VM test site?2&lt;/a&gt;?, there is a lot more country specific info there.&lt;br /&gt;User : testshopper&lt;br /&gt;Pass : testshopper&lt;br /&gt;&lt;br /&gt;You can download it here -?&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=86"&gt;Download&lt;/a&gt;?Price is ?40.00&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>Improve Virtuemart 1.1 metatags &amp; SEO</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/759-improve-virtuemart-11-metatags-a-seo.html" rel="alternate" type="text/html"/>
		<published>2013-01-12T11:55:04Z</published>
		<updated>2013-01-12T11:55:04Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/759-improve-virtuemart-11-metatags-a-seo.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;li&gt;Metatags&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Below are some simple hacks to improve your VirtueMart 1.1 metatags especially the html title.&lt;br /&gt;&lt;br /&gt; Html titles are critical to good search engine visibility and the meta description and meta keywords play a part as well.</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;li&gt;Metatags&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Below are some simple hacks to improve your VirtueMart 1.1 metatags especially the html title.&lt;br /&gt;&lt;br /&gt; Html titles are critical to good search engine visibility and the meta description and meta keywords play a part as well.</content>
	</entry>
	<entry>
		<title>Virtuemart Development Example 1</title>
		<link href="https://www.gjcwebdesign.com/virtuemart-development/virtuemart-development-example.html" rel="alternate" type="text/html"/>
		<published>2013-01-10T14:02:19Z</published>
		<updated>2013-01-10T14:02:19Z</updated>
		<id>https://www.gjcwebdesign.com/virtuemart-development/virtuemart-development-example.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;Development 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Below is a recent example of some of the types of Virtuemart development we can do.&lt;br /&gt;&lt;br /&gt;This client &amp;nbsp;is developing a Computer games price comparison site using Joomla 2.5 with Virtuemart 2.0. Each game in Virtuemart is a Parent product and the Children products are the available games for price comparison. Therefore all the children need to be visible on the product page and ordered by price.&lt;br /&gt;&lt;br /&gt;This we did by building a new Virtuemart 2.0 product details template and additionally we re-developed parts of the product model to provide the correct ordering.
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;Development 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Below is a recent example of some of the types of Virtuemart development we can do.&lt;br /&gt;&lt;br /&gt;This client &amp;nbsp;is developing a Computer games price comparison site using Joomla 2.5 with Virtuemart 2.0. Each game in Virtuemart is a Parent product and the Children products are the available games for price comparison. Therefore all the children need to be visible on the product page and ordered by price.&lt;br /&gt;&lt;br /&gt;This we did by building a new Virtuemart 2.0 product details template and additionally we re-developed parts of the product model to provide the correct ordering.
</content>
	</entry>
	<entry>
		<title>VirtueMart 2.0 &amp; 1.1 ccBill payment Gateway</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/757-virtuemart-20-a-11-ccbill-payment-gateway.html" rel="alternate" type="text/html"/>
		<published>2013-01-09T00:00:00Z</published>
		<updated>2013-01-09T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/757-virtuemart-20-a-11-ccbill-payment-gateway.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart&lt;/li&gt;
&lt;li&gt;ccBill Payment&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;img style="margin-right: 30px; margin-bottom: 20px; float: left;" src="https://www.gjcwebdesign.com/images/stories/ccbill_button.png" alt="ccbill button" width="60" height="60" /&gt;ccBill is the largest and most popular of the internet Adult Payment gateways.&lt;br /&gt;For more information see their documentation for &lt;a href="http://www.ccbill.com/online-merchants/index.php" target="_blank"&gt;ccBill online merchants&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Here at GJC Web Design we have completed a number of ccBill Payment Gateway integrations including for Virtuemart.&lt;br /&gt;&lt;br /&gt;These are installable Virtuemart Payment extensions that operate in the normal Virtuemart way and provide notification of successful feedback etc.
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart&lt;/li&gt;
&lt;li&gt;ccBill Payment&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;img style="margin-right: 30px; margin-bottom: 20px; float: left;" src="https://www.gjcwebdesign.com/images/stories/ccbill_button.png" alt="ccbill button" width="60" height="60" /&gt;ccBill is the largest and most popular of the internet Adult Payment gateways.&lt;br /&gt;For more information see their documentation for &lt;a href="http://www.ccbill.com/online-merchants/index.php" target="_blank"&gt;ccBill online merchants&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Here at GJC Web Design we have completed a number of ccBill Payment Gateway integrations including for Virtuemart.&lt;br /&gt;&lt;br /&gt;These are installable Virtuemart Payment extensions that operate in the normal Virtuemart way and provide notification of successful feedback etc.
</content>
	</entry>
	<entry>
		<title>AusPost VirtueMart 2.0 Shipping Plugin upgraded for free shipping</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/754-auspost-virtuemart-20-shipping-plugin-upgraded-for-free-shipping.html" rel="alternate" type="text/html"/>
		<published>2012-12-13T22:19:18Z</published>
		<updated>2012-12-13T22:19:18Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/754-auspost-virtuemart-20-shipping-plugin-upgraded-for-free-shipping.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;AusPost Shipping&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Our very popular&amp;nbsp;Australian Post VirtueMart 2.0 Shipping Plugin has just had an upgrade to include natively a Free Shipping setting.&lt;br /&gt;This can now be set in the Plugin admin and the labels change in the cart and Shipping Select pages.
&lt;br /&gt;&lt;br /&gt;You can download it here -&amp;nbsp;&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=81"&gt;Download&lt;/a&gt;&amp;nbsp;Price is ?40.00
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;AusPost Shipping&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;Our very popular&amp;nbsp;Australian Post VirtueMart 2.0 Shipping Plugin has just had an upgrade to include natively a Free Shipping setting.&lt;br /&gt;This can now be set in the Plugin admin and the labels change in the cart and Shipping Select pages.
&lt;br /&gt;&lt;br /&gt;You can download it here -&amp;nbsp;&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=81"&gt;Download&lt;/a&gt;&amp;nbsp;Price is ?40.00
</content>
	</entry>
	<entry>
		<title>Virtuemart 3 &amp; 2 Joomla 3/2.5 Cart with Shipping Module released</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-cart-with-shipping-module.html" rel="alternate" type="text/html"/>
		<published>2012-12-09T00:00:00Z</published>
		<updated>2012-12-09T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-cart-with-shipping-module.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;Joomla 3 &amp;amp; 2.5&lt;/li&gt;
&lt;li&gt;Cart with Shipping DISPLAY Module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;We are happy to announce a VirtueMart 3 &amp;amp; 2 Cart with Shipping Display Module that displays the shipping price separately.&lt;br /&gt; Installs as a native Joomla 3/2.5 Module.&lt;br /&gt;&lt;br /&gt;You can download it here -?&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=90"&gt;Download&lt;/a&gt;?Price is ?12.00&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;VirtueMart 3.0&lt;/li&gt;
&lt;li&gt;Joomla 3 &amp;amp; 2.5&lt;/li&gt;
&lt;li&gt;Cart with Shipping DISPLAY Module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;We are happy to announce a VirtueMart 3 &amp;amp; 2 Cart with Shipping Display Module that displays the shipping price separately.&lt;br /&gt; Installs as a native Joomla 3/2.5 Module.&lt;br /&gt;&lt;br /&gt;You can download it here -?&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=90"&gt;Download&lt;/a&gt;?Price is ?12.00&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>Virtuemart 3 Joomla 3 AusPost Shipping Estimator Module released</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-2-auspost-shipping-estimator-module.html" rel="alternate" type="text/html"/>
		<published>2012-11-29T00:00:00Z</published>
		<updated>2012-11-29T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-2-auspost-shipping-estimator-module.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3&lt;/li&gt;
&lt;li&gt;AusPost Shipping Estimator Module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;We are happy to announce a VirtueMart 3 AusPost Shipping Estimator Module?that fully integrates and allows live quotes from the AusPost Server.&lt;br /&gt; Installs as a native Joomla 3 Module.&lt;br /&gt;&lt;br /&gt;You can download it here -?&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=88"&gt;Download&lt;/a&gt;?Price is ?40.00&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3&lt;/li&gt;
&lt;li&gt;AusPost Shipping Estimator Module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;We are happy to announce a VirtueMart 3 AusPost Shipping Estimator Module?that fully integrates and allows live quotes from the AusPost Server.&lt;br /&gt; Installs as a native Joomla 3 Module.&lt;br /&gt;&lt;br /&gt;You can download it here -?&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=88"&gt;Download&lt;/a&gt;?Price is ?40.00&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>Virtuemart 3/4 Joomla 3/4 Postcode - ZIP code Shipping Plugin released</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-zip-postcode-shipping-plugin.html" rel="alternate" type="text/html"/>
		<published>2012-07-27T00:00:00Z</published>
		<updated>2012-07-27T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-zip-postcode-shipping-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3 &amp; 4&lt;/li&gt;
&lt;li&gt;Postcode - ZIP code Shipping Module&lt;/li&gt;
&lt;li&gt;Joomla 3 &amp; 4&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;We are happy to announce a VirtueMart 4 &amp; 3 Postcode - ZIP code Shipping Plugin that fully integrates and allows a complete Postcode - ZIP code area solution with only one setup.&lt;br /&gt; Installs as a native VirtueMart 3 or 4, Joomla 3 or 4 Shipping Plugin.&lt;br /&gt;Latest Version: v4.0.0 - Fully tested on Joomla 4.2+ / VM4.0.8&lt;br /&gt;See a working example at &lt;a href="https://www.gjcwebdesign.com/vm2t1/" target="_blank"&gt;VM test site&lt;/a&gt;
, there is a lot more country specific info there.&lt;br /&gt;User : testshopper&lt;br /&gt;Pass : testshopper&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=86"&gt;Download&lt;/a&gt; Price is €50.00 - You can download the full instruction PDF here: &lt;a target="_blank" href="https://www.gjcwebdesign.com/eximg/postcode_shipping/GJC_Postcode_Shipping_Virtuemart.pdf"&gt;GJC Postcode Shipping Virtuemart.pdf&lt;/a&gt;&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3 &amp; 4&lt;/li&gt;
&lt;li&gt;Postcode - ZIP code Shipping Module&lt;/li&gt;
&lt;li&gt;Joomla 3 &amp; 4&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;We are happy to announce a VirtueMart 4 &amp; 3 Postcode - ZIP code Shipping Plugin that fully integrates and allows a complete Postcode - ZIP code area solution with only one setup.&lt;br /&gt; Installs as a native VirtueMart 3 or 4, Joomla 3 or 4 Shipping Plugin.&lt;br /&gt;Latest Version: v4.0.0 - Fully tested on Joomla 4.2+ / VM4.0.8&lt;br /&gt;See a working example at &lt;a href="https://www.gjcwebdesign.com/vm2t1/" target="_blank"&gt;VM test site&lt;/a&gt;
, there is a lot more country specific info there.&lt;br /&gt;User : testshopper&lt;br /&gt;Pass : testshopper&lt;br /&gt;&lt;br /&gt;You can download it here - &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=86"&gt;Download&lt;/a&gt; Price is €50.00 - You can download the full instruction PDF here: &lt;a target="_blank" href="https://www.gjcwebdesign.com/eximg/postcode_shipping/GJC_Postcode_Shipping_Virtuemart.pdf"&gt;GJC Postcode Shipping Virtuemart.pdf&lt;/a&gt;&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>Virtuemart 1.1 AusPost Australia Shipping new api Plugin released</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/711-virtuemart-11-auspost-australia-shipping-plugin-new-api-released.html" rel="alternate" type="text/html"/>
		<published>2012-05-04T00:00:00Z</published>
		<updated>2012-05-04T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/711-virtuemart-11-auspost-australia-shipping-plugin-new-api-released.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;li&gt;AusPost New Api&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;We are happy to announce a VirtueMart 1.1 NEW api AusPost "Australia Post" Shipping Plugin that fully integrates and shows&lt;br /&gt;real time quotations based on vendor and customer postcodes in the checkout process.&lt;br /&gt; Installs as a VirtueMart 1.1 NEW api Joomla Shipping Plugin.&lt;br /&gt; &lt;br /&gt; You can download it here -&amp;nbsp;&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=82"&gt;Download&lt;/a&gt;&amp;nbsp;Price is ?40.00&lt;/p&gt;
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;li&gt;AusPost New Api&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;We are happy to announce a VirtueMart 1.1 NEW api AusPost "Australia Post" Shipping Plugin that fully integrates and shows&lt;br /&gt;real time quotations based on vendor and customer postcodes in the checkout process.&lt;br /&gt; Installs as a VirtueMart 1.1 NEW api Joomla Shipping Plugin.&lt;br /&gt; &lt;br /&gt; You can download it here -&amp;nbsp;&lt;a href="https://www.gjcwebdesign.com/index.php?option=com_virtuemart&amp;amp;Itemid=82"&gt;Download&lt;/a&gt;&amp;nbsp;Price is ?40.00&lt;/p&gt;
</content>
	</entry>
	<entry>
		<title>Virtuemart 2 Joomla 2.5 e-go Australia Shipping Plugin released</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/703-virtuemart-2-e-go-australia-shipping-plugin-released.html" rel="alternate" type="text/html"/>
		<published>2012-04-22T19:37:56Z</published>
		<updated>2012-04-22T19:37:56Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/703-virtuemart-2-e-go-australia-shipping-plugin-released.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;e-go Shipping Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; We are happy to announce the VirtueMart 2.0 e-go "Australia's #1 Cheap Courier &amp;amp; Freight Service" that fully integrates and shows real time quotations based on vendor and customer postcodes in the checkout process.&lt;br /&gt; Installs as a native VirtueMart 2.0 Joomla 2.5 Shipping Plugin.&lt;br /&gt;&lt;br /&gt;</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 2.0&lt;/li&gt;
&lt;li&gt;e-go Shipping Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; We are happy to announce the VirtueMart 2.0 e-go "Australia's #1 Cheap Courier &amp;amp; Freight Service" that fully integrates and shows real time quotations based on vendor and customer postcodes in the checkout process.&lt;br /&gt; Installs as a native VirtueMart 2.0 Joomla 2.5 Shipping Plugin.&lt;br /&gt;&lt;br /&gt;</content>
	</entry>
	<entry>
		<title>Virtuemart 3-2 shipping plugin Australia e-go.com.au</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-e-go-australia-shipping-plugin.html" rel="alternate" type="text/html"/>
		<published>2012-04-22T00:00:00Z</published>
		<updated>2012-04-22T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/virtuemart-20-e-go-australia-shipping-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3&lt;/li&gt;
&lt;li&gt;e-go Shipping Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; We are happy to annouce a VirtueMart 3-2 e-go "Australia's #1 Cheap Courier &amp;amp; Freight Service" that fully integrates and shows real time quotations based on vendor and customer postcodes in the checkout process.&lt;br /&gt; Installs as a native VirtueMart 3 or 2 Joomla 3 or 2.50 Shipping Module.&lt;br /&gt;</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 3&lt;/li&gt;
&lt;li&gt;e-go Shipping Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; We are happy to annouce a VirtueMart 3-2 e-go "Australia's #1 Cheap Courier &amp;amp; Freight Service" that fully integrates and shows real time quotations based on vendor and customer postcodes in the checkout process.&lt;br /&gt; Installs as a native VirtueMart 3 or 2 Joomla 3 or 2.50 Shipping Module.&lt;br /&gt;</content>
	</entry>
	<entry>
		<title>Joomla 2.5 Page Views Plugin updated for Joomla 2.5</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/699-joomla-25-page-views-plugin-updated-for-joomla-25.html" rel="alternate" type="text/html"/>
		<published>2012-04-09T00:00:00Z</published>
		<updated>2012-04-09T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/699-joomla-25-page-views-plugin-updated-for-joomla-25.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5&lt;/li&gt;
&lt;li&gt;plg_jpageviews&lt;/li&gt;
&lt;li&gt;&lt;img alt="joomla.2.5" src="https://www.gjcwebdesign.com/images/downloads/joomla2.5.png" height="18" width="79" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Our popular Joomla Page Views plugin has been updated for Joomla 2.5. This Joomla 2.5 Plugin allows you, with just a short tag, to insert  the number of page views (hits) of any article along with the linked  title to the page.&lt;br /&gt; As well some standard text can be included before  and after the page views number and a left or right float can be  specified.   &lt;br /&gt;New to this release the texts can come from the included language files allowing translation of the texts.&lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="https://www.gjcwebdesign.com/j2.5-jpageviews-plugin.html"&gt;Download&lt;/a&gt;&lt;/span&gt; Price ?8.00 &lt;br /&gt; 
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5&lt;/li&gt;
&lt;li&gt;plg_jpageviews&lt;/li&gt;
&lt;li&gt;&lt;img alt="joomla.2.5" src="https://www.gjcwebdesign.com/images/downloads/joomla2.5.png" height="18" width="79" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Our popular Joomla Page Views plugin has been updated for Joomla 2.5. This Joomla 2.5 Plugin allows you, with just a short tag, to insert  the number of page views (hits) of any article along with the linked  title to the page.&lt;br /&gt; As well some standard text can be included before  and after the page views number and a left or right float can be  specified.   &lt;br /&gt;New to this release the texts can come from the included language files allowing translation of the texts.&lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="https://www.gjcwebdesign.com/j2.5-jpageviews-plugin.html"&gt;Download&lt;/a&gt;&lt;/span&gt; Price ?8.00 &lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>A Joomla 2.5 Plugin to insert the rel="nofollow" attribute within outgoing links updated</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/700-a-joomla-25-plugin-to-insert-the-relqnofollowq-attribute-within-outgoing-links-updated.html" rel="alternate" type="text/html"/>
		<published>2012-04-09T00:00:00Z</published>
		<updated>2012-04-09T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/700-a-joomla-25-plugin-to-insert-the-relqnofollowq-attribute-within-outgoing-links-updated.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5&lt;/li&gt;
&lt;li&gt;plg_metaNoFollow&lt;/li&gt;
&lt;li&gt;&lt;img class="jimage" alt="joomla2.5" src="https://www.gjcwebdesign.com/images/downloads/joomla2.5.png" height="18" width="79" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Our very popular Joomla nofollow plugin has been updated to Joomla 2.5 compatibility. The "nofollow" is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.&lt;br /&gt;We have now updated it to exclude chosen authors from having a nofollow link. &lt;br /&gt; 
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5&lt;/li&gt;
&lt;li&gt;plg_metaNoFollow&lt;/li&gt;
&lt;li&gt;&lt;img class="jimage" alt="joomla2.5" src="https://www.gjcwebdesign.com/images/downloads/joomla2.5.png" height="18" width="79" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Our very popular Joomla nofollow plugin has been updated to Joomla 2.5 compatibility. The "nofollow" is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.&lt;br /&gt;We have now updated it to exclude chosen authors from having a nofollow link. &lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>A Joomla 3.x-4.x Plugin to insert the rel="nofollow" attribute within outgoing links updated</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/joomla-25-3-nofollow-plugin.html" rel="alternate" type="text/html"/>
		<published>2012-04-09T00:00:00Z</published>
		<updated>2012-04-09T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/joomla-25-3-nofollow-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 3.x-4.x&lt;/li&gt;
&lt;li&gt;plg_metaNoFollow&lt;/li&gt;
&lt;li&gt;&lt;img class="jimage" alt="j3j4" src="https://www.gjcwebdesign.com/eximg/j3j4.png" height="36" width="116" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Our very popular Joomla nofollow plugin has been updated to Joomla 4.x compatibility. This plugin also still works on Joomla 3 installs greater than J3.8. The "nofollow" is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.&lt;br /&gt;We have now updated it to exclude chosen authors from having a nofollow link. &lt;br /&gt;</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 3.x-4.x&lt;/li&gt;
&lt;li&gt;plg_metaNoFollow&lt;/li&gt;
&lt;li&gt;&lt;img class="jimage" alt="j3j4" src="https://www.gjcwebdesign.com/eximg/j3j4.png" height="36" width="116" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Our very popular Joomla nofollow plugin has been updated to Joomla 4.x compatibility. This plugin also still works on Joomla 3 installs greater than J3.8. The "nofollow" is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.&lt;br /&gt;We have now updated it to exclude chosen authors from having a nofollow link. &lt;br /&gt;</content>
	</entry>
	<entry>
		<title>Joomla 3.x/4.x Page Views Plugin updated for Joomla 4</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/j25-jpageviews-plugin.html" rel="alternate" type="text/html"/>
		<published>2012-04-09T00:00:00Z</published>
		<updated>2012-04-09T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/j25-jpageviews-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 3.x/4.x&lt;/li&gt;
&lt;li&gt;plg_jpageviews&lt;/li&gt;
&lt;li&gt;&lt;img alt="j3j4" src="https://www.gjcwebdesign.com/eximg/j3j4.png" height="36" width="116" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Our popular Joomla Page Views plugin has been updated for Joomla 4.x. This Joomla 4.x Plugin allows you, with just a short tag, to insert the number of page views (hits) of any article along with the linked title to the page.&lt;br /&gt; As well some standard text can be included before and after the page views number and a left or right float can be specified. &lt;br /&gt;New to this release the texts can come from the included language files allowing translation of the texts.&lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="https://www.gjcwebdesign.com//j25-jpageviews-plugin.html"&gt;Download&lt;/a&gt;&lt;/span&gt; Price ?10.00 &lt;br /&gt;</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 3.x/4.x&lt;/li&gt;
&lt;li&gt;plg_jpageviews&lt;/li&gt;
&lt;li&gt;&lt;img alt="j3j4" src="https://www.gjcwebdesign.com/eximg/j3j4.png" height="36" width="116" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Our popular Joomla Page Views plugin has been updated for Joomla 4.x. This Joomla 4.x Plugin allows you, with just a short tag, to insert the number of page views (hits) of any article along with the linked title to the page.&lt;br /&gt; As well some standard text can be included before and after the page views number and a left or right float can be specified. &lt;br /&gt;New to this release the texts can come from the included language files allowing translation of the texts.&lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="https://www.gjcwebdesign.com//j25-jpageviews-plugin.html"&gt;Download&lt;/a&gt;&lt;/span&gt; Price ?10.00 &lt;br /&gt;</content>
	</entry>
	<entry>
		<title>Joomla 1.7 Page Views Plugin updated for Joomla 1.7</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/643-joomla-17-page-views-plugin-updated-for-joomla-17.html" rel="alternate" type="text/html"/>
		<published>2011-10-29T12:49:47Z</published>
		<updated>2011-10-29T12:49:47Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/643-joomla-17-page-views-plugin-updated-for-joomla-17.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.7&lt;/li&gt;
&lt;li&gt;plg_jpageviews&lt;/li&gt;
&lt;li&gt;&lt;img alt="joomla1.6-1.7" src="https://www.gjcwebdesign.com/images/downloads/joomla1.6-1.7.png" height="21" width="152" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Our popular Joomla Page Views plugin has been updated for Joomla 1.7. This Joomla 1.7 Plugin allows you, with just a short tag, to insert  the number of page views (hits) of any article along with the linked  title to the page.&lt;br /&gt; As well some standard text can be included before  and after the page views number and a left or right float can be  specified.   &lt;br /&gt;New to this release the texts can come from the included language files allowing translation of the texts.&lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="https://www.gjcwebdesign.com/j1.7-jpageviews-plugin.html"&gt;Download&lt;/a&gt;&lt;/span&gt; Price ?8.00 &lt;br /&gt;
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.7&lt;/li&gt;
&lt;li&gt;plg_jpageviews&lt;/li&gt;
&lt;li&gt;&lt;img alt="joomla1.6-1.7" src="https://www.gjcwebdesign.com/images/downloads/joomla1.6-1.7.png" height="21" width="152" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Our popular Joomla Page Views plugin has been updated for Joomla 1.7. This Joomla 1.7 Plugin allows you, with just a short tag, to insert  the number of page views (hits) of any article along with the linked  title to the page.&lt;br /&gt; As well some standard text can be included before  and after the page views number and a left or right float can be  specified.   &lt;br /&gt;New to this release the texts can come from the included language files allowing translation of the texts.&lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="https://www.gjcwebdesign.com/j1.7-jpageviews-plugin.html"&gt;Download&lt;/a&gt;&lt;/span&gt; Price ?8.00 &lt;br /&gt;
</content>
	</entry>
	<entry>
		<title>A Joomla 2.5 Plugin to show the number of page views anywhere in your content</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/642-page-views-in-content-j25.html" rel="alternate" type="text/html"/>
		<published>2011-10-29T00:00:00Z</published>
		<updated>2011-10-29T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/642-page-views-in-content-j25.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5&lt;/li&gt;
&lt;li&gt;plg_jpageviews&lt;/li&gt;
&lt;li&gt;&lt;img width="79" height="18" src="https://www.gjcwebdesign.com/images/downloads/joomla2.5.png" alt="joomla 2.5" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; This Joomla 2.5 Plugin allows you, with just a short tag, to insert the number of page views (hits) of any article along with the linked title to the page.&lt;br /&gt; As well some standard text can be included before and after the page views number and a left or right float can be specified. &lt;br /&gt;New to this release the texts can come from the included laguage files allowing translation of the texts.&lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="https://www.gjcwebdesign.com/index.php?Itemid=76"&gt;Download&lt;/a&gt;&lt;/span&gt; Price ?8.00 &lt;br /&gt;&lt;br /&gt; &lt;img width="600" height="396" title="Joomla 2.5 page views hits Plugin" alt="jpageviews_joomla_plugin_2.5" src="https://www.gjcwebdesign.com/images/downloads/jpageviews_joomla_plugin_2.5.png" style="margin: 0px 0px 20px;" /&gt; &lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;How it works -&lt;/h3&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;It replaces a unique tag {*jpageviews 00 none} (asterisk inserted to prevent parsing) with the number of page views (hits) of the chosen article along, optionally, with the linked title to the page.&lt;/li&gt;
&lt;li&gt;N.B. For the first 9 ids a leading 0 is nesscesary e.g 02&lt;/li&gt;
&lt;li&gt;If the required page views (hits) is the currently displayed page then the number to insert is 00.&lt;/li&gt;
&lt;li&gt;If you require another page then insert that article id number.&lt;/li&gt;
&lt;li&gt;If you require a &lt;em&gt;left&lt;/em&gt; or &lt;em&gt;right&lt;/em&gt; float then use those words, otherwise use &lt;em&gt;none&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;The text boxes accept html so if you wanted a different text colour, font etc you could apply a class and style it in your css sheet or just add a span styling in the first and last text box.&lt;br /&gt;&lt;br /&gt; e.g. 1st text box - &amp;lt;span style="color:red;"&amp;gt;The number of hits for &lt;br /&gt; 3rd text box - visitors.&amp;lt;/span&amp;gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;img width="200" height="200" title="Joomla 2.5 page views hits Plugin logo" alt="jpageviews 2.5" src="https://www.gjcwebdesign.com/images/downloads/jpageviews_200px_2.5.png" style="margin: 0px 0px 20px 20px; border-style: none; border-color: -moz-use-text-color; float: right;" /&gt;
&lt;h3&gt;Installation -&lt;/h3&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Install in the normal way via Extensions--&amp;gt;Install/Uninstall.&lt;/li&gt;
&lt;li&gt;Enable the plugin via Extensions--&amp;gt;Plugin Manager.&lt;/li&gt;
&lt;li&gt;Fill in any text you may want in the text boxes.&lt;/li&gt;
&lt;li&gt;Choose whether you want the article titles and whether the title is linked.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;h3&gt;Example -&lt;/h3&gt;
&lt;br /&gt; Below you can see the plugin working if you refresh this page a few times.&lt;br /&gt; The html for this is as follows - (asterisk inserted to prevent parsing)
&lt;pre&gt;
&lt;ul&gt;
&lt;li&gt;{*jpageviews 00 none}&lt;/li&gt;
&lt;li&gt;{*jpageviews 58 none}&lt;/li&gt;
&lt;li&gt;{*jpageviews 22 none}&lt;/li&gt;
&lt;li&gt;{*jpageviews 239 none}&lt;/li&gt;
&lt;/ul&gt;
&lt;/pre&gt;
&lt;br /&gt;&lt;br /&gt;You can see a demo page here - &lt;a href="https://www.gjcwebdesign.com/vm2t2/index.php/jviews-test-page"&gt;J2.5 Pageview Demo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; If you have any comments, suggestions or need any help please use the &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=111"&gt;support page&lt;/a&gt;. &lt;br /&gt;Thanks.</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5&lt;/li&gt;
&lt;li&gt;plg_jpageviews&lt;/li&gt;
&lt;li&gt;&lt;img width="79" height="18" src="https://www.gjcwebdesign.com/images/downloads/joomla2.5.png" alt="joomla 2.5" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; This Joomla 2.5 Plugin allows you, with just a short tag, to insert the number of page views (hits) of any article along with the linked title to the page.&lt;br /&gt; As well some standard text can be included before and after the page views number and a left or right float can be specified. &lt;br /&gt;New to this release the texts can come from the included laguage files allowing translation of the texts.&lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="https://www.gjcwebdesign.com/index.php?Itemid=76"&gt;Download&lt;/a&gt;&lt;/span&gt; Price ?8.00 &lt;br /&gt;&lt;br /&gt; &lt;img width="600" height="396" title="Joomla 2.5 page views hits Plugin" alt="jpageviews_joomla_plugin_2.5" src="https://www.gjcwebdesign.com/images/downloads/jpageviews_joomla_plugin_2.5.png" style="margin: 0px 0px 20px;" /&gt; &lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;How it works -&lt;/h3&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;It replaces a unique tag {*jpageviews 00 none} (asterisk inserted to prevent parsing) with the number of page views (hits) of the chosen article along, optionally, with the linked title to the page.&lt;/li&gt;
&lt;li&gt;N.B. For the first 9 ids a leading 0 is nesscesary e.g 02&lt;/li&gt;
&lt;li&gt;If the required page views (hits) is the currently displayed page then the number to insert is 00.&lt;/li&gt;
&lt;li&gt;If you require another page then insert that article id number.&lt;/li&gt;
&lt;li&gt;If you require a &lt;em&gt;left&lt;/em&gt; or &lt;em&gt;right&lt;/em&gt; float then use those words, otherwise use &lt;em&gt;none&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;The text boxes accept html so if you wanted a different text colour, font etc you could apply a class and style it in your css sheet or just add a span styling in the first and last text box.&lt;br /&gt;&lt;br /&gt; e.g. 1st text box - &amp;lt;span style="color:red;"&amp;gt;The number of hits for &lt;br /&gt; 3rd text box - visitors.&amp;lt;/span&amp;gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;img width="200" height="200" title="Joomla 2.5 page views hits Plugin logo" alt="jpageviews 2.5" src="https://www.gjcwebdesign.com/images/downloads/jpageviews_200px_2.5.png" style="margin: 0px 0px 20px 20px; border-style: none; border-color: -moz-use-text-color; float: right;" /&gt;
&lt;h3&gt;Installation -&lt;/h3&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Install in the normal way via Extensions--&amp;gt;Install/Uninstall.&lt;/li&gt;
&lt;li&gt;Enable the plugin via Extensions--&amp;gt;Plugin Manager.&lt;/li&gt;
&lt;li&gt;Fill in any text you may want in the text boxes.&lt;/li&gt;
&lt;li&gt;Choose whether you want the article titles and whether the title is linked.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;h3&gt;Example -&lt;/h3&gt;
&lt;br /&gt; Below you can see the plugin working if you refresh this page a few times.&lt;br /&gt; The html for this is as follows - (asterisk inserted to prevent parsing)
&lt;pre&gt;
&lt;ul&gt;
&lt;li&gt;{*jpageviews 00 none}&lt;/li&gt;
&lt;li&gt;{*jpageviews 58 none}&lt;/li&gt;
&lt;li&gt;{*jpageviews 22 none}&lt;/li&gt;
&lt;li&gt;{*jpageviews 239 none}&lt;/li&gt;
&lt;/ul&gt;
&lt;/pre&gt;
&lt;br /&gt;&lt;br /&gt;You can see a demo page here - &lt;a href="https://www.gjcwebdesign.com/vm2t2/index.php/jviews-test-page"&gt;J2.5 Pageview Demo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; If you have any comments, suggestions or need any help please use the &lt;a href="https://www.gjcwebdesign.com/index.php?option=com_flexicontact&amp;amp;view=contact&amp;amp;Itemid=111"&gt;support page&lt;/a&gt;. &lt;br /&gt;Thanks.</content>
	</entry>
	<entry>
		<title>A Joomla 2.5 Plugin to insert the rel="nofollow" attribute within outgoing links</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/639-joomla-25-rel-nofollow-plugin.html" rel="alternate" type="text/html"/>
		<published>2011-10-29T00:00:00Z</published>
		<updated>2011-10-29T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/639-joomla-25-rel-nofollow-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5&lt;/li&gt;
&lt;li&gt;plg_metaNoFollow&lt;/li&gt;
&lt;li&gt;&lt;img width="79" height="18" src="https://www.gjcwebdesign.com/images/downloads/joomla2.5.png" alt="joomla 2.5" class="jimage" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
We have successfully upgraded the Meta noFollow Plugin to work with Joomla 2.5. The "nofollow" is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index. &lt;br /&gt; It tells the search engines not to count this link in their search ranking calculations. &lt;br /&gt; This could be of use for your own search engine ranking if you had pages with many outward bound links.&lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="https://www.gjcwebdesign.com/j2.5-nofollow-plugin.html"&gt;Download&lt;/a&gt;&lt;/span&gt; - The price is ?8.00.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;img width="592" height="401" src="https://www.gjcwebdesign.com/images/meta_nofollow_joomla_plugin_2.5.png" alt="meta_nofollow_joomla_plugin_2.5" /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;How it works -&lt;/h3&gt;
&lt;br /&gt;
&lt;p&gt;If the page is from a category enabled via the parameters the plugin is parsed unless the page id is specifically excluded. If you need all categories to have no-follow insert a &amp;nbsp; &amp;nbsp;&lt;span style="font-family: 'courier new', courier;"&gt;all&lt;/span&gt; &amp;nbsp; in the text area.&lt;/p&gt;
&lt;p&gt;It also excludes any authors whose IDs are entered in the parameters.&lt;/p&gt;
&lt;p&gt;It parses the page content for links.&lt;/p&gt;
&lt;p&gt;It then inserts the rel="nofollow" attribute on any link that is not from the site, i.e. only external links.&lt;/p&gt;
&lt;br /&gt; &lt;span style="color: red;"&gt;N.B. &lt;/span&gt;&amp;nbsp;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;As with ALL Joomla plugins this ONLY operates on content.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;If you need the ability to make Menu items nofollow contact us for this solution.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h3&gt;Installation -&lt;/h3&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Install in the normal way via Extensions--&amp;gt;Install/Uninstall.&lt;/li&gt;
&lt;li&gt;Enable the plugin via Extensions--&amp;gt;Plugin Manager.&lt;/li&gt;
&lt;li&gt;Insert the category id of the articles you want to include the rel="nofollow" in. Insert &amp;nbsp;&lt;span style="font-family: 'courier new', courier;"&gt;all&lt;/span&gt; &amp;nbsp;if all categories are included.&lt;/li&gt;
&lt;li&gt;You can exclude particular articles by inserting their id in the 3rd text box.&lt;/li&gt;
&lt;li&gt;You can exclude particular authors by inserting their id in the 4th text box.&lt;/li&gt;
&lt;li&gt;Multiple id's should be comma separated, no spaces e.g. 3,4,5&lt;/li&gt;
&lt;li&gt;You can choose whether the external links open in a new window i.e. include the target="_blank" parameter.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;img width="200" height="200" title="Joomla 2.5 rel=nofollow Plugin logo" alt="Joomla-2.5-nofollow-plugin" src="https://www.gjcwebdesign.com/images/joomla/Joomla-2.5-nofollow-plugin.png" style="margin: 0px 0px 20px 20px; border-style: none; border-color: -moz-use-text-color; float: right;" /&gt;The links will be changed from -
&lt;div style="overflow: hidden; width: 400px;"&gt;
&lt;pre class="codesh"&gt;&amp;lt;a href="http://www.GJCWebdesign.com"&amp;gt;GJC Web Design&amp;lt;/a&amp;gt;&lt;br /&gt;to&lt;br /&gt;&amp;lt;a href="http://www.GJCWebdesign.com" rel="nofollow"&amp;gt;GJC Web Design&amp;lt;/a&amp;gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt; If you have any comments, suggestions or need any help please leave a comment below. &lt;br /&gt;Thanks.</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 2.5&lt;/li&gt;
&lt;li&gt;plg_metaNoFollow&lt;/li&gt;
&lt;li&gt;&lt;img width="79" height="18" src="https://www.gjcwebdesign.com/images/downloads/joomla2.5.png" alt="joomla 2.5" class="jimage" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
We have successfully upgraded the Meta noFollow Plugin to work with Joomla 2.5. The "nofollow" is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index. &lt;br /&gt; It tells the search engines not to count this link in their search ranking calculations. &lt;br /&gt; This could be of use for your own search engine ranking if you had pages with many outward bound links.&lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="https://www.gjcwebdesign.com/j2.5-nofollow-plugin.html"&gt;Download&lt;/a&gt;&lt;/span&gt; - The price is ?8.00.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;img width="592" height="401" src="https://www.gjcwebdesign.com/images/meta_nofollow_joomla_plugin_2.5.png" alt="meta_nofollow_joomla_plugin_2.5" /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;How it works -&lt;/h3&gt;
&lt;br /&gt;
&lt;p&gt;If the page is from a category enabled via the parameters the plugin is parsed unless the page id is specifically excluded. If you need all categories to have no-follow insert a &amp;nbsp; &amp;nbsp;&lt;span style="font-family: 'courier new', courier;"&gt;all&lt;/span&gt; &amp;nbsp; in the text area.&lt;/p&gt;
&lt;p&gt;It also excludes any authors whose IDs are entered in the parameters.&lt;/p&gt;
&lt;p&gt;It parses the page content for links.&lt;/p&gt;
&lt;p&gt;It then inserts the rel="nofollow" attribute on any link that is not from the site, i.e. only external links.&lt;/p&gt;
&lt;br /&gt; &lt;span style="color: red;"&gt;N.B. &lt;/span&gt;&amp;nbsp;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;As with ALL Joomla plugins this ONLY operates on content.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;If you need the ability to make Menu items nofollow contact us for this solution.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h3&gt;Installation -&lt;/h3&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Install in the normal way via Extensions--&amp;gt;Install/Uninstall.&lt;/li&gt;
&lt;li&gt;Enable the plugin via Extensions--&amp;gt;Plugin Manager.&lt;/li&gt;
&lt;li&gt;Insert the category id of the articles you want to include the rel="nofollow" in. Insert &amp;nbsp;&lt;span style="font-family: 'courier new', courier;"&gt;all&lt;/span&gt; &amp;nbsp;if all categories are included.&lt;/li&gt;
&lt;li&gt;You can exclude particular articles by inserting their id in the 3rd text box.&lt;/li&gt;
&lt;li&gt;You can exclude particular authors by inserting their id in the 4th text box.&lt;/li&gt;
&lt;li&gt;Multiple id's should be comma separated, no spaces e.g. 3,4,5&lt;/li&gt;
&lt;li&gt;You can choose whether the external links open in a new window i.e. include the target="_blank" parameter.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;img width="200" height="200" title="Joomla 2.5 rel=nofollow Plugin logo" alt="Joomla-2.5-nofollow-plugin" src="https://www.gjcwebdesign.com/images/joomla/Joomla-2.5-nofollow-plugin.png" style="margin: 0px 0px 20px 20px; border-style: none; border-color: -moz-use-text-color; float: right;" /&gt;The links will be changed from -
&lt;div style="overflow: hidden; width: 400px;"&gt;
&lt;pre class="codesh"&gt;&amp;lt;a href="http://www.GJCWebdesign.com"&amp;gt;GJC Web Design&amp;lt;/a&amp;gt;&lt;br /&gt;to&lt;br /&gt;&amp;lt;a href="http://www.GJCWebdesign.com" rel="nofollow"&amp;gt;GJC Web Design&amp;lt;/a&amp;gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt; If you have any comments, suggestions or need any help please leave a comment below. &lt;br /&gt;Thanks.</content>
	</entry>
	<entry>
		<title>A Joomla 1.7 Plugin to insert the rel="nofollow" attribute within outgoing links updated</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/640-a-joomla-17-plugin-to-insert-the-relqnofollowq-attribute-within-outgoing-links-updated.html" rel="alternate" type="text/html"/>
		<published>2011-10-29T00:00:00Z</published>
		<updated>2011-10-29T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/640-a-joomla-17-plugin-to-insert-the-relqnofollowq-attribute-within-outgoing-links-updated.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.7&lt;/li&gt;
&lt;li&gt;plg_metaNoFollow&lt;/li&gt;
&lt;li&gt;&lt;img class="jimage" alt="joomla1.6-1.7" src="https://www.gjcwebdesign.com/images/downloads/joomla1.6-1.7.png" height="21" width="152" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Our very popular Joomla nofollow plugin has been updated to Joomla 1.7 compatibility. The "nofollow" is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.&lt;br /&gt;We have now updated it to exclude chosen authors from having a nofollow link. &lt;br /&gt; 
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.7&lt;/li&gt;
&lt;li&gt;plg_metaNoFollow&lt;/li&gt;
&lt;li&gt;&lt;img class="jimage" alt="joomla1.6-1.7" src="https://www.gjcwebdesign.com/images/downloads/joomla1.6-1.7.png" height="21" width="152" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Our very popular Joomla nofollow plugin has been updated to Joomla 1.7 compatibility. The "nofollow" is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.&lt;br /&gt;We have now updated it to exclude chosen authors from having a nofollow link. &lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>How to use Joomla Plugins in VirtueMart 1.1</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/602-how-to-use-joomla-plugins-in-virtuemart-11.html" rel="alternate" type="text/html"/>
		<published>2011-06-09T16:43:18Z</published>
		<updated>2011-06-09T16:43:18Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/602-how-to-use-joomla-plugins-in-virtuemart-11.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VM 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Although VirtueMart 1.1 has a Configuration setting to enable content mambots / plugins in descriptions this only seems to work within the actual product description field.&lt;br /&gt;If you need the plugin to render elsewhere in VirtueMart do the following.&lt;br /&gt; 
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VM 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Although VirtueMart 1.1 has a Configuration setting to enable content mambots / plugins in descriptions this only seems to work within the actual product description field.&lt;br /&gt;If you need the plugin to render elsewhere in VirtueMart do the following.&lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>Book Review - Mastering Joomla! 1.5 Extension and Framework Development : 2nd Edition</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/539-book-review-mastering-joomla-15-extension-and-framework-development-2nd-edition.html" rel="alternate" type="text/html"/>
		<published>2010-11-28T00:00:00Z</published>
		<updated>2010-11-28T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/539-book-review-mastering-joomla-15-extension-and-framework-development-2nd-edition.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;&lt;a target="_blank" href="http://www.packtpub.com/mastering-joomla-1-5-extension-framework-development-2e/book/mid/191010723a4v?utm_source=gjcwebdesign.com&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_005194"&gt;Mastering Joomla! 1.5 Extension and Framework Development : 2nd Edition&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Packt Publishing's &lt;a target="_blank" href="http://www.packtpub.com/mastering-joomla-1-5-extension-framework-development-2e/book/mid/191010723a4v?utm_source=gjcwebdesign.com&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_005194"&gt;Mastering Joomla! 1.5 Extension and Framework Development : 2nd Edition&lt;/a&gt; by James Kennard is the heavy weight title in Packt's range of Joomla titles!&lt;br /&gt;This is a book for developers who want to know the full story of? Joomla 1.5 architecture.&lt;br /&gt;&lt;br /&gt; 
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;&lt;a target="_blank" href="http://www.packtpub.com/mastering-joomla-1-5-extension-framework-development-2e/book/mid/191010723a4v?utm_source=gjcwebdesign.com&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_005194"&gt;Mastering Joomla! 1.5 Extension and Framework Development : 2nd Edition&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Packt Publishing's &lt;a target="_blank" href="http://www.packtpub.com/mastering-joomla-1-5-extension-framework-development-2e/book/mid/191010723a4v?utm_source=gjcwebdesign.com&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_005194"&gt;Mastering Joomla! 1.5 Extension and Framework Development : 2nd Edition&lt;/a&gt; by James Kennard is the heavy weight title in Packt's range of Joomla titles!&lt;br /&gt;This is a book for developers who want to know the full story of? Joomla 1.5 architecture.&lt;br /&gt;&lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>Book Review - Building job sites with Joomla!</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/512-book-review-building-job-sites-with-joomla.html" rel="alternate" type="text/html"/>
		<published>2010-10-20T14:39:43Z</published>
		<updated>2010-10-20T14:39:43Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/512-book-review-building-job-sites-with-joomla.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Building job sites with Joomla!&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Packt Publishing's &lt;a target="_blank" href="http://www.packtpub.com/building-job-sites-with-joomla/book/mid/131010t74kvv?utm_source=gjcwebdesign.com&amp;utm_medium=bookrev&amp;utm_content=blog&amp;utm_campaign=mdb_005109"&gt;Building job sites with Joomla!,&lt;/a&gt; by Santonu Kumar Dhar covers a lot of ground!&lt;br /&gt;It tells you all you need to know about the Jobs! Pro component but also gives an excellent grounding on installing and configuring Joomla 1.5.&lt;br /&gt;&lt;br /&gt;  
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Building job sites with Joomla!&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Packt Publishing's &lt;a target="_blank" href="http://www.packtpub.com/building-job-sites-with-joomla/book/mid/131010t74kvv?utm_source=gjcwebdesign.com&amp;utm_medium=bookrev&amp;utm_content=blog&amp;utm_campaign=mdb_005109"&gt;Building job sites with Joomla!,&lt;/a&gt; by Santonu Kumar Dhar covers a lot of ground!&lt;br /&gt;It tells you all you need to know about the Jobs! Pro component but also gives an excellent grounding on installing and configuring Joomla 1.5.&lt;br /&gt;&lt;br /&gt;  
</content>
	</entry>
	<entry>
		<title>Installing and Configuring Joomla! 1.5 </title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/511--installing-and-configuring-joomla-15-.html" rel="alternate" type="text/html"/>
		<published>2010-10-16T10:43:02Z</published>
		<updated>2010-10-16T10:43:02Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/511--installing-and-configuring-joomla-15-.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Joomla Jobs!&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
by Santonu Kumar Dhar | September 2010 | Joomla! Open Source &lt;br /&gt; Before we start how to develop a jobsite with Joomla!, we need to  install and configure Joomla! 1.5 and Jobs! extension along with all of  its modules.&lt;br /&gt; 
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Joomla Jobs!&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
by Santonu Kumar Dhar | September 2010 | Joomla! Open Source &lt;br /&gt; Before we start how to develop a jobsite with Joomla!, we need to  install and configure Joomla! 1.5 and Jobs! extension along with all of  its modules.&lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>Joomla! 1.5 JavaScript jQuery book review</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/507-joomla-15-javascript-jquery-book-review.html" rel="alternate" type="text/html"/>
		<published>2010-10-07T00:00:00Z</published>
		<updated>2010-10-07T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/507-joomla-15-javascript-jquery-book-review.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Mod &amp; Comp build&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Packt Publishing's &lt;a href="https://www.packtpub.com/joomla-1-5-javascript-jquery/book?mid=160910v6b5rw&amp;utm_source=gjcwebdesign.com&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_004736"&gt;Joomla! 1.5 JavaScript jQuery&lt;/a&gt; by Jose Argudo Blanco is much more than the title suggests!&lt;br /&gt;It gives a very good grounding in jQuery modules &amp; plugins available, building your own Joomla 1.5 modules and components and intergrating various jQuery scripts and plugins into your Joomla 1.5 mods and components.&lt;br /&gt;&lt;br /&gt; 
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Mod &amp; Comp build&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Packt Publishing's &lt;a href="https://www.packtpub.com/joomla-1-5-javascript-jquery/book?mid=160910v6b5rw&amp;utm_source=gjcwebdesign.com&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_004736"&gt;Joomla! 1.5 JavaScript jQuery&lt;/a&gt; by Jose Argudo Blanco is much more than the title suggests!&lt;br /&gt;It gives a very good grounding in jQuery modules &amp; plugins available, building your own Joomla 1.5 modules and components and intergrating various jQuery scripts and plugins into your Joomla 1.5 mods and components.&lt;br /&gt;&lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>The Basics of Joomla! Module Creation and Creating a "Send us a question" Module </title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/506--the-basics-of-joomla-module-creation-and-creating-a-qsend-us-a-questionq-module-.html" rel="alternate" type="text/html"/>
		<published>2010-10-06T13:20:38Z</published>
		<updated>2010-10-06T13:20:38Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/506--the-basics-of-joomla-module-creation-and-creating-a-qsend-us-a-questionq-module-.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">by Jose Argudo Blanco | July 2010 | Joomla! Open Source &lt;br /&gt;&lt;br /&gt; To date, Joomla! has been well known as a great content management system (CMS). There are many sites using it throughout the world, some of them having great features that impress their visitors. Most of the time, these appealing and powerful features work thanks to JavaScript.&lt;br /&gt; 
</summary>
		<content type="html">by Jose Argudo Blanco | July 2010 | Joomla! Open Source &lt;br /&gt;&lt;br /&gt; To date, Joomla! has been well known as a great content management system (CMS). There are many sites using it throughout the world, some of them having great features that impress their visitors. Most of the time, these appealing and powerful features work thanks to JavaScript.&lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>A Joomla Module to show SOBI2 Category Descriptions - SOBI2 Show Category Descriptions</title>
		<link href="https://www.gjcwebdesign.com/sobi-cat-desc.html" rel="alternate" type="text/html"/>
		<published>2010-05-03T18:24:09Z</published>
		<updated>2010-05-03T18:24:09Z</updated>
		<id>https://www.gjcwebdesign.com/sobi-cat-desc.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Modules&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; We needed the ability to show the decriptions from each SOBI2 Categories of each item. Here is the result, the SOBI2 Show Category Descriptions Module.&lt;br /&gt; Now you can show any SOBI2 Category Description exactly where you want and configure which fields are displayed and style the display as you want it.&lt;br /&gt; 
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Modules&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; We needed the ability to show the decriptions from each SOBI2 Categories of each item. Here is the result, the SOBI2 Show Category Descriptions Module.&lt;br /&gt; Now you can show any SOBI2 Category Description exactly where you want and configure which fields are displayed and style the display as you want it.&lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>A Joomla 1.5 Plugin to insert the rel="nofollow" attribute within outgoing links updated</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/349-a-joomla-15-plugin-to-insert-the-relqnofollowq-attribute-within-outgoing-links-updated.html" rel="alternate" type="text/html"/>
		<published>2010-02-13T12:21:29Z</published>
		<updated>2010-02-13T12:21:29Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/349-a-joomla-15-plugin-to-insert-the-relqnofollowq-attribute-within-outgoing-links-updated.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;plg_metaNoFollow&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; The "nofollow" is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.&lt;br /&gt;We have now updated it to exclude chosen authors from having a nofollow link. &lt;br /&gt;</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;plg_metaNoFollow&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; The "nofollow" is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.&lt;br /&gt;We have now updated it to exclude chosen authors from having a nofollow link. &lt;br /&gt;</content>
	</entry>
	<entry>
		<title>A Joomla Module to show SOBI2 Category Contents - SOBI2 Show Category updated</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/340-a-joomla-module-to-show-sobi2-category-contents-sobi2-show-category-updated.html" rel="alternate" type="text/html"/>
		<published>2010-02-10T10:51:54Z</published>
		<updated>2010-02-10T10:51:54Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/340-a-joomla-module-to-show-sobi2-category-contents-sobi2-show-category-updated.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Modules&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The SOBI2 Show Category Contents Module has been updated to allow you to display the items by different parameters and order.&lt;br/&gt;
You can now show the required number of items orderd by date, id number or hits, ascending or descending.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Modules&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The SOBI2 Show Category Contents Module has been updated to allow you to display the items by different parameters and order.&lt;br/&gt;
You can now show the required number of items orderd by date, id number or hits, ascending or descending.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>Enable VirtueMart Paypal Notifications when Administrator folder is htaccess protected</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/331-enable-virtuemart-paypal-notifications-when-administrator-folder-is-htaccess-protected.html" rel="alternate" type="text/html"/>
		<published>2010-02-06T12:08:50Z</published>
		<updated>2010-02-06T12:08:50Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/331-enable-virtuemart-paypal-notifications-when-administrator-folder-is-htaccess-protected.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;li&gt;Paypal IPN&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The automatic notification of your Paypal payments received through your VirtueMart Shop will not work if your administrator folder is .htaccess protected (as it should be!).&lt;br/&gt;
Here's what you need to do to get it working.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;li&gt;Paypal IPN&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The automatic notification of your Paypal payments received through your VirtueMart Shop will not work if your administrator folder is .htaccess protected (as it should be!).&lt;br/&gt;
Here's what you need to do to get it working.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>Joomla 1.5 nofollow Plugin updated to include new window attribute</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/319-joomla-15-nofollow-plugin-updated-to-include-new-window-attribute.html" rel="alternate" type="text/html"/>
		<published>2010-01-25T09:46:28Z</published>
		<updated>2010-01-25T09:46:28Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/319-joomla-15-nofollow-plugin-updated-to-include-new-window-attribute.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Plugin noFollow&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
We have updated our Joomla 1.5 nofollow Plugin to include the ability to select whether the outgoing link opens in a new window or not.&lt;br/&gt;
This is set in the backend parameters.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Plugin noFollow&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
We have updated our Joomla 1.5 nofollow Plugin to include the ability to select whether the outgoing link opens in a new window or not.&lt;br/&gt;
This is set in the backend parameters.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>SOBI2 Show Category Contents module finally released</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/317-sobi2-show-category-contents-module-finally-released.html" rel="alternate" type="text/html"/>
		<published>2010-01-21T17:10:45Z</published>
		<updated>2010-01-21T17:10:45Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/317-sobi2-show-category-contents-module-finally-released.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Modules&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Sorry about the delay but today we finally released the SOBI2 Show Category Contents module.&lt;br/&gt;
As it's the first release and although it's been extensively tested, if there is a problem please report it immediately.&lt;br/&gt;
The price is ?10.



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Modules&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Sorry about the delay but today we finally released the SOBI2 Show Category Contents module.&lt;br/&gt;
As it's the first release and although it's been extensively tested, if there is a problem please report it immediately.&lt;br/&gt;
The price is ?10.



</content>
	</entry>
	<entry>
		<title>A Joomla Module to show SOBI2 Category Contents - SOBI2 Show Category</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/sobi2-show-category-module.html" rel="alternate" type="text/html"/>
		<published>2010-01-08T15:28:35Z</published>
		<updated>2010-01-08T15:28:35Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/sobi2-show-category-module.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Modules&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
We needed the ability to show items from particular SOBI2 Categories at the bottom of articles. Here is the result, the SOBI2 Show Category Contents Module.&lt;br/&gt;
Now you can show any SOBI2 Category exactly where you want and configure which fields are displayed and style the display as you want it.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Modules&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
We needed the ability to show items from particular SOBI2 Categories at the bottom of articles. Here is the result, the SOBI2 Show Category Contents Module.&lt;br/&gt;
Now you can show any SOBI2 Category exactly where you want and configure which fields are displayed and style the display as you want it.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>Joomlaxi Captcha 1.0 Released</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/299-joomlaxi-captcha-10-released.html" rel="alternate" type="text/html"/>
		<published>2009-12-30T19:16:06Z</published>
		<updated>2009-12-30T19:16:06Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/299-joomlaxi-captcha-10-released.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Captcha Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Have just tried the new Joomlaxi Captcha 1.0 Plugin and are totally impressed.&lt;br/&gt;
Works straight out of the box and should be part of Joomla Core.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Captcha Plugin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Have just tried the new Joomlaxi Captcha 1.0 Plugin and are totally impressed.&lt;br/&gt;
Works straight out of the box and should be part of Joomla Core.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>No menus appear for mod_product_categories VirtueMart</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/297-no-menus-appear-for-modproductcategories-virtuemart.html" rel="alternate" type="text/html"/>
		<published>2009-12-27T13:27:16Z</published>
		<updated>2009-12-27T13:27:16Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/297-no-menus-appear-for-modproductcategories-virtuemart.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
You install your VirtueMart mod_product_categories to have a nice drop down or flyout VirtueMart Categories menus but the only menu you can get to show is the simple list!&lt;br/&gt;




</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
You install your VirtueMart mod_product_categories to have a nice drop down or flyout VirtueMart Categories menus but the only menu you can get to show is the simple list!&lt;br/&gt;




</content>
	</entry>
	<entry>
		<title>New Joomla Show Images Module released</title>
		<link href="https://www.gjcwebdesign.com/new-mod-show-images-released.html" rel="alternate" type="text/html"/>
		<published>2009-12-20T20:22:33Z</published>
		<updated>2009-12-20T20:22:33Z</updated>
		<id>https://www.gjcwebdesign.com/new-mod-show-images-released.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Modules&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Today we released another free module.&lt;br/&gt;
A client ask for a module to show a set of images from a folder. There was nothing available from Joomla Extensions so we coded this.&lt;br/&gt;
I have no idea whether this would be useful to someone but here it is.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Modules&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Today we released another free module.&lt;br/&gt;
A client ask for a module to show a set of images from a folder. There was nothing available from Joomla Extensions so we coded this.&lt;br/&gt;
I have no idea whether this would be useful to someone but here it is.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>A Joomla Module to show images from a folder - Show Images</title>
		<link href="https://www.gjcwebdesign.com/show-images.html" rel="alternate" type="text/html"/>
		<published>2009-12-20T15:12:39Z</published>
		<updated>2009-12-20T15:12:39Z</updated>
		<id>https://www.gjcwebdesign.com/show-images.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Modules&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
A client ask for some how to show a set of images from a folder in a module. There was nothing available from Joomla Extensions so I wrote this.&lt;br/&gt;
I have no idea whether this would be useful to someone but here it is.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Modules&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
A client ask for some how to show a set of images from a folder in a module. There was nothing available from Joomla Extensions so I wrote this.&lt;br/&gt;
I have no idea whether this would be useful to someone but here it is.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>Separate links for Briask ImageSlideShow module images Part 2</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/278-separate-links-for-briask-imageslideshow-module-images-part-2.html" rel="alternate" type="text/html"/>
		<published>2009-12-14T13:19:11Z</published>
		<updated>2009-12-14T13:19:11Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/278-separate-links-for-briask-imageslideshow-module-images-part-2.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The ImageSlideShow module from briask.com is an excellent and simple image gallery which shows any images from a designated folder and have one link from the images. Clients (and I see on Briask's own forum) have asked whether it would be possible to have individual links to individual images.&lt;br/&gt;
This hack allows you to link any image to any url.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The ImageSlideShow module from briask.com is an excellent and simple image gallery which shows any images from a designated folder and have one link from the images. Clients (and I see on Briask's own forum) have asked whether it would be possible to have individual links to individual images.&lt;br/&gt;
This hack allows you to link any image to any url.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>Separate links for Briask ImageSlideShow module images</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/277-separate-links-for-briask-imageslideshow-images.html" rel="alternate" type="text/html"/>
		<published>2009-12-13T17:31:17Z</published>
		<updated>2009-12-13T17:31:17Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/277-separate-links-for-briask-imageslideshow-images.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The ImageSlideShow module from briask.com is an excellent and simple image gallery which shows any images from a designated folder and have one link from the images. Clients (and I see on Briask's own forum) have asked whether it would be possible to have individual links to individual images.&lt;br/&gt;
I've come up with a couple of ways.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The ImageSlideShow module from briask.com is an excellent and simple image gallery which shows any images from a designated folder and have one link from the images. Clients (and I see on Briask's own forum) have asked whether it would be possible to have individual links to individual images.&lt;br/&gt;
I've come up with a couple of ways.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>Wrong currency symbol shown in VirtueMart Paypal checkout</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/276-wrong-currency-symbol-shown-in-virtuemart-paypal-checkout.html" rel="alternate" type="text/html"/>
		<published>2009-12-10T12:35:41Z</published>
		<updated>2009-12-10T12:35:41Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/276-wrong-currency-symbol-shown-in-virtuemart-paypal-checkout.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; This is actually a major bug in the VirtueMart Paypal integration. In a multi-currency store the currency symbol is completely ignored by the Paypal payment module and is passed as the VirtueMart store default currency symbol&lt;br /&gt; I found this solution in the VirtueMart Forums.&lt;br /&gt; 
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; This is actually a major bug in the VirtueMart Paypal integration. In a multi-currency store the currency symbol is completely ignored by the Paypal payment module and is passed as the VirtueMart store default currency symbol&lt;br /&gt; I found this solution in the VirtueMart Forums.&lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>Disable Joomla php error reporting with @ (at) symbol</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/274-disable-joomla-php-error-reporting-with-at-symbol.html" rel="alternate" type="text/html"/>
		<published>2009-12-07T11:00:21Z</published>
		<updated>2009-12-07T11:00:21Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/274-disable-joomla-php-error-reporting-with-at-symbol.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
I have had a couple of occasions when uncooperative, client chosen hosts have overridden the Joomla error reporting setting.&lt;br/&gt;
In this case unimportant "Notice" errors can be disabled from within the code.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
I have had a couple of occasions when uncooperative, client chosen hosts have overridden the Joomla error reporting setting.&lt;br/&gt;
In this case unimportant "Notice" errors can be disabled from within the code.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>Change the VirtueMart Currency Symbols for Multi-Currency</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/273-change-the-virtuemart-currency-symbols-for-multi-currency.html" rel="alternate" type="text/html"/>
		<published>2009-12-03T08:44:53Z</published>
		<updated>2009-12-03T08:44:53Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/273-change-the-virtuemart-currency-symbols-for-multi-currency.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The VirtueMart default currency symbol is configured in the Admin--&gt;Store--&gt;Edit Store--&gt;Currency Display Style but in a multi-currency Shop you just have the default currency symbols like EUR and USD for the other currencies.&lt;br/&gt;
I found this hack to solve this in the VirtueMart forums.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The VirtueMart default currency symbol is configured in the Admin--&gt;Store--&gt;Edit Store--&gt;Currency Display Style but in a multi-currency Shop you just have the default currency symbols like EUR and USD for the other currencies.&lt;br/&gt;
I found this hack to solve this in the VirtueMart forums.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>Select VirtueMart Currency By Language</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/272-virtuemart-currency-by-language.html" rel="alternate" type="text/html"/>
		<published>2009-12-01T22:00:12Z</published>
		<updated>2009-12-01T22:00:12Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/272-virtuemart-currency-by-language.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Joomfish 2.0&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Have seen a few times the request for the VirtueMart currency to be set by the chosen language.&lt;br/&gt;
After a fair amount of trial and error I've finally got this to work.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Joomfish 2.0&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Have seen a few times the request for the VirtueMart currency to be set by the chosen language.&lt;br/&gt;
After a fair amount of trial and error I've finally got this to work.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>Joomla &amp; VirtueMart How To's by RSS Feed</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/265-joomla-a-virtuemart-how-tos-by-rss-feed.html" rel="alternate" type="text/html"/>
		<published>2009-11-29T20:51:27Z</published>
		<updated>2009-11-29T20:51:27Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/265-joomla-a-virtuemart-how-tos-by-rss-feed.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
We at GJC Web Design are pleased to announce that all our tips and how to's are available by RSS feed.&lt;br/&gt;
Simply click the &lt;a style="" href="http://feeds.feedburner.com/JoomlaVirtueMartHowTos" title="Subscribe to Joomla &amp; VirtueMart how to's" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="Subscribe to Joomla &amp; VirtueMart how to's" style="border:0"/&gt;&lt;/a&gt; Feedburner icon on the top right to subscribe to our RSS service or enter your email address to be notified when new articles are added.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
We at GJC Web Design are pleased to announce that all our tips and how to's are available by RSS feed.&lt;br/&gt;
Simply click the &lt;a style="" href="http://feeds.feedburner.com/JoomlaVirtueMartHowTos" title="Subscribe to Joomla &amp; VirtueMart how to's" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="Subscribe to Joomla &amp; VirtueMart how to's" style="border:0"/&gt;&lt;/a&gt; Feedburner icon on the top right to subscribe to our RSS service or enter your email address to be notified when new articles are added.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>How to Customize the VirtueMart Home Page (Shop Page)</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/264-how-to-customize-the-virtuemart-home-page-shop-page.html" rel="alternate" type="text/html"/>
		<published>2009-11-28T15:09:44Z</published>
		<updated>2009-11-28T15:09:44Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/264-how-to-customize-the-virtuemart-home-page-shop-page.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
If you make a link just to the VirtueMart component as many do as a Front Page to their shop you get a rather boring list of top level categories and/or category thumbnails.&lt;br/&gt;
It can be made a lot more interesting and helpful to your visitor.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
If you make a link just to the VirtueMart component as many do as a Front Page to their shop you get a rather boring list of top level categories and/or category thumbnails.&lt;br/&gt;
It can be made a lot more interesting and helpful to your visitor.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>VirtueMart 1.1 Product Reviews message when not logged in</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/257-virtuemart-11-product-reviews-message-when-not-logged-in.html" rel="alternate" type="text/html"/>
		<published>2009-11-14T17:43:21Z</published>
		<updated>2009-11-14T17:43:21Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/257-virtuemart-11-product-reviews-message-when-not-logged-in.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
If your using JoomlaWorks Tabs for your VirtueMart product pages and a separate tab for adding a product review, if your not logged in the tab is just blank.&lt;br/&gt;
Here's how to leave a message like "You must be logged in to leave a review".&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
If your using JoomlaWorks Tabs for your VirtueMart product pages and a separate tab for adding a product review, if your not logged in the tab is just blank.&lt;br/&gt;
Here's how to leave a message like "You must be logged in to leave a review".&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>How to show correct modules on ccNewsletter thank you pages</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/250-how-to-show-correct-modules-on-ccnewsletter-thank-you-pages.html" rel="alternate" type="text/html"/>
		<published>2009-11-04T11:15:44Z</published>
		<updated>2009-11-04T11:15:44Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/250-how-to-show-correct-modules-on-ccnewsletter-thank-you-pages.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;ccNewsletter&lt;li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
If you have different module layouts on different pages the thank you and other acknowledgement messages (subscribe, un-subscribe etc ) from ccNewsletter component won't return the correct module layout.&lt;br/&gt;
This is because the return urls are lacking an Itemid.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;ccNewsletter&lt;li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
If you have different module layouts on different pages the thank you and other acknowledgement messages (subscribe, un-subscribe etc ) from ccNewsletter component won't return the correct module layout.&lt;br/&gt;
This is because the return urls are lacking an Itemid.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>How to add the VirtueMart Breadcrumbs to the Browse Pages</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/247-how-to-add-the-virtuemart-breadcrumbs-to-the-browse-pages.html" rel="alternate" type="text/html"/>
		<published>2009-10-27T17:44:11Z</published>
		<updated>2009-10-27T17:44:11Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/247-how-to-add-the-virtuemart-breadcrumbs-to-the-browse-pages.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Adding the Virtuemart Breadcrumbs to your Browse pages is not native to Virtuemart.&lt;br/&gt;
Here are the steps and files needed to achieve this.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Adding the Virtuemart Breadcrumbs to your Browse pages is not native to Virtuemart.&lt;br/&gt;
Here are the steps and files needed to achieve this.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>How to find a Whois Server response for automated lookup</title>
		<link href="https://www.gjcwebdesign.com/whois-server-response.html" rel="alternate" type="text/html"/>
		<published>2009-10-22T10:04:37Z</published>
		<updated>2009-10-22T10:04:37Z</updated>
		<id>https://www.gjcwebdesign.com/whois-server-response.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5 + 1.0&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
When I was installing the new Whois Lookup Module I noticed a real lack of documentation on how to discover the correct server response from the various Whois servers .&lt;br/&gt;
I set out below how to do this.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5 + 1.0&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
When I was installing the new Whois Lookup Module I noticed a real lack of documentation on how to discover the correct server response from the various Whois servers .&lt;br/&gt;
I set out below how to do this.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>Changing the Joomla Offline page how to</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/239-changing-the-joomla-offline-page-how-to.html" rel="alternate" type="text/html"/>
		<published>2009-10-19T11:30:50Z</published>
		<updated>2009-10-19T11:30:50Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/239-changing-the-joomla-offline-page-how-to.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; When you take your Joomla site "Offline" it is nice to have a page that fits in with your site design and explains to the visitor whats going on.&lt;br /&gt; Here are the steps and files needed to achieve this.&lt;br /&gt;</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; When you take your Joomla site "Offline" it is nice to have a page that fits in with your site design and explains to the visitor whats going on.&lt;br /&gt; Here are the steps and files needed to achieve this.&lt;br /&gt;</content>
	</entry>
	<entry>
		<title>How to enable Content Plugins in your VirtueMart Flypage</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/206-how-to-enable-content-plugins-in-your-virtuemart-flypage.html" rel="alternate" type="text/html"/>
		<published>2009-09-17T15:25:47Z</published>
		<updated>2009-09-17T15:25:47Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/206-how-to-enable-content-plugins-in-your-virtuemart-flypage.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
If you enable Joomla Plugins via the VirtueMart Configuration this only enables them for the description etc of your flypage when it comes to the JoomlaWorks "Tabs &amp; Slides" Plugin.&lt;br/&gt;

A bit of extra code is required.&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;


</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
If you enable Joomla Plugins via the VirtueMart Configuration this only enables them for the description etc of your flypage when it comes to the JoomlaWorks "Tabs &amp; Slides" Plugin.&lt;br/&gt;

A bit of extra code is required.&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;


</content>
	</entry>
	<entry>
		<title>VirtueMart 1.1 router.php returns to shop page</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/202-virtuemart-11-routerphp-returns-to-shop-page.html" rel="alternate" type="text/html"/>
		<published>2009-09-12T00:00:00Z</published>
		<updated>2009-09-12T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/202-virtuemart-11-routerphp-returns-to-shop-page.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The new "&lt;a href="http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/7512"&gt;Joomla inbuilt SEF Router for Virtuemart&lt;/a&gt;" works problem free apart from re-directing to the "component=com_virtuemart" page when you click the "Checkout" button".&lt;br/&gt;

The problem is the router.php re-writes the url to "http://www.yourshop.com/shop/checkout/ssl_redirect".&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;


</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The new "&lt;a href="http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/7512"&gt;Joomla inbuilt SEF Router for Virtuemart&lt;/a&gt;" works problem free apart from re-directing to the "component=com_virtuemart" page when you click the "Checkout" button".&lt;br/&gt;

The problem is the router.php re-writes the url to "http://www.yourshop.com/shop/checkout/ssl_redirect".&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;


</content>
	</entry>
	<entry>
		<title>Double entry in Joomla Breadcrumbs with VirtueMart 1.1</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/197-double-entry-joomla-breadcrumbs.html" rel="alternate" type="text/html"/>
		<published>2009-09-04T00:00:00Z</published>
		<updated>2009-09-04T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/197-double-entry-joomla-breadcrumbs.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
When you make a normal VirtueMart category menu a double entry (iteration) appears in the Joomla breadcrumbs.&lt;br/&gt;

I found this solution in the VirtueMart forums.&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;


</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
When you make a normal VirtueMart category menu a double entry (iteration) appears in the Joomla breadcrumbs.&lt;br/&gt;

I found this solution in the VirtueMart forums.&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;


</content>
	</entry>
	<entry>
		<title>How to make a login link Joomla 1.5</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/173-how-to-make-a-login-link-joomla-15.html" rel="alternate" type="text/html"/>
		<published>2009-08-09T00:00:00Z</published>
		<updated>2009-08-09T00:00:00Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/173-how-to-make-a-login-link-joomla-15.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;com_user&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; How to make a login link in Joomla 1.5 is asked quite regularly in forums.&lt;br /&gt; Here's how to do it and add a bit of interactivity with the user.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; 
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;com_user&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; How to make a login link in Joomla 1.5 is asked quite regularly in forums.&lt;br /&gt; Here's how to do it and add a bit of interactivity with the user.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>Joomla! 1.5 Template Design &amp; AJAX</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/148-joomla-15-template-design-a-ajax.html" rel="alternate" type="text/html"/>
		<published>2009-07-17T05:42:50Z</published>
		<updated>2009-07-17T05:42:50Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/148-joomla-15-template-design-a-ajax.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Template Design&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Packt Publishing's brand new &lt;a href="http://www.packtpub.com/joomla-1-5-template-design-2nd-edition/book/mid/180709uur5nd"&gt;Joomla! 1.5 Template Design&lt;/a&gt; by Tessa Blakeley Silver is the book we've all be waiting for.
&lt;br/&gt;Here is an excert explaining how to take advantage of AJAX on in Joomla! 1.5 template.&lt;br/&gt;&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Template Design&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Packt Publishing's brand new &lt;a href="http://www.packtpub.com/joomla-1-5-template-design-2nd-edition/book/mid/180709uur5nd"&gt;Joomla! 1.5 Template Design&lt;/a&gt; by Tessa Blakeley Silver is the book we've all be waiting for.
&lt;br/&gt;Here is an excert explaining how to take advantage of AJAX on in Joomla! 1.5 template.&lt;br/&gt;&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>No Thumbnail Images in VirtueMart Category view</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/127-no-thumbnail-images-in-virtuemart-category-view.html" rel="alternate" type="text/html"/>
		<published>2009-06-28T16:36:47Z</published>
		<updated>2009-06-28T16:36:47Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/127-no-thumbnail-images-in-virtuemart-category-view.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Virtuemart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
No thumbnail images plus the no lightbox image in the VirtueMart details view is one of the most asked questions on the VirtueMart forums.And one of the least answered.&lt;br/&gt;&lt;br/&gt;




</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Virtuemart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
No thumbnail images plus the no lightbox image in the VirtueMart details view is one of the most asked questions on the VirtueMart forums.And one of the least answered.&lt;br/&gt;&lt;br/&gt;




</content>
	</entry>
	<entry>
		<title>Joomla! Template Design book review</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/107-joomla-template-design-book-review.html" rel="alternate" type="text/html"/>
		<published>2009-06-04T09:08:20Z</published>
		<updated>2009-06-04T09:08:20Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/107-joomla-template-design-book-review.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.0&lt;/li&gt;
&lt;li&gt;Template Design&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
I've just read Packt Publishing's &lt;a href="http://www.packtpub.com/Joomla-Template-Design-open-source-PHP-MySQL/book/mid/200409grf9rp"&gt;Joomla! Template Design&lt;/a&gt; by Tessa Blakeley Silver.
&lt;br/&gt;This book goes into all aspects of a custom Joomla 1.0 template design process from initial design ideas through to the final packaging for distribution and installation.&lt;br/&gt;&lt;br/&gt;
After reading this book you will be well on the way to building your own template designs within the Joomla 1.0 environment.&lt;br/&gt;


</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.0&lt;/li&gt;
&lt;li&gt;Template Design&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
I've just read Packt Publishing's &lt;a href="http://www.packtpub.com/Joomla-Template-Design-open-source-PHP-MySQL/book/mid/200409grf9rp"&gt;Joomla! Template Design&lt;/a&gt; by Tessa Blakeley Silver.
&lt;br/&gt;This book goes into all aspects of a custom Joomla 1.0 template design process from initial design ideas through to the final packaging for distribution and installation.&lt;br/&gt;&lt;br/&gt;
After reading this book you will be well on the way to building your own template designs within the Joomla 1.0 environment.&lt;br/&gt;


</content>
	</entry>
	<entry>
		<title>Joomla! 1.5 Template Design book review</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/243-joomla-15-template-design-book-review.html" rel="alternate" type="text/html"/>
		<published>2009-06-04T09:08:20Z</published>
		<updated>2009-06-04T09:08:20Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/243-joomla-15-template-design-book-review.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Template Design&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Packt Publishing's &lt;a href="http://www.packtpub.com/joomla-1-5-template-design-2nd-edition/book/mid/180709uur5nd"&gt;Joomla! 1.5 Template Design&lt;/a&gt; by Tessa Blakeley Silver is out at last. &lt;br /&gt;Now that Joomla 1.0 is long dead there has been a real need for a concise book on the Joomla 1.5 Template design process.&lt;br /&gt;And this is the book you need!&lt;br /&gt;&lt;br /&gt; 
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Template Design&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; Packt Publishing's &lt;a href="http://www.packtpub.com/joomla-1-5-template-design-2nd-edition/book/mid/180709uur5nd"&gt;Joomla! 1.5 Template Design&lt;/a&gt; by Tessa Blakeley Silver is out at last. &lt;br /&gt;Now that Joomla 1.0 is long dead there has been a real need for a concise book on the Joomla 1.5 Template design process.&lt;br /&gt;And this is the book you need!&lt;br /&gt;&lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>Identifying Key Elements for Joomla! Template Design</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/99-identifying-key-elements-for-joomla-template-design.html" rel="alternate" type="text/html"/>
		<published>2009-05-29T19:09:57Z</published>
		<updated>2009-05-29T19:09:57Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/99-identifying-key-elements-for-joomla-template-design.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.0&lt;/li&gt;
&lt;li&gt;Templates&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Before beginning the actual coding of the template you need to get an overall idea of where everything will be and how it will look.&lt;br/&gt;
But thanks to &lt;a href="http://www.packtpub.com/"&gt;Packt Publishing&lt;/a&gt; I can publish the relevant chapter from "&lt;a href="http://www.packtpub.com/Joomla-Template-Design-open-source-PHP-MySQL/book/mid/200409grf9rp"&gt;Joomla! Template Design&lt;/a&gt;" by Tessa Blakeley Silver.


</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.0&lt;/li&gt;
&lt;li&gt;Templates&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
Before beginning the actual coding of the template you need to get an overall idea of where everything will be and how it will look.&lt;br/&gt;
But thanks to &lt;a href="http://www.packtpub.com/"&gt;Packt Publishing&lt;/a&gt; I can publish the relevant chapter from "&lt;a href="http://www.packtpub.com/Joomla-Template-Design-open-source-PHP-MySQL/book/mid/200409grf9rp"&gt;Joomla! Template Design&lt;/a&gt;" by Tessa Blakeley Silver.


</content>
	</entry>
	<entry>
		<title>How to Style the  Joomla 1.5 Breadcrumbs Display</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/82-style-joomla-breadcrumbs.html" rel="alternate" type="text/html"/>
		<published>2009-05-11T12:17:10Z</published>
		<updated>2009-05-11T12:17:10Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/82-style-joomla-breadcrumbs.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;mod_breadcrumbs&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The standard Joomla 1.5 breadcrumbs display can be quite plain.&lt;br/&gt;

Here's how to brighten it up a bit.&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;


</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;mod_breadcrumbs&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The standard Joomla 1.5 breadcrumbs display can be quite plain.&lt;br/&gt;

Here's how to brighten it up a bit.&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;


</content>
	</entry>
	<entry>
		<title>Adding Back Buttons to VirtueMart 1.1 Account Maintenance pages</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/75-adding-back-buttons-to-virtuemart-1-1-account-maintenance-pages.html" rel="alternate" type="text/html"/>
		<published>2009-05-05T12:21:15Z</published>
		<updated>2009-05-05T12:21:15Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/75-adding-back-buttons-to-virtuemart-1-1-account-maintenance-pages.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.0 &amp; 1.5&lt;/li&gt;
&lt;li&gt;Virtuemart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
When the customers of VirtueMart alter their Account Information or Shipping Address it is nice to have a "Back" button along side the submit button for when the want to just check their info without altering it.&lt;br/&gt;&lt;br/&gt;

Part of the "delight" of Virtuemart is finding where the coding 
&lt;br/&gt;is done for any particular element.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.0 &amp; 1.5&lt;/li&gt;
&lt;li&gt;Virtuemart 1.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
When the customers of VirtueMart alter their Account Information or Shipping Address it is nice to have a "Back" button along side the submit button for when the want to just check their info without altering it.&lt;br/&gt;&lt;br/&gt;

Part of the "delight" of Virtuemart is finding where the coding 
&lt;br/&gt;is done for any particular element.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>Improved configuration of the VirtueMart 1.1 Paypal payment module</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/66-configuration-paypal-payment-module-virtuemart.html" rel="alternate" type="text/html"/>
		<published>2009-04-28T07:26:45Z</published>
		<updated>2009-04-28T07:26:45Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/66-configuration-paypal-payment-module-virtuemart.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.0 + 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;li&gt;PayPal payment module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; The configuration for the Paypal payment module shipped with VirtueMart 1.1 is extremely basic, providing very little information for the customer and even misleading information e.g. no matter how many products the customer buys the Paypal interface shows Quantity : 1.&lt;br /&gt;&lt;br /&gt; With a few changes the Paypal payment method can be much more informative.&lt;br /&gt; 
</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.0 + 1.5&lt;/li&gt;
&lt;li&gt;VirtueMart 1.1&lt;/li&gt;
&lt;li&gt;PayPal payment module&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; The configuration for the Paypal payment module shipped with VirtueMart 1.1 is extremely basic, providing very little information for the customer and even misleading information e.g. no matter how many products the customer buys the Paypal interface shows Quantity : 1.&lt;br /&gt;&lt;br /&gt; With a few changes the Paypal payment method can be much more informative.&lt;br /&gt; 
</content>
	</entry>
	<entry>
		<title>How to pass Joomla 1.0 parameters to an iframe (wrapper) page</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/65-joomla-10-wrapper-pass-parameters.html" rel="alternate" type="text/html"/>
		<published>2009-04-27T10:43:23Z</published>
		<updated>2009-04-27T10:43:23Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/65-joomla-10-wrapper-pass-parameters.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.0&lt;/li&gt;
&lt;li&gt;com_wrapper&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
If we are using an iframe (wrapper) within our content we sometimes need to pass Joomla parameters to the called page.&lt;br/&gt;&lt;br/&gt;

If were still using Joomla 1.0 we have to change the core files.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.0&lt;/li&gt;
&lt;li&gt;com_wrapper&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
If we are using an iframe (wrapper) within our content we sometimes need to pass Joomla parameters to the called page.&lt;br/&gt;&lt;br/&gt;

If were still using Joomla 1.0 we have to change the core files.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>A Joomla 1.5 Plugin to show the number of page views anywhere in your content</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/joomla-15-jpageviews-plugin.html" rel="alternate" type="text/html"/>
		<published>2009-04-25T19:23:16Z</published>
		<updated>2009-04-25T19:23:16Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/joomla-15-jpageviews-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;plg_jpageviews&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;br /&gt; This Joomla 1.5 Plugin allows you, with just a short tag, to insert the number of page views (hits) of any article along with the linked title to the page.&lt;br /&gt; As well some standard text can be included before and after the page views number and a left or right float can be specified.   &lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="http://www.gjcwebdesign.com/j1.5-jpageviews-plugin.html"&gt;Download&lt;/a&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;Price &amp;euro;8.00 &lt;br /&gt;&lt;br /&gt; &lt;img style="margin: 0px 100px 20px 100px; float:right;border:none;" src="https://www.gjcwebdesign.com/images/joomla/jpageviews_parameters.png" alt="Joomla 1.5 page views hits Plugin" title="Joomla 1.5 page views hits Plugin" height="323px" width="430px" /&gt; &lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;How it works -&lt;/h3&gt;
&lt;br /&gt; 
&lt;ul&gt;
&lt;li&gt;It replaces a unique tag {*jpageviews 00 none} (asterisk inserted to prevent parsing) with the number of page views (hits) of the chosen article along, optionally, with the linked title to the page.&lt;/li&gt;
&lt;li&gt; &lt;/li&gt;
&lt;li&gt;If the required page views (hits) is the currently displayed page then the number to insert is 00.&lt;/li&gt;
&lt;li&gt;If you require another page then insert that article id number.&lt;/li&gt;
&lt;li&gt;If you require a &lt;em&gt;left&lt;/em&gt; or &lt;em&gt;right&lt;/em&gt; float then use those words, otherwise use &lt;em&gt;none&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;The text boxes accept html so if you wanted a different text colour, font etc you could apply a class and style it in your css sheet or just add a span styling in the first and last text box.&lt;br /&gt;&lt;br /&gt; e.g. 1st text box - &amp;lt;span style="color:red;"&amp;gt;The number of hits for &lt;br /&gt; 3rd text box  - visitors.&amp;lt;/span&amp;gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;img style="margin: 0px 0px 20px 20px; float:right;border:none;" src="https://www.gjcwebdesign.com/images/joomla/jpageviews_200.png" alt="Joomla 1.5 page views hits Plugin logo" title="Joomla 1.5 page views hits Plugin logo" height="200px" width="200px" /&gt;
&lt;h3&gt;Installation -&lt;/h3&gt;
&lt;br /&gt; 
&lt;ul&gt;
&lt;li&gt;Install in the normal way via Extensions--&amp;gt;Install/Uninstall.&lt;/li&gt;
&lt;li&gt;Enable the plugin via Extensions--&amp;gt;Plugin Manager.&lt;/li&gt;
&lt;li&gt;Fill in any text you may want in the text boxes.&lt;/li&gt;
&lt;li&gt;Choose whether you want the article titles and whether the title is linked.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;h3&gt;Example -&lt;/h3&gt;
&lt;br /&gt; Below you can see the plugin working if you refresh this page a few times.&lt;br /&gt; The html for this is as follows - (asterisk inserted to prevent parsing)
&lt;pre xml:html&gt;  
&lt;ul&gt;
&lt;li&gt;{*jpageviews 00 none}&lt;/li&gt;
&lt;li&gt;{*jpageviews 58 none}&lt;/li&gt;
&lt;li&gt;{*jpageviews 22 none}&lt;/li&gt;
&lt;li&gt;{*jpageviews 239 none}&lt;/li&gt;
&lt;/ul&gt;
&lt;/pre&gt;
&lt;br /&gt;&lt;br /&gt; Here the plugin is parsing the tags -&lt;br /&gt; 
&lt;ul&gt;
&lt;li&gt;{jpageviews 00 none}&lt;/li&gt;
&lt;li&gt;{jpageviews 58 none}&lt;/li&gt;
&lt;li&gt;{jpageviews 22 none}&lt;/li&gt;
&lt;li&gt;{jpageviews 239 none}&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Updates&lt;/h3&gt;
&lt;em&gt;Version 1.1&lt;/em&gt; &lt;br /&gt; Oh happy days, problem with more than 2 digits in the Page ID fixed, just un-install the old version, download version 1.1 and install.  &lt;br /&gt; All your page codes will still work. The last example above has a page ID of 239. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;

If you have any comments, suggestions or need any help please leave a comment below. &lt;br /&gt; If you use it on a commercial site please leave a small donation. &lt;br /&gt;Thanks.</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;plg_jpageviews&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;br /&gt; This Joomla 1.5 Plugin allows you, with just a short tag, to insert the number of page views (hits) of any article along with the linked title to the page.&lt;br /&gt; As well some standard text can be included before and after the page views number and a left or right float can be specified.   &lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="http://www.gjcwebdesign.com/j1.5-jpageviews-plugin.html"&gt;Download&lt;/a&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;Price &amp;euro;8.00 &lt;br /&gt;&lt;br /&gt; &lt;img style="margin: 0px 100px 20px 100px; float:right;border:none;" src="https://www.gjcwebdesign.com/images/joomla/jpageviews_parameters.png" alt="Joomla 1.5 page views hits Plugin" title="Joomla 1.5 page views hits Plugin" height="323px" width="430px" /&gt; &lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;How it works -&lt;/h3&gt;
&lt;br /&gt; 
&lt;ul&gt;
&lt;li&gt;It replaces a unique tag {*jpageviews 00 none} (asterisk inserted to prevent parsing) with the number of page views (hits) of the chosen article along, optionally, with the linked title to the page.&lt;/li&gt;
&lt;li&gt; &lt;/li&gt;
&lt;li&gt;If the required page views (hits) is the currently displayed page then the number to insert is 00.&lt;/li&gt;
&lt;li&gt;If you require another page then insert that article id number.&lt;/li&gt;
&lt;li&gt;If you require a &lt;em&gt;left&lt;/em&gt; or &lt;em&gt;right&lt;/em&gt; float then use those words, otherwise use &lt;em&gt;none&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;The text boxes accept html so if you wanted a different text colour, font etc you could apply a class and style it in your css sheet or just add a span styling in the first and last text box.&lt;br /&gt;&lt;br /&gt; e.g. 1st text box - &amp;lt;span style="color:red;"&amp;gt;The number of hits for &lt;br /&gt; 3rd text box  - visitors.&amp;lt;/span&amp;gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;img style="margin: 0px 0px 20px 20px; float:right;border:none;" src="https://www.gjcwebdesign.com/images/joomla/jpageviews_200.png" alt="Joomla 1.5 page views hits Plugin logo" title="Joomla 1.5 page views hits Plugin logo" height="200px" width="200px" /&gt;
&lt;h3&gt;Installation -&lt;/h3&gt;
&lt;br /&gt; 
&lt;ul&gt;
&lt;li&gt;Install in the normal way via Extensions--&amp;gt;Install/Uninstall.&lt;/li&gt;
&lt;li&gt;Enable the plugin via Extensions--&amp;gt;Plugin Manager.&lt;/li&gt;
&lt;li&gt;Fill in any text you may want in the text boxes.&lt;/li&gt;
&lt;li&gt;Choose whether you want the article titles and whether the title is linked.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;h3&gt;Example -&lt;/h3&gt;
&lt;br /&gt; Below you can see the plugin working if you refresh this page a few times.&lt;br /&gt; The html for this is as follows - (asterisk inserted to prevent parsing)
&lt;pre xml:html&gt;  
&lt;ul&gt;
&lt;li&gt;{*jpageviews 00 none}&lt;/li&gt;
&lt;li&gt;{*jpageviews 58 none}&lt;/li&gt;
&lt;li&gt;{*jpageviews 22 none}&lt;/li&gt;
&lt;li&gt;{*jpageviews 239 none}&lt;/li&gt;
&lt;/ul&gt;
&lt;/pre&gt;
&lt;br /&gt;&lt;br /&gt; Here the plugin is parsing the tags -&lt;br /&gt; 
&lt;ul&gt;
&lt;li&gt;{jpageviews 00 none}&lt;/li&gt;
&lt;li&gt;{jpageviews 58 none}&lt;/li&gt;
&lt;li&gt;{jpageviews 22 none}&lt;/li&gt;
&lt;li&gt;{jpageviews 239 none}&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Updates&lt;/h3&gt;
&lt;em&gt;Version 1.1&lt;/em&gt; &lt;br /&gt; Oh happy days, problem with more than 2 digits in the Page ID fixed, just un-install the old version, download version 1.1 and install.  &lt;br /&gt; All your page codes will still work. The last example above has a page ID of 239. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;

If you have any comments, suggestions or need any help please leave a comment below. &lt;br /&gt; If you use it on a commercial site please leave a small donation. &lt;br /&gt;Thanks.</content>
	</entry>
	<entry>
		<title>How to pass Joomla 1.5 parameters to an iframe (wrapper) page</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/61-joomla-wrapper-pass-parameters.html" rel="alternate" type="text/html"/>
		<published>2009-04-23T15:13:58Z</published>
		<updated>2009-04-23T15:13:58Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/61-joomla-wrapper-pass-parameters.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;com_wrapper&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
If we are using an iframe (wrapper) within our content we sometimes need to pass Joomla parameters to the called page.&lt;br/&gt;&lt;br/&gt;

By using Joomla's template override system we don't have to touch any core files.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;com_wrapper&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
If we are using an iframe (wrapper) within our content we sometimes need to pass Joomla parameters to the called page.&lt;br/&gt;&lt;br/&gt;

By using Joomla's template override system we don't have to touch any core files.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>How to display the number of article hits &amp; creation date in the  Latest News Module - Joomla 1.5</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/60-how-to-display-the-number-of-article-display-hits-creation-date-latest-news-module-joomla.html" rel="alternate" type="text/html"/>
		<published>2009-04-22T09:52:33Z</published>
		<updated>2009-04-22T09:52:33Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/60-how-to-display-the-number-of-article-display-hits-creation-date-latest-news-module-joomla.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Module mod_latestnews&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The Latest News module (mod_latestnews) can be adapted to show the creation date of your latest articles.&lt;br/&gt;&lt;br/&gt;

With a couple of small changes you can show the number of page views as well.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Module mod_latestnews&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The Latest News module (mod_latestnews) can be adapted to show the creation date of your latest articles.&lt;br/&gt;&lt;br/&gt;

With a couple of small changes you can show the number of page views as well.&lt;br/&gt;



</content>
	</entry>
	<entry>
		<title>Learning Joomla! 1.5 Extension Development book review</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/59-learning-joomla-15-extension-development-review.html" rel="alternate" type="text/html"/>
		<published>2009-04-20T08:36:54Z</published>
		<updated>2009-04-20T08:36:54Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/59-learning-joomla-15-extension-development-review.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Exension Development&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
I've just read Packt Publishing's &lt;a href="http://www.packtpub.com/learning-joomla-1.5-extension-development/book/mid/200409q2aylz"&gt;Learning Joomla! 1.5 Extension Development&lt;/a&gt; by Joseph L. LeBlanc.
&lt;br/&gt;LeBlanc takes us step-by-step through the building of a Restaurant Reviews Component along with Modules &amp; Plugins.&lt;br/&gt;&lt;br/&gt;
By using this example he is able to demonstrate the various methods and skills needed to develop these extensions within the Joomla 1.5 enviroment.&lt;br/&gt;


</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Exension Development&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
I've just read Packt Publishing's &lt;a href="http://www.packtpub.com/learning-joomla-1.5-extension-development/book/mid/200409q2aylz"&gt;Learning Joomla! 1.5 Extension Development&lt;/a&gt; by Joseph L. LeBlanc.
&lt;br/&gt;LeBlanc takes us step-by-step through the building of a Restaurant Reviews Component along with Modules &amp; Plugins.&lt;br/&gt;&lt;br/&gt;
By using this example he is able to demonstrate the various methods and skills needed to develop these extensions within the Joomla 1.5 enviroment.&lt;br/&gt;


</content>
	</entry>
	<entry>
		<title>A Joomla 1.5 Plugin to insert the rel="nofollow" attribute within outgoing links</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart/joomla-15-nofollow-plugin.html" rel="alternate" type="text/html"/>
		<published>2009-04-19T17:17:38Z</published>
		<updated>2009-04-19T17:17:38Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart/joomla-15-nofollow-plugin.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;plg_metaNoFollow&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; The "nofollow" is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.&lt;br /&gt; It tells the search engines not to count this link in their search ranking calculations. &lt;br /&gt; This could be of use for your own search engine ranking if you had pages with many outward bound links.&lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="https://www.gjcwebdesign.com/j1.5-nofollow-plugin.html"&gt;Download&lt;/a&gt;&lt;/span&gt; - The price is ?8.00.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;img style="margin: 0px 0pt 20px 10px; float:right;border:none;" src="https://www.gjcwebdesign.com/images/joomla/nofollow_param.png" alt="Joomla 1.5 rel=nofollow Plugin" title="Joomla 1.5 rel=nofollow Plugin" height="504px" width="360px" /&gt; &lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;How it works -&lt;/h3&gt;
&lt;br /&gt; 
&lt;ul&gt;
&lt;li&gt;If the page is from a section or category enabled via the parameters the plugin is parsed unless the page id is specifically excluded.&lt;/li&gt;
&lt;li&gt;It also excludes any authors whose IDs are entered in the parameters. &lt;/li&gt;
&lt;li&gt;It parses the page content for links.&lt;/li&gt;
&lt;li&gt;It then inserts the rel="nofollow" attribute on any link that is not from the site, i.e. only external links.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt; &lt;span style="color:red"&gt;N.B. If you enter a Section ID then all articles in that Section will have nofollow except if they are entered in the ignored articles box.&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;As with ALL Joomla plugins this ONLY operates on content.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;If you need the ability to make Menu items nofollow contact us for this solution.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Installation -&lt;/h3&gt;
&lt;br /&gt; 
&lt;ul&gt;
&lt;li&gt;Install in the normal way via Extensions--&amp;gt;Install/Uninstall.&lt;/li&gt;
&lt;li&gt;Enable the plugin via Extensions--&amp;gt;Plugin Manager.&lt;/li&gt;
&lt;li&gt;Insert the section or category id of the articles you want to include the rel="nofollow" in.&lt;/li&gt;
&lt;li&gt;You can exclude particular articles by inserting their id in the 3rd text box.&lt;/li&gt;
&lt;li&gt;You can exclude particular authors by inserting their id in the 4th text box.&lt;/li&gt;
&lt;li&gt;Multiple id's should be comma separated, no spaces e.g. 3,4,5 &lt;/li&gt;
&lt;li&gt;You can choose whether the external links open in a new window i.e. include the target="_blank" parameter.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;img style="margin: 0px 0px 20px 20px; float:right;border:none;" src="https://www.gjcwebdesign.com/images/joomla/nofollow_200.png" alt="Joomla 1.5 rel=nofollow Plugin logo" title="Joomla 1.5 rel=nofollow Plugin logo" height="200px" width="200px" /&gt; The links will be changed from -
&lt;div style="overflow: hidden; width: 400px;"&gt;
&lt;pre class="codesh"&gt;&amp;lt;a href="http://www.GJCWebdesign.com"&amp;gt;GJC Web Design&amp;lt;/a&amp;gt;&lt;br /&gt;to&lt;br /&gt;&amp;lt;a href="http://www.GJCWebdesign.com" rel="nofollow"&amp;gt;GJC Web Design&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt; If you have any comments, suggestions or need any help please leave a comment below.  &lt;br /&gt;Thanks.</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;plg_metaNoFollow&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt; The "nofollow" is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.&lt;br /&gt; It tells the search engines not to count this link in their search ranking calculations. &lt;br /&gt; This could be of use for your own search engine ranking if you had pages with many outward bound links.&lt;br /&gt;&lt;br /&gt; You can download it here - &lt;span style="font-size: 125%;"&gt;&lt;a href="https://www.gjcwebdesign.com/j1.5-nofollow-plugin.html"&gt;Download&lt;/a&gt;&lt;/span&gt; - The price is ?8.00.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;img style="margin: 0px 0pt 20px 10px; float:right;border:none;" src="https://www.gjcwebdesign.com/images/joomla/nofollow_param.png" alt="Joomla 1.5 rel=nofollow Plugin" title="Joomla 1.5 rel=nofollow Plugin" height="504px" width="360px" /&gt; &lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;How it works -&lt;/h3&gt;
&lt;br /&gt; 
&lt;ul&gt;
&lt;li&gt;If the page is from a section or category enabled via the parameters the plugin is parsed unless the page id is specifically excluded.&lt;/li&gt;
&lt;li&gt;It also excludes any authors whose IDs are entered in the parameters. &lt;/li&gt;
&lt;li&gt;It parses the page content for links.&lt;/li&gt;
&lt;li&gt;It then inserts the rel="nofollow" attribute on any link that is not from the site, i.e. only external links.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt; &lt;span style="color:red"&gt;N.B. If you enter a Section ID then all articles in that Section will have nofollow except if they are entered in the ignored articles box.&lt;/span&gt; &lt;br /&gt;&lt;span style="color: #ff0000;"&gt;As with ALL Joomla plugins this ONLY operates on content.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #ff0000;"&gt;If you need the ability to make Menu items nofollow contact us for this solution.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h3&gt;Installation -&lt;/h3&gt;
&lt;br /&gt; 
&lt;ul&gt;
&lt;li&gt;Install in the normal way via Extensions--&amp;gt;Install/Uninstall.&lt;/li&gt;
&lt;li&gt;Enable the plugin via Extensions--&amp;gt;Plugin Manager.&lt;/li&gt;
&lt;li&gt;Insert the section or category id of the articles you want to include the rel="nofollow" in.&lt;/li&gt;
&lt;li&gt;You can exclude particular articles by inserting their id in the 3rd text box.&lt;/li&gt;
&lt;li&gt;You can exclude particular authors by inserting their id in the 4th text box.&lt;/li&gt;
&lt;li&gt;Multiple id's should be comma separated, no spaces e.g. 3,4,5 &lt;/li&gt;
&lt;li&gt;You can choose whether the external links open in a new window i.e. include the target="_blank" parameter.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;img style="margin: 0px 0px 20px 20px; float:right;border:none;" src="https://www.gjcwebdesign.com/images/joomla/nofollow_200.png" alt="Joomla 1.5 rel=nofollow Plugin logo" title="Joomla 1.5 rel=nofollow Plugin logo" height="200px" width="200px" /&gt; The links will be changed from -
&lt;div style="overflow: hidden; width: 400px;"&gt;
&lt;pre class="codesh"&gt;&amp;lt;a href="http://www.GJCWebdesign.com"&amp;gt;GJC Web Design&amp;lt;/a&amp;gt;&lt;br /&gt;to&lt;br /&gt;&amp;lt;a href="http://www.GJCWebdesign.com" rel="nofollow"&amp;gt;GJC Web Design&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt; If you have any comments, suggestions or need any help please leave a comment below.  &lt;br /&gt;Thanks.</content>
	</entry>
	<entry>
		<title>How to display the number of article hits in the Article layout - Joomla 1.5</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/57-joomla-article-layout-display-hits.html" rel="alternate" type="text/html"/>
		<published>2009-04-18T13:54:45Z</published>
		<updated>2009-04-18T13:54:45Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/57-joomla-article-layout-display-hits.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;com_content&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
This change will display the number of times each article has been read (hits) in the Joomla 1.5 Article layout.&lt;br/&gt;&lt;br/&gt;
You can see how it looks on the article pages.&lt;br/&gt;


</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;com_content&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
This change will display the number of times each article has been read (hits) in the Joomla 1.5 Article layout.&lt;br/&gt;&lt;br/&gt;
You can see how it looks on the article pages.&lt;br/&gt;


</content>
	</entry>
	<entry>
		<title>Show the number of views (page hits) in the camp26 latest news module</title>
		<link href="https://www.gjcwebdesign.com/joomla-virtuemart-tips/56-camp26-latestnews-module-hits.html" rel="alternate" type="text/html"/>
		<published>2009-04-18T10:24:01Z</published>
		<updated>2009-04-18T10:24:01Z</updated>
		<id>https://www.gjcwebdesign.com/joomla-virtuemart-tips/56-camp26-latestnews-module-hits.html</id>
		<author>
			<name>Thorpalnut</name>
		<email>webmaster@gjcwebdesign.com</email>
		</author>
		<summary type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Module mod_camp26_latestnews&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The Camp26 Latest News module provides a nice sidebar listing of your latest articles.&lt;br/&gt;&lt;br/&gt;

With a couple of small changes you can show the number of page views as well.&lt;br/&gt;



</summary>
		<content type="html">&lt;div class="joomla_type"&gt;
&lt;ul&gt;
&lt;li&gt;Joomla 1.5&lt;/li&gt;
&lt;li&gt;Module mod_camp26_latestnews&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br/&gt;
The Camp26 Latest News module provides a nice sidebar listing of your latest articles.&lt;br/&gt;&lt;br/&gt;

With a couple of small changes you can show the number of page views as well.&lt;br/&gt;



</content>
	</entry>
</feed>