PINES - Stripe warning message rel_3_10_0_stripe_warning_message
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 22 Mar 2023 16:15:19 +0000 (12:15 -0400)
committerTerran McCanna <tmccanna@georgialibraries.org>
Wed, 22 Mar 2023 16:15:19 +0000 (12:15 -0400)
Adds message to OPAC about paying in person if their online
payment does not work.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2
Open-ILS/src/templates-bootstrap/opac/myopac/main_payment_form.tt2

index cbcee6c..e0326c2 100755 (executable)
     <div>[% l('You have no current fines.') %]</div>
     [% ELSIF myopac_cc_allowed %]
         <div class="my-3">
+            <span class="alert-danger">
+            [% l('If you are unable to complete your payment, please pay in person at any PINES library.<br/> 
+            Do <b>NOT</b> attempt to submit your payment more than once.') %]</span>
+        </div>
+        <div class="my-3">
             <button type="submit" value="[% l('Pay selected charges') %] - [% money(ctx.user_stats.fines.balance_owed) %]" title="[% l('Pay selected charges') %]" class="btn btn-confirm my-1"
                 id="selectPay"> <i class='fas fa-money-bill-wave' aria-hidden="true"></i> [% l('Pay Selected Charges') %] - [% money(ctx.user_stats.fines.balance_owed) %]</button>
             <button type="submit" class="btn btn-confirm my-1"><i class="fas fa-cash-register" aria-hidden="true"></i> [% l('Pay All Charges') %] - [% money(ctx.user_stats.fines.balance_owed) %]</button>
index 8fbe959..4455784 100755 (executable)
             [% END %]
         [% END %]
     [% END %]
-</div></div>
+</div>
+<div class="my-3">
+    <span class="alert-danger">
+        [% l('If you are unable to complete your payment, please pay in person at any PINES library.<br/> 
+        Do <b>NOT</b> attempt to submit your payment more than once.') %]
+    </span>
+</div>
+</div>
 
 [% END %]
 [% END %]