Hi,
You've received the Download ID with the e-mail when you purchased VM extension. You can also find it in your E-Shop Account (menu E-Shop, My Account link) using Option 2 from this FAQ:
www.artio.net/faqs/artio-joomsef/licensi...n-installation-files
I think there is quite a few options for customer support, described here:
www.artio.net/en/general-information/support
And I think that me trying to actively help you on the forum also counts as a customer support.
Anyway, if the older version of JoomSEF suits your needs, it's OK to use it. So to get back to the first problem, how to get SEF URL to be displayed in the "Bulk Pricing Click Here" link. The link should be in form:
<a href="index.php?option=com_virtuemart&category_id=8&flypage=flypage_bulk.tpl&manufacturer_id=3&page=shop.product_details&product_id=184&Itemid=">
Then it should be automatically processed by System - SEF plugin (so make sure it is enabled).
The empty Itemid variable in the link may cause some trouble, so you should try which works - either remove it entirely, or leave it empty, or set the correct Itemid (which you can find in the Menu Manager in Joomla).
If the URL is still not translated to SEF, you could use the PHP function JRoute::_() like this:
<a href="<?php echo JRoute::_('index.php?option=com_virtuemart&category_id=8&flypage=flypage_bulk.tpl&manufacturer_id=3&page=shop.product_details&product_id=184&Itemid='); ?>">
Best regards,
ARTIO Support Team