I would like to add an image to a payment module.
I have the e-check module working fine, but want to add a image of a check so customers know where to find the info asked for. I would like the image to appear right after the module title.
When I just toss in <p align="center">
<img border="0" src="images/checkimg.jpg" align="center" width="360" height="130"></p>" to the includes/modules/payment/echeck.php file after the "$this->title = MODULE_PAYMENT_ECHECK_TEXT_TITLE;", it just gets ignored. Is php code totally different?
Bookmarks