Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2007
    Posts
    32
    Plugin Contributions
    0

    Default Adding an image to a payment module

    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?

  2. #2
    Join Date
    Oct 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Adding an image to a payment module

    I solved it:
    I had to add the following to includes/modules/payment/echeck.php
    array('title' =>CHECKIMAGE,),

    and then define that over in includes/languages/english/modules/payment/echeck.php
    define('CHECKIMAGE', '<img src="../images/checkimg.JPG" >');

    I will make another release of the echeck module that will allow others to copy it. This will be customed for those using software to print e-checks and manually deposit them into you bank account like with CheckMan printing software

    The release will come after I make sure there are no bugs in my hacking, err, coding.

 

 

Similar Threads

  1. v151 Adding Braintree payment module
    By Yodababy79 in forum Addon Payment Modules
    Replies: 197
    Last Post: 27 Jun 2024, 08:18 PM
  2. v151 Adding payment module (ICEPAY.NL)
    By Jorn in forum Addon Payment Modules
    Replies: 8
    Last Post: 11 Oct 2012, 10:26 AM
  3. Problems adding Payment Module
    By DarthBender in forum Installing on a Windows Server
    Replies: 2
    Last Post: 12 Aug 2009, 07:41 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR