cartA new version of VirtueMart is available! It brings login compatibility for Joomla! 1.0.11 and various bug fixes.

A new tax mode has been introduced: EU Tax Mode. It allows you to charge tax for EU citizens, but not for non-EU citizens.
Some issues have been fixed to achieve full RG_EMULATION, 0 compatibility (for register_globals=Off).

The CSV import/export has been slightly improved: the initial field order has been changed (all important fields have been moved to the top). A bug has been fixed where prices would have been added, not updated.

A new cookie check has been added to notify the customer when cookies are disabled (one reason for the empty cart issue).

The empty cart issue on Mambo and Joomla!/Mambo with SMF has been addressed.

The support for transparent PNGs in IE <= 6.0 has been fixed and the error/message styles have been beautified....plus many more.

Make sure you grab your copy now!

VirtueMart Download VirtueMart 1.0.7 COMPLETE PACKAGE (1.3 MB)

VirtueMart Download Manual Installation Package of VirtueMart 1.0.7 (2.0MB)

VirtueMart Download Language Pack for VirtueMart 1.0.7 (710KB)

 

The Joomla! eCommerce Edition has all you need to start with your Online Shop. VirtueMart is pre-installed as well as some nice templates and components (Letterman, joomlaXplorer).

joomla_logo

Joomla! 1.0.11 eCommerce Edition VM 1.0.7 (5.2 MB) 

 

You should use download these Patch Packages if you want to update an existing installation of VirtueMart. Read the included README file please!

patch Patch for VirtueMart 1.0.6 to VirtueMart 1.0.7 (990KB)

patch Patch for VirtueMart 1.0.5 to VirtueMart 1.0.7 (1.0MB)

patch Patch for VirtueMart 1.0.4 to VirtueMart 1.0.7 (1.1MB)

patch Patch for VirtueMart 1.0.3 to VirtueMart 1.0.7 (1.1MB)

patch Patch for VirtueMart 1.0.2 to VirtueMart 1.0.7 (1.2MB)

patch Patch for VirtueMart 1.0.1 to VirtueMart 1.0.7 (1.2MB)

patch Patch for VirtueMart 1.0.0 to VirtueMart 1.0.7 (1.2MB)

 

Changelog:

---- VirtueMart 1.0.7 released ----
13-09-2006 soeren
# vendor info page not displaying information (RG_EMULATION issue, shop.infopage.php)
12-09-2006 soeren
# Fatal Error on admin user form (admin.user_form.php)
# Smaller fixes for RG_EMULATION, 0 (ps_checkout.php, ps_reportbasic.php, reportbasic.index.php)
^ CSV: If a field is NOT included in the CSV file (like product description) an existing value won't be overwritten
^ CSV: removed the requirement to have all fields in the CSV file (you can now leave all optional fields away!)
^ CSV: Changed the default CSV Field Ordering (only affects new installations)
The first fields are now: product_sku,product_name,category_path,product_price,product_s_desc,product_desc,....
+ added a login form at the download page, so returning customers can easily login now.
^ improved the check for the session save path. If the session save path is not writable due to open_basedir
restrictions, no error is generated, because PHP can use such a directory when it is set in the php.ini
08-09-2006 soeren
+ introduced a new cookie check function that checks if the user accepts cookies - and if not - displays
a nice information about this issue. (ps_session.php)
07-09-2006 soeren
- removed the call to session_write_close() completely (was introduced for Mambo compatibility, but now it seems just to break it) (ps_session.php)
# PNGs not displaying in Internet Explorer: updated the Sleight.js for PNG/IE Fix (sleight.js)
03-09-2006 soeren
# Problem downloading larger files, e.g. >16MB (ps_main.php) (http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=20481.msg53015#msg53015)
02-09-2006 gregdev
# Task #938 - Product list select statement causes MySql out of memory error
# Task #734 - transmenu.php wrong itemid in a first menu level
# Task #933 - Reports fail with RG_EMULATION=0
# Task #870 - Wrong template used for Order Status Change link (ps_order.php)
# Task #868 - missing pathway's style class in Account Maintenance (account.billing.php, account.order_details.php, account.shipto.php, account.shipping.php)
# Task #867 - errors in german language-file
# Task #861 - Control panel when press any button on frontend administration are not displayed. (reportbasic.index.php)
31-08-2006 soeren
^ updated Error/Messages CSS styles
^ Link behaviour changed for "I agree to the terms of service". 
Now a click on the link doesn't toggle the checkbox. (checkout_register_form.php)
29-08-2006 soeren
# Task #887 - Minimum Amount for Free Shipping (ps_main.php)
^ EU tax mode implementation by Sam Morris 
(http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=21124.msg52587#msg52587)
affected files: ps_checkout.php, ps_product.php, basket.php, admin.show_cfg.php, all language files
# possible errors in tax total calculation when coupons are used in vendor-based tax mode
# Task #901 - FileManager's pics > Commas in Tittle bug.
^ Task #904 - Cannot delete Product_type assingment of a product
# Task #735 - attributes errors (ps_product.php) - (double currency symbols and price modifiers not adding up when one "price setter" is selected in the attributes)
# Task #866 - Error removing last item from cart (checkout.index.php)
^ Adding the same product again and again now updates the quantity in cart
# Task #839 - "Add to Cart" twice for same product removes product (ps_cart.php)
^ added cache-control / expire / last-modified headers in show_image_in_imgtag.php to 
increase performance by using client caching capabilities
^ updated the mShop_validateEmail function to check for correct email addresses (ps_main.php)
+ added name & subject checks for email sending (J! 1.0.11) (ps_main.php)
^ changed the vmSpoofValue function to work with J! 1.0.11 (ps_main.php)
26-08-2006 soeren
#  Task #902 - extra_field_4, fatal error when using extra fields in language file (checkout_register_form.php
23-08-2006 soeren
# "A shipping address with this nickname already exists" (ps_user_address.php)
# Blank PO on checkout (ps_checkout.php)
14-08-2006 soeren
# Task #804 - On status change text showing 'rn' instead of CR (ps_order.php)
27-07-2006 soeren
# Task #850 - Order list not showing all orders (order.order_list.php)
22-07-2006 soeren
+ added a workaround for installations where the "Session Save Path" is not writable. 
VM will try using the global cache path for storing session files instead.(ps_session.php)
17-07-2006 soeren
# wrong redirection on checkout login when using Shared SSL on a Windows Server (checkout.login_form.php)
# added the missing function mosHash (Mambo-only problem!)
---- VirtueMart 1.0.6 released ----