Wow how far I've come from July 2010.
No what the OP and myself were asking about was how do we MAKE a product, not export one. Really the "secret" for me was I had to put vBulletin into DEBUG mode... Once you do that you can easily add settings, add templates, and add new products to bundle it all together.
Just add the line:
Code:
$config['Misc']['debug'] = true;
To your config.php file.
But NEVER do this on your live forum, only put your test forum in debug mode, regular users should have no access to a forum in debug mode.
Once that's done you should be able to figure things out from there by following existing mods.