CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Paylater confirmation screen
Pages: [1]

Author Topic: Paylater confirmation screen  (Read 717 times)

alanski

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 5
  • Cup of tea? Yes please
    • Joomkit
  • CiviCRM version: Version in post
  • CMS version: Joomla
  • MySQL version: 5.0
Paylater confirmation screen
November 05, 2009, 08:35:14 am
The paylater instrcutions/notes are output as plain text with no breaks.

In Confirm.tpl this acn be tweaked with smarty equivalent of php's nl2br
So line 29-31;
        {if $is_pay_later}
            <div class="bold">{$pay_later_receipt}</div>
        {/if}
becomes:
        {if $is_pay_later}
            <div class="bold">{$pay_later_receipt|nl2br}</div>
        {/if}
alanski

alanski

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 5
  • Cup of tea? Yes please
    • Joomkit
  • CiviCRM version: Version in post
  • CMS version: Joomla
  • MySQL version: 5.0
Re: Paylater confirmation screen
November 05, 2009, 08:37:13 am
Same can be done in Thanyou.tpl too ;D

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Paylater confirmation screen

This forum was archived on 2017-11-26.