[ Index ]

PHP Cross Reference of osCMax 2.0.4

title

Body

[close]

/ -> Order_Info.php (source)

   1  <?php
   2  /*

   3  $Id: Order_Info.php 3 2006-05-27 04:59:07Z user $

   4          by Cheng

   5  

   6          OSCommerce v2.2 CVS (09/17/02)

   7  

   8     Modified versions of create_account.php and related

   9    files.  Allowing 'purchase without account'.

  10  

  11    osCMax Power E-Commerce

  12    http://oscdox.com

  13  

  14    Copyright 2006 osCMax2005 osCMax, 2002 osCommerce

  15  

  16    Released under the GNU General Public License

  17  */
  18  
  19  // Most of this file is changed or moved to BTS - Basic Template System - format.

  20  // For adding in contribution or modification - parts of this file has been moved to: catalog\templates\fallback\contents\<filename>.tpl.php as a default (sub 'fallback' with your current template to see if there is a template specife change).

  21  //       catalog\templates\fallback\contents\<filename>.tpl.php as a default (sub 'fallback' with your current template to see if there is a template specife change).

  22  // (Sub 'fallback' with your current template to see if there is a template specific file.)

  23  
  24    require ('includes/application_top.php');
  25  
  26    require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CREATE_ACCOUNT);
  27  
  28  // BOF: MOD - Country-State Selector

  29    if ($HTTP_POST_VARS['action'] == 'refresh') {$state = '';}
  30    if (!isset($country)){$country = DEFAULT_COUNTRY;}
  31  // EOF: MOD - Country-State Selector

  32  
  33    $breadcrumb->add(NAV_ORDER_INFO, tep_href_link('Order_Info.php', '', 'SSL'));
  34  
  35  $content = Order_Info;
  36  
  37    include (bts_select('main', $content_template)); // BTSv1.5

  38  
  39  
  40   require (DIR_WS_INCLUDES . 'application_bottom.php'); ?>


Generated: Fri Jan 1 13:43:16 2010 Cross-referenced by PHPXref 0.7