News:

Looking for documentation? Take a look on our wiki

Main Menu

acymailing ad at the bottom of the product status page?

Started by kellym62, March 15, 2013, 16:58:51 PM

Previous topic - Next topic

kellym62

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

makis_best

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);
?>