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 CiviContribute (Moderator: Donald Lobo) »
  • Suggestion: Pay Later details should not show on Confirm only on Thank you page
Pages: [1]

Author Topic: Suggestion: Pay Later details should not show on Confirm only on Thank you page  (Read 1086 times)

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Suggestion: Pay Later details should not show on Confirm only on Thank you page
September 09, 2011, 07:15:43 pm
Just realised that having the 'how to pay later' instructions on the Confirmation screen may be an unnecessary distraction to people and may result in some of the 'incompleted' memberships clients complain about.

Is there any advantage to having it here, where you potentially cause people to head off and make the bank transfer rather than hitting the CONTINUE button?

Users get this Pay Later info on the Thank You page, and in an email if one is set to be sent.
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Suggestion: Pay Later details should not show on Confirm only on Thank you page
September 09, 2011, 08:12:08 pm
On a similar issue - if I want the 'pay later' content not to show on the Thank You page (so we can format it better and include a Buy Now button) will i be needing to do a custom tpl for that Contrib page?
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Suggestion: Pay Later details should not show on Confirm only on Thank you page
September 09, 2011, 08:53:22 pm
Surprisingly I have answered both my questions.  :P

So for the 'don't show payment details on the Confirm Screen' - if this seems like a good move to others - I am suggesting that in Core we replace lines 48-49 in /CRM/Contribute/Form/Contribution/Confirm.tpl

Quote
    {if $is_pay_later}
        <div class="bold pay_later_receipt-section">{$pay_later_receipt}</div>
with
Quote
    {if $is_pay_later}
        <div class="bold pay_later_receipt-section">{ts}Payment instructions can be found on the next screen{/ts}</div>

And if it helps anyone else (though this is a less generic solution), to 'replace the payment instructions on the Thank You page' because we want to do prettier instructions in the body I replaced lines 54-55 in /custom_templates/CRM/Contribute/Form/Contribution/ThankYou.tpl
Quote
          {if $is_pay_later}
        <div class="bold">{ts}{$pay_later_receipt}{/ts}</div>
with
Quote
          {if $is_pay_later}
        <div class="bold">{ts}Please pay promptly. Payment instructions have been emailed to you{/ts}</div>

I realise the above only works because email invoice/receipts are being sent in this case!
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Suggestion: Pay Later details should not show on Confirm only on Thank you page

This forum was archived on 2017-11-26.