VirtueMart 2.6.8 on Joomla 2.5.24
I apologize in advance for my bad english.
I solved the problem about showing privacy laws so:
In "/components/com_virtuemart/views/cart/tmpl/" I open file "default.php"
on the line 189 after <div class="terms-of-service">
I insert this
<div id="mia_privacy" style="width: 100%; height: 90px; overflow: auto;"><embed src="<?php echo $this->cart->vendor->vendor_terms_of_service; ?>"></div>
THIS WORK PERFECT! But I nees to use the same thing, too in the file "edit_address_userfields.php" that you can find in "/components/com_virtuemart/views/user/tmpl/"
HOW CAN I DO THIS?!?!
Thanks to all
Update first: http://forum.virtuemart.net/index.php?topic=118683.0
do it in edit_address.php - it contains the user fields template