VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: edek on February 13, 2012, 17:14:09 PM

Title: How to make "terms of service" menu item
Post by: edek on February 13, 2012, 17:14:09 PM
I can't find the way to make a menu item that display term of service?
Title: Re: How to make "terms of service" menu item
Post by: ZX81 on February 13, 2012, 18:15:19 PM
I just duplicated my terms in a standard joomla article and added it to the main menu.
Title: Re: How to make "terms of service" menu item
Post by: rvbgnu on July 31, 2012, 00:10:04 AM
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.
Title: [SOLVED] How to make "terms of service" menu item
Post by: rvbgnu on July 31, 2012, 00:13:21 AM
actually, there is an menu item type "View vendor TOS", and "View vendor details" that is even easier!!