I’m using a Magento Shop Version 1.5.1.
For invoice payment the extension Mxperts Invoice is installed: https://github.com/sreichel/magento-Mxperts-Invoice/tree/master/app/code/local/Mxperts/Invoice
Right now in the admin form the the invoice: System – Konfiguration (Configuration) – Zahlungsarten (Payment methods) on top of the form there is a strange graphic from http://www.mxperts.de/mxperts.jpg, it seems the site was maybe hacked.
I try to remove the graphic and all links to this site from the admin form, but I cannot find it anywhere in the code for the extension.
So my question: Where can I find the configuration of this graphic and the link to the site?
2
Answers
Could you please check which module configuration file i.e. check system.xml file.
Try to debug this file.
Below code in your module’s
system.xml
is responsible for the image and note under that imageAs per gitHub url for the module file path will be
And Below is the code for the image and note