Huhm, it doesnt work the way it should. More likely it doesnt load the product type correctly

Just to make sure, I happen to have a site where I use another product type, here is the config of local.config.php

PHP Code:
<?php
    
    $ssuLocalConfig 
= array(
        
'plugins'        =>    array(
                                    
'parsers'    =>    array('manufacturers')
                                ),
        
'identifiers'    =>    array(    'products'        =>    array(    'product_module_info'                    =>    'pm')),
        
'languages'        =>    array(    'fr'    =>    'default',
                                    
'ru'    =>    'ru',
                                    )
    );
Notice the product type here is product_module_info, and I used pm for it.

In your case, the link appears like that because the product type is not taken in correctly for some reason. I dont think version have anything to do with it, since this feature is available very early in SSU, but anyhow the latest is 3.6.6
http://public.rubikintegration.com/

Also, check to make sure if the local.config.php is read correctly, i guess 1 thing you can try is just siply die() in that script, then your site should not load at all. If it still loads, huhm, the file is not loaded correctly.