VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: kellym62 on March 15, 2013, 16:58:51 PM

Title: acymailing ad at the bottom of the product status page?
Post by: kellym62 on March 15, 2013, 16:58:51 PM
when setting up a product in the Administrator I noticed an ad at the bottom of the Products status page tab
Is there a way to remove this acymailing ad at the bottom of the product status page?

Just curious, Thanks everyone!!

Kelly
Title: Re: acymailing ad at the bottom of the product status page?
Post by: makis_best on July 08, 2014, 13:16:22 PM
Step 1.
Go to administrator\components\com_virtuemart\views\product\tmpl
Step 2.
edit product_edit_customer.php
Step 3.
Remove lines 156,157,158,159,160
Step 4.
Save the file and you are ready to go.

The code you have to delete is
<?php

$aflink '<a target="_blank" href="http://www.acyba.com/acymailing.html?partner_id=19513"><img title="AcyMailing 2"  src="http://www.acyba.com/images/banners/acymailing_450-109.png" style="width: 150px;" /></a>';
echo vmText::sprintf('COM_VIRTUEMART_AD_ACY',$aflink);
?>