Offline Payment -customise "Payment Instructions for customer"

Discussion in 'aMember Pro v.4' started by mrross1, Aug 6, 2012.

  1. mrross1

    mrross1 aMember Pro Customer

    Joined:
    Jul 28, 2012
    Messages:
    21
    Hi all,
    I have added some text & HTML content to the "Payment Instructions for customer" text-area. We want the customer to print out this instruction page and send with their cheque payment.

    I want to adjust what is being displayed when printed (like removing the header and footer of the page) using CSS.

    Does anyone know which file(s) I need to add the link to my new CSS file to?

    I have looked into layout.phtml /amember/application/default/views
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title><?php echo $title ?></title>
    <?php $this->printLayoutHead(); ?> <------ Where would this be?
    </head>

    I have attached image showing what I want to remove.

    OfflinePayments.jpg

    Thanks,
    Gary
  2. janea

    janea aMember Pro Customer

    Joined:
    Nov 13, 2009
    Messages:
    44
    did you ever get a response to this? Also, did you every figure out how to use the offline.html page in regards to what is contained in $payment or $member or what other variables we can use in there? Thanks.
  3. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    There is no offline.html template in latest v4, so I guess you are talking about amember v3 installation.
    In v3, template will be displayed without layout file so you can create html page which you like and place that page code to offline.html.
    If you want to see other variables from $payment and $member arrays use this to print these arrays:
    {php}print_r($member);{/php}

Share This Page