Nice catch, this bug has not reported so far. The new JV version will be released soon, but at the moment we are very busy with our
Boss Cart Premium script. Once we are done with that i will compile every good idea, which was discussed here at the support forum, and will be implemented into the new version.
For now please open the following file /administrator/components/com_sef/language/plugins/com_virtuemart.php and replace the current content with this
PHP Code:
<?php
if (!defined('_VALID_MOS')) die('Direct Access to this location is not allowed.');
// {shSourceVersionTag: Version x - 2007-09-20}
// english
$sh_LANG['en']['_PHPSHOP_LIST_ALL_PRODUCTS'] = 'View all products';
$sh_LANG['en']['_PHPSHOP_LIST_ALL_SHOP_PRODUCTS'] = 'View all products in shop';
$sh_LANG['en']['_PHPSHOP_CART_TITLE'] = 'View your cart content';
$sh_LANG['en']['_PHPSHOP_ADD'] = 'Add item to your cart';
$sh_LANG['en']['_PHPSHOP_UPDATE'] = 'Update your cart content';
$sh_LANG['en']['_PHPSHOP_DELETE'] = 'Remove item from your cart';
$sh_LANG['en']['_PHPSHOP_SEARCH_TITLE'] = 'Perform detailed search';
$sh_LANG['en']['_PHPSHOP_CHECKOUT_TITLE'] = 'Go through checkout process';
$sh_LANG['en']['_PHPSHOP_ACCOUNT_TITLE'] = 'View your account details';
$sh_LANG['en']['_PHPSHOP_ACC_ACCOUNT_INFO'] = 'Billing information';
$sh_LANG['en']['_PHPSHOP_ACC_SHIP_INFO'] = 'Shipping information';
$sh_LANG['en']['_PHPSHOP_VIEW'] = 'View';
$sh_LANG['en']['_PHPSHOP_ORDER_ITEM'] = 'Detail of order';
$sh_LANG['en']['_PHPSHOP_CHECKOUT_MSG_2'] = 'Select shipping address';
$sh_LANG['en']['_PHPSHOP_CHECKOUT_MSG_3'] = 'Select shipping method';
$sh_LANG['en']['_PHPSHOP_CHECKOUT_MSG_4'] = 'Select payment method';
$sh_LANG['en']['_PHPSHOP_CHECKOUT_MSG_99'] = 'Check and validate order';
$sh_LANG['en']['_PHPSHOP_PRODUCT'] = 'Pproduct';
$sh_LANG['en']['_PHPSHOP_PRODUCT_DETAILS_shop.flypage'] = 'Detailed product flyer';
$sh_LANG['en']['_PHPSHOP_PRODUCT_DETAILS_shop.flypage_lite_pdf'] = 'Product flyer pdf';
$sh_LANG['en']['_PHPSHOP_PRODUCT_DETAILS_shop.flypage_new'] = 'Product flyer type two';
$sh_LANG['en']['_PHPSHOP_PRODUCT_DETAILS_shop.garden_flypage'] = 'Product flyer type garden';
$sh_LANG['en']['_PHPSHOP_CATEGORY'] = 'Category';
$sh_LANG['en']['_PHPSHOP_MANUFACTURER'] = 'Manufacturer';
$sh_LANG['en']['_PHPSHOP_ROOT_CAT'] = 'Root category';
$sh_LANG['en']['_PHPSHOP_DOWNLOADS_TITLE'] = 'Download area';
$sh_LANG['en']['_PHPSHOP_MORE_IMAGES'] = 'See more images';
$sh_LANG['en']['_PHPSHOP_SH_PRODUCT_IMAGE'] = 'Product image';
$sh_LANG['en']['_PHPSHOP_SH_CREATE_ACCOUNT'] = 'Create account';
?>
Save the file, and the link will work properly.
Thank you