Community Add-Ons
| Maintainers: | lildog |
TextCash/Check/Moneyorder Checkout
for osCommerce Online Merchant v2.2
This is a simple little contribution to display an alternate success message if a check or money order was used to pay for the order. It lets customers know that their order WILL NOT ship until payment has been received/cleared.
Legend:
Download
Report
UPDATE/BUG FIX 4/20/2008
changes:
in step 1 of instructions:
change catalog/checkout_success.php to catalog/checkout_confirmation.php
in step 1:
changed
if ($payment='moneyorder'){
to:
if ($payment=='moneyorder'){
CHANGED !$moneyorder_text =true to !$moneyorder_text == true
