Virtuemart Downloads






| Category: Virtuemart Extensions available to download | Page: 1 of 1 | |
| Number of Subcategories: 0 | << | >> |
| Virtuemart Extensions available to download |
These are the Virtuemart extensions we use when building our Virtuemart Ecommerce systems, please feel free to download and use them on your own site. These are all FREE extensions.
This download area is mainly for Joomla 1.0 & Virtuemart 1.0 extensions although there is at least one native Joomla 1.5 module here too. We focus on Virtuemart 1.0 extensions because the Joomla Extension Directory (JED) is turning off J1.0/VM 1.0 extensions and I feel that they should continue to be offered. So many on-line shops are still using VM 1.0 as it is hell of a job to upgrade to 1.5 and VM 1... Occasionally I still build VM 1.0 shops, they are quicker to load and don't need tuning/optimisation unlike VM 1.1 shops on Joomla 1.5. If you find the extension useful to you then think about visiting the developer's site link and perhaps give them a donation. Giving them good feedback on Joomla extensions site is also a very nice thing to do... If you find this resource a useful one then please let us know by sending us an email. |
Automatic Email Notification for Joomla 1.0
|
Downloads: 8 |
2010-02-27 |
|
JoomlaPraise Submitmailer 1.0 (Mod.)
The receipt of an email encourages the recipient to revisit the site to view the latest updates. The original SubmitMailer mambot from JoomlaPraise did not allow you to email all the registered users on your site, just the admins, so some minor changes have been made to incorporate this extra functionality. You can also email a list of email addresses separated by a delimiter. JoomlaPraise removed their original free GNU version from their site and started charging for version 2.0. So you now have a chance to download the original version 1.0 here for free. It works and does the job! This mambot can send an email with the following sort of customisable content: "There's an update on the HAODS site that I'd like you to see, entitled - WAVE OF DEATH Henley couples forced to flee for their lives - from the Latest News section of the HAODS website. To see the article visit: http://www.henley-operatic.co.uk and view the list of Recently Modified articles. http://www.henleyoperatic.co.uk/index.php?option=com_content&task=view&id=catid&Itemid=117 " I plan to create a version of the Automatic Email Notifier for Joomla 1.5 soon so keep an eye open here.
>> Details |
License: Language: |
GNU English |
||
Virtuemart 1.0 Thumbnail Minicart Version: VM 1.0.15
|
Downloads: 251 |
2009-10-03 |
|
VM 1.0.15 Thumbnail-Minicart.zip
Display Quantity It seems to be based upon the standard version of the minicart. I have made some changes to the minicart so that it displays a thumbnail of each and every item in your cart.
The original by Mark Callf can be found here:
\administrator\components\com_virtuemart\html\shop.basket_short.php
>> Details |
License: Language: |
GNU English |
||
Virtuemart 1.1.2 Product / item specific coupon codes Version: VM 1.1.2
|
Downloads: 202 |
2009-10-02 |
|
Virtuemart-1.1.2-product-specific-coupons.zip
This Virtuemart 1.1 extension allows you to create coupon codes that
can be tied to specific products. For example, you have an item on sale
in your shop at £5 - SKU spade01 with product id of 35. You can create
a discount coupon of £4.99 which is tied to that specific product id
(35). Entering the coupon code will discount only spade01, any other
product will not receive the discount. When spade01 is removed from the
cart then the discount coupon is The standard coupon functionality (gift/permanent coupons) is retained but the functionality is significantly improved by these changes. This additional functionality is missing from standard Virtuemart 1.1. It is absolutely essential functionality. In my opinion it should be part of core VM. This is based upon some VM 1.1 changes found at this location: http://www.nandebayo.org/blog/?p=45 . All I have done is wrap them up and made them ready for installation under VM 1.1. These changes are presented to you now for your Virtuemart 1.1 shop. The changes may well work on older and newer versions of Virtuemart but they are untested on anything other than VM 1.1.2 The Virtuemart 1.0.15 version is here This is a change /hack to core VM. You cannot install it using the standard Joomla installation utility. The following files will need to be changed/ replaced with the files contained in this zipfile.
administrator/components/com_virtuemart/html/coupon.coupon_form.php This is a very safe modification to do, if you do not understand php / sql do not proceed and even if you do, it is always best to backup your installation and database. It is an easy to job to backup your whole site. If you need help then contact us and you can engage us to explain how. When the above files have been replaced then some Database changes are required. Using MyPHP admin from your control panel add the following fields to the table jos_vm_coupons: product_id, user_id, min_value, discount_type
The SQL commands you must type are: All of the fields should be text type. All of them should have default value as null and should be nullable. If you want to see the coupon functionality in action it can be seen here: http://www.sugarclothing.co.uk There are 'free gifts' which have coupon codes tied to them. Bear this in mind this is a LIVE site. The Virtuemart 1.0.15 version is here
>> Details |
License: Language: |
GNU English |
||
Virtuemart 1.0.15 Product / item specific coupon codes Version: 1.0.15
|
Downloads: 80 |
2009-10-02 |
|
Virtuemart-1.0.15-product-specific-coupons.zip
This Virtuemart 1.0 extension allows you to create coupon codes that can be tied to specific products. For example, you have an item on sale in your shop at £5 - SKU spade01 with product id of 35. You can create a discount coupon of £4.99 which is tied to that specific product id (35). Entering the coupon code will discount only spade01, any other product will not receive the discount. When spade01 is removed from the cart then the discount coupon is The standard coupon functionality (gift/permanent coupons) is retained but the functionality is significantly improved by these changes. This additional functionality is missing from standard Virtuemart 1.0.15 and even from VM 1.1. It is absolutely essential functionality. In my opinion it should be part of core VM. This is based upon some VM 1.1 changes found at this location: http://www.nandebayo.org/blog/?p=45. Some significant changes were made to allow it to function under VM 1.0.15. These changes are presented to you now for your Virtuemart 1.0.15 shop. The changes may well work on older versions of Virtuemart but they are untested on anything other than VM 1.0.15. PLEASE NOTE: This hack works well on an total discount on a specific item, however a bug has been reported in the creation of % discount on a specific item, please bear with me until the bug is resolved, alternatively, please make the fix yourself and report it back to me! I am so busy I cannot spend the time on resolving this for the moment... This is a change /hack to core VM 1.0.15. You cannot install it using the standard Joomla installation utility. The following files will need to be changed/ replaced with the files contained in this zipfile.
administrator/components/com_virtuemart/html/product.product_list.php This is a very safe modification to do, if you do not understand php / sql do not proceed and even if you do, it is always best to backup your installation and database. It is an easy to job to backup your whole site. If you need help then contact us and you can engage us to explain how. When the above files have been replaced then some Database changes are required. Using MyPHP admin from your control panel add the following fields to the table jos_vm_coupons: product_id, user_id, min_value, discount_type
The SQL commands you must type are: All of the fields should be text type. All of them should have default value as null and should be nullable.
If you want to see the coupon functionality in action it can be seen here: http://www.carstuffdirect.co.uk There are 'free gifts' which have coupon codes tied to them. Bear this in mind this is a LIVE site.
>> Details |
License: Language: |
GNU English |
||
Tabs in content for Virtuemart and Joomla 1.0
|
Downloads: 122 |
2009-08-26 |
|
Create Tabs in your Virtuemart 1.0.15 Items
All you need to do is install and enable this mambot, apply the load-mambots-plugins_for_virtuemart_1_0_1 patch (copying two files). Then add the following text to your product's long description.
{tab=first tab} >> Details |
License: Language: |
GNU |
||
Google Base Froogle upload for VM 1.0.15 Version: 0.2
|
Downloads: 82 |
2009-08-12 |
|
| Virtuemart Google Base Free Upload Component
The component originally stated it was for VirtueMart 1.0.12 but it works perfectly under later versions and has been fully tested under VM 1.0.15. I have made some code changes to the component so that it now conforms to the latest requirements of Google, in particular:
o The new 'condition' field is now created correctly READ ON: Please be aware that the component only generates a 'new' condition item. If you want to create a refurbished item then you can modify the code yourself or contact me. The component allows a manual download/upload to be created once a month and this is the limiting factor on the free version. The paid for version of the component allows for an automatic update to be triggered so you don't have to manually trigger the process yourself once a month.
Please note that the feed does not like special characters in the short description as those characters stop the item from loading. The rules are:
o no '&' or apostrophes in the short description text.
© 2007 Ecommerce Solutions >> Details |
License: Language: |
GNU English |
||
mod_pageload Version: 0.1
|
Downloads: 116 |
2009-08-11 |
|
| Page Loading Times for Joomla 1.5 and Virtuemart 1.1
Page loaded in 0.032547 seconds
It is always good to know how fast your pages are loading. This is very useful functionality for all sites with or without a cache. It allows you or your clients to see the page generation times as generated from the server itself. If the figures look good then any delay in loading up the pages can then be attributed to the vistor's slow internet or LAN latency. This information can make a great deal of difference when keeping a client happy when he/she is complaining about a slow site. This module will display the load times in six decimal places. Place this module in the very last position on your chosen template. Often the 'debug' position is the very last but you'll need to check your chosen template's index.php file to determine which actual position is the very last one. This module works very well with Joomla 1.5 with or without virtuemart. The configuration allows you to add your own pre-text, something like "site optimised by Lightquick" would display at the bottom of the page as: Site Optimised by LightQuick - Page loaded in 0.032547 seconds. In addition to loading and publishing the module you will also need to add the following lines of PHP code to the very beginning of your chosen template's index.php file.
< ?php
See it working here: http://www.excis.be Scroll to the very bottom of the page and you'll see the module output there. >> Details |
License: Language: |
GNU English |
||
Virtuemart Featured Products Extended VM 1.0.15 Version: VM 1.0.15
|
Downloads: 337 |
2009-06-03 |
|
Virtuemart Featured Products Extended VM 1.0.15
Choose number of displayed products This module has been around for a while but development seemed to stop at VM 1.0.12. It was originally available through the Virtuemart forum as a free download. Then the module went commercial and development continued so that it is still available today for VM 1.1 from joomlaxtc. This download is the original free download version for VM 1.0.12 but I have modified the ps_product.php so that it is now compatible with Virtuemart 1.0.15. It can be seen working here - www.carstuffdirect.co.uk - the main page content has a region marked as "featured prodict of the day". This is the module doing it's stuff. Installation instructions: Install as a module in the normal way but replace your current ps_product.php file with the one included in the zipfile. Note: this ps_product.php is tested under VM 1.0.15 only. >> Details |
License: Language: |
GNU English |
||
mod_product_list_SEF_Joomla1.5 Version: VM 1.1+
|
Downloads: 5828 |
2009-03-06 |
|
Virtuemart 1.1 Drop-down Product List SEF Joomla 1.5 Native
|
License: Language: |
GNU English |
||
mod_product_list SEF Version: VM 1.0
|
Downloads: 1147 |
2008-10-13 |
|
Virtuemart 1.0.15 Drop-down Product List SEF Joomla 1.0
Now modified to be SEF (Search engine friendly). I have used this mod_product_list on more than one site and it is very useful indeed providing functionality that is missing from core Virtuemart. However, on the original there were two problems, firstly, the URL's the mod generates are not SEF friendly and are ignored by tools such as Artio SEF. This is the module's fault as the original generates the URL's in a hard-coded fashion rather than using the vm_parser to generate the URLs as a VM component would normally do. Secondly, the hard-coded URL has the item id set to 1 which causes the pathway to be missing the 'home' link. This caused formatting problems on my templates that have a pathway showing. I had the code changed so that this version is now fully SEF compliant and will work with SEF packages that generate human-friendly URLs such Artio JoomSEF. This updated version is now a good module and indispensable on a VM shop. If you have long product names put it in a wide module position, preferably an inset module above your core content. See live example here: http://www.goodwoodantiques.com/ It will take the width of your widest product name so please bear in mind that it will not fit the left or right hand columns if your product names are long! The joomla 1.5 version is here >> Details |
License: Language: |
GNU English |
||
mod_vm_livesearch-0.1.1 SEF Version: VM 1.0 - 1.3
|
Downloads: 3493 |
2008-10-18 |
|
Virtuemart Ajax Live Search SEF Enabled Joomla 1.0 Native
|
License: Language: |
GNU English |
||
mod_vm_livesearch_j1.5 Version: virtuemart 1.1/2/3
|
Downloads: 2234 |
2009-03-20 |
|
Virtuemart Ajax Live Search Joomla 1.5 Native SEF
|
License: Language: |
GNU English |
||
Excel data import Virtuemart.rar Version: virtuemart 1.0
|
Downloads: 508 |
2009-03-10 |
|
|
License: Language: |
GNU English |
||
mosregblocker1.3.1.zip Version: VM 1.0
|
Downloads: 102 |
2009-03-30 |
|
Virtuemart 1.0 Registration Blocker
A simple way to accomplish this is to pre-register those usernames thus
effectively blocking them but this is awkward and not very elegant and is liable to a mistake. RegistrationBlocker makes this whole process a lot more convenient. All you have to do is to enter the usernames in the mambot's
backend, one on each line.
>> Details |
License: Language: |
GNU English |
||
load-mambots-plugins-for-Virtuemart_1_0_15.zip Version: VM 1.0.14 & 15
|
Downloads: 200 |
2008-11-06 |
|
This change to core Virtuemart allows you to load modules or mambots (plugins) into your VM content area which previously was not possible with standard VM. This allows you to install your content plugins into Virtuemart content. So now you can embed music players or similar toys into VM product or category descriptions. This cannot be installed in the conventional Joomla sense. You'll need to unzip it and it's structure to a temporary folder on your machine. Then ftp it all across, replacing the original VM files. From then on it is a breeze. >> Details |
License: Language: |
GNU English |
||
bot_vm_product_stats.zip Version: Virtuemart 1.0.12
|
Downloads: 185 |
2009-03-10 |
|
Instead of a heavy-weight google analytics bridge, the instaCommerce Product Stats for Virtuemart is a small and simple mambot and component plug-in that counts hits for your Virtuemart Products. It shows IP addresses and can display yearly, weekly and daily stats. It is composed of a component and a bot. The bot does the counting and writing to the database and the component collects the info and displays in the back-end. This download is the mambot, the component is here. You will need both the component and the mambot in order for this extension to function. It has been tested on vm1.0.12 but may work on other versions - please try it. >> Details |
License: Language: |
GNU English |
||
com_vm_product_stats.zip Version: Virtuemart 1.0.12
|
Downloads: 210 |
2009-03-10 |
|
The instaCommerce Product Stats for Virtuemart is a small and simple mambot and component plug-in that counts hits for your Virtuemart Products. It shows IP addresses and can display yearly, weekly and daily stats. It is composed of a component and a bot. The bot does the counting and writing to the database and the component collects the info and displays in the back-end.This download is the component, the mambot is here . You will need both the component and the mambot in order for this extension to function. It has been tested on vm1.0.12 but may work on other versions - please try it and see.
>> Details |
License: Language: |
GNU English |
||
com_secureregistration Version: Joomla 1.0
|
Downloads: 222 |
2008-11-26 |
|
Virtuemart Secure Login Component - stop SPAM on your shop/site
Providing a good captcha form on a registration form is quite a difficult thing to find and normally requires changes to core system files. This one does not require any such drastic action. Simply install the component and the module, placing the module in your preferred location. This is not a Virtuemart component as such but it is exceedingly useful addition to any virtuemart shop providing secure a login to your customers. The login form provides aregister link which displays a full page login with a good quality captcha.The gentleman that created this module/component removed this download from his site as he could not cope with the bandwidth and the sheer number of registrations. As it now appears impossible to download from his site I am providing his offering here. If you find it useful please email the author and tell him so. This extension comes in the form of a component where you specify the size and form of the captcha and a module which displays the login form. This download is the component part. You will also need to download the module as well. >> Details |
License: Language: |
GNU English |
||
mod_secureregistration Version: Joomla 1.0
|
Downloads: 193 |
2008-11-26 |
|
Virtuemart Secure Login Module - stop SPAM on your shop site
|
License: Language: |
GNU English |
||
Virtuemart Search Cloud Joomla 1.0 Version: VM 1.0
|
Downloads: 206 |
2009-03-07 |
|
Virtuemart Search Cloud Joomla 1.0
This is Joomla 1.0/ VM 1.0 module so enjoy up to date functionality on your Virtuemart shop. The configuration is currently in German but don't let that put you off. I'll translate them as soon as I have some time. See an example in action here: http://lightquick.co.uk/shop-home.html (at the bottom of the main shopping area) >> Details |
License: Language: |
GNU English |
||
Virtuemart JXTC Enhanced Home Page Version: VM 1.0
|
Downloads: 319 |
2008-10-22 |
|
Virtuemart JXTC Enhanced Home Page
Please visit JXTC's site and show your appreciation by donating them a bit of cash! >> Details |
License: Language: |
GNU English |
||
Virtuemart Category Menu Add on Version: VM 1.0
|
Downloads: 844 |
2008-10-22 |
|
Virtuemart Category Menu Add on
This cannot be installed in the conventional sense. You'll need to unzip it and it's structure to a temporary folder on your machine. Then ftp it all across, folders and contents alike. From then on it is a breeze. A new option will be found on the menu types you can create. A link to Virtuemart Categories will appear. >> Details |
License: Language: |
GNU English |
||
SBD Accordion menu Version: 0.88
|
Downloads: 606 |
2008-10-22 |
|
SBD Accordion menu for Joomla/VirtuemartThis menu is different in that is is an accordion menu, ie. it can just sit there and when you hover your cursor over it an accordion-like drop-down immediately appears. It is a very sexy effect. When used in conjunction with the virtuemart menu addon extension here you can create very sexy accordion menus of your Virtuemart categories. >> Details |
License: Language: |
GNU English |
||
com_jdtestimonials_1.1.zip Version: VM 1.0
|
Downloads: 191 |
2008-10-21 |
|
Virtuemart JD Testimonials Component
|
License: Language: |
GNU English |
||
mod_jdtestimonials_1.0.zip Version: VM 1.0
|
Downloads: 156 |
2008-10-21 |
|
| License: Language: |
GNU English |
|||
JoomlaSEF_VM_Extension v1.0.0.zip Version: VM 1.0
|
Downloads: 186 |
2008-10-21 |
|
|
License: Language: |
GNU English |
||
mod_em_product_categories Version: VM 1.0
|
Downloads: 265 |
2008-10-21 |
|
Virtuemart Product Category List with Forced Item ids
|
License: Language: |
GNU English |
||
mod_quicknav 1.7 Version: VM 1.0
|
Downloads: 318 |
2008-10-21 |
|
| License: Language: |
GNU English |
|||
mod_Shipping Calculator v1.1.3.zip Version: VM 1.0
|
Downloads: 262 |
2008-10-21 |
|
Virtuemart WHIP Shipping Calculator Module
|
License: Language: |
GNU English |
||
Virtuemart DHL Shipping & Printing Module (US) Version: VM 1.0
|
Downloads: 191 |
2008-10-23 |
|
Virtuemart DHL Shipping & Printing Module (US)
|
License: Language: |
GNU English |
||
mod_vm_shoppingCartList Version: Virtuemart 1.0
|
Downloads: 238 |
2009-03-17 |
|
Compact shopping Cart for Virtuemart 1.0 This compact cart displays the number of products bought and their total taxed value. a useful enough tool that replaces the standard VM shopping cart component taking up less space on the page than the original. >> Details |
License: Language: |
GNU English |
||
mod_virtuemart_luckyphoto_1.2 Version: VM 1.0
|
Downloads: 366 |
2008-10-18 |
|
Virtuemart Lucky Photo Lightbox
http://www.goodwoodantiques.co.uk/visit-shop/original-oak-champagne-racks.html When you reach the site, click on one of the Virtuemart product photos and watch the lightbox effect. >> Details |
License: Language: |
GNU English |
||
mod_paypal_verified.zip Version: VM 1.0
|
Downloads: 213 |
2008-10-18 |
|
Virtuemart Paypal Verification
>> Details |
License: Language: |
GNU English |
||
Artio joomSEF extension 1.0 - free for virtuemart Version: VM 1.0
|
Downloads: 216 |
2008-10-18 |
|
Virtuemart Artio Joom SEF extension FREE
If you have the extension installed it will look something like this: http://www.onewire.co.uk/shop/sensors/power/basic-power.html Artio have extensions for certain key Joomla components but several of them have to be paid for. Their Virtuemart extension is a case in hand. It is not expensive for what it does but you have to pay for it. The one offered here is free. Do not install this extension the usual Joomla way but instead do so by going to the Artio component itself and clicking the Artio extension install button. Note: Try this extension out yourself and trial it for a while - see if it works for you! I have tried it on my demo shop and although it worked it did some some strange stuff to some of the URLs. Virtuemart pages had a /0/ inserted at the top level. Also IE7 had some problems with deriving the correct image path from the supplied URL whereas IE6 and firefox were fine. It may work fine on your virtuemart site but test it first on a virtuemart cart that is not so important - YOU HAVE BEEN WARNED! :-) >> Details |
License: Language: |
GNU English |
||
mod_vmquickicon_1.0.3.zip Version: VM 1.0
|
Downloads: 214 |
2008-10-13 |
|
Virtuemart Order Status Joomla Admin Control Panel Enhancement A useful addition to the Joomla Control panel, allows the VM icon buttons to
appear on your main control panel page, avoids that difficult
navigating down more components...>> Details |
License: Language: |
GNU |
||
mod_vm_cpanel Version: VM 1.0
|
Downloads: 219 |
2008-10-13 |
|
Joomla Admin/ Virtuemart Control Panel Enhancement
Place this administrator module in the cpanel position. Note: If you are installing onto a Joomla 1.0.nn system then comment out line 18 by putting two // in front of the following code: include( $mosConfig_absolute_path .'/components/com_virtuemart/compat.joomla1.5.php'); This will suppress an error message when you click on the Virtuemart tab
>> Details |
License: Language: |
GNU |
||
bot_vm_inline_products 1.1 Version: VM 1.0
|
Downloads: 199 |
2008-10-13 |
|
Virtuemart Inline Product Display 1.1
|
License: Language: |
GNU English |
||
bot_vm_inline_products 1.4 Version: VM 1.0
|
Downloads: 184 |
2008-10-13 |
|
Virtuemart Inline Product Display 1.4
|
License: Language: |
GNU English |
||
Virtuemart Dubai Islamic Bank Payment Module Version: v 1.0
|
Downloads: 86 |
2008-11-06 |
|
Virtuemart Dubai Islamic Bank Payment Module This Virtuemart Module allows your website to take payments and pay them through your DIB payment gateway. This payment module is essential if you or your site are strictly islamic. This means that it can only receive payments into the payment gateway of a bank that does not charge nor give interest payments. Quite essential for some islamic-observing web designers. You can download it here.
>> Details |
License: Language: |
GNU English |
||