Skip to content

Commit

Permalink
Add message stack output to checkout confirmation page
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldpdl committed Jun 4, 2014
1 parent 465955b commit 549df3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions catalog/checkout_confirmation.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
<h1><?php echo HEADING_TITLE; ?></h1>

<?php
if ($messageStack->size('checkout_confirmation') > 0) {
echo $messageStack->output('checkout_confirmation');
}

if (isset($$payment->form_action_url)) {
$form_action_url = $$payment->form_action_url;
} else {
Expand Down

0 comments on commit 549df3c

Please sign in to comment.