* Displays final checkout details, cart, payment and shipping info details. * * @package templateSystem * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: tpl_checkout_confirmation_default.php 6247 2007-04-21 21:34:47Z wilt $ */ ?>
size('redemptions') > 0) echo $messageStack->output('redemptions'); ?> size('checkout_confirmation') > 0) echo $messageStack->output('checkout_confirmation'); ?> size('checkout') > 0) echo $messageStack->output('checkout'); ?>
billing['format_id'], $order->billing, 1, ' ', '
'); ?>
' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . ''; ?>
title; ?> modules)) { if ($confirmation = $payment_modules->confirmation()) { ?>
delivery['format_id'], $order->delivery, 1, ' ', '
'); ?>
' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . ''; ?>
info['shipping_method']) { ?> info['shipping_method']; ?>
' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . ''; ?>
info['tax_groups']) > 1) { ?> products); $i<$n; $i++) { ?> info['tax_groups']) > 1) { ?>
products[$i]['qty']; ?> x products[$i]['name']; ?> products[$i]['attributes']) && sizeof($order->products[$i]['attributes']) > 0 ) { echo '
    '; for ($j=0, $n2=sizeof($order->products[$i]['attributes']); $j<$n2; $j++) { ?>
  • products[$i]['attributes'][$j]['option'] . ': ' . nl2br(zen_output_string_protected($order->products[$i]['attributes'][$j]['value'])); ?>
  • '; } // endif attribute-info ?>
products[$i]['tax']); ?>% display_price($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']); if ($order->products[$i]['onetime_charges'] != 0 ) echo '
' . $currencies->display_price($order->products[$i]['onetime_charges'], $order->products[$i]['tax'], 1); ?>
process(); ?>
output(); ?>
modules)) { echo $payment_modules->process_button(); } ?>
' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?>