VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: telemaco on September 25, 2014, 12:09:10 PM

Title: privacy policy problem with Virtuemart 2.6.8 on Joomla 2.5.24
Post by: telemaco on September 25, 2014, 12:09:10 PM
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
Title: Re: privacy policy problem with Virtuemart 2.6.8 on Joomla 2.5.24
Post by: jenkinhill on September 25, 2014, 12:40:19 PM
Update first:  http://forum.virtuemart.net/index.php?topic=118683.0
Title: Re: privacy policy problem with Virtuemart 2.6.8 on Joomla 2.5.24
Post by: GJC Web Design on September 25, 2014, 22:55:33 PM
do it in edit_address.php - it contains the user fields template