I can't find the way to make a menu item that display term of service?
I just duplicated my terms in a standard joomla article and added it to the main menu.
Hi,
An old post, but you should try a menu item type "URL" and enter this
index.php?option=com_virtuemart&view=vendor&layout=tos&virtuemart_vendor_id=1
It displays the template from components/com_virtuemart/views/vendor/tmpl/tos.php
that could be easily override in your own template in templates/TEMPLATE_NAME/html/com_virtuemart/vendor/tos.php.
Pretty much the same that an article, so you can use module assignements in Joomla 2.5 to have a good looking page 8)
Hope it might help someone.
actually, there is an menu item type "View vendor TOS", and "View vendor details" that is even easier!!