Payment template

Discussion in 'Plugins/Modules/Addons' started by mccharlet, Jun 9, 2014.

  1. mccharlet

    mccharlet Member HowtoForge Supporter

    Hi,

    In the payment web page (for paypal), it's possible to add the the "Contact name" below the company for the customer. The same layout as on the pdf

    Bests regards
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Add in line 36 of the pay.php file:

    $out['invoice__contact_name'] = $invoice['contact_name'];

    to fill the placeholder and then you can use the placeholder:

    {tmpl_var name='invoice_contact_name'}

    in the html template file.
     

Share This Page