This is a Joomla 3.10 site with VM 3.8.8 10472
PHP 7.4
All of a sudden the product pages are taking perhaps a minute to load the tabs (Product information - Product Description etc etc ).
Looking at the Network Console I can see an error on each page load relating to www.acyba.com File: affiliate2.png Initiator: img and Transferred: NS_BINDING _ABORTED
This appears to be something to do with acymailing which isn't installed. there are no plugins or components relating to this that I can find.
Has anyone seen this or an idea what might be causing this please?
many thanks
Just find this file:
\administrator\components\com_virtuemart\views\product\tmpl\product_edit_customer.php
And in file uncomment or remove two lines:
$aflink = '<a target="_blank" href="https://www.acyba.com/?partner_id=19513"><img title="AcyMailing2" src="https://www.acyba.com/images/banners/affiliate2.png"/></a>';
echo vmText::sprintf('COM_VIRTUEMART_AD_ACY',$aflink);