[ Index ]

PHP Cross Reference of osCMax 2.0.4

title

Body

[close]

/ -> product_info.php (source)

   1  <?php
   2  /*

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

   4  

   5    osCMax Power E-Commerce

   6    http://oscdox.com

   7  

   8    Copyright 2006 osCMax

   9  

  10    Released under the GNU General Public License

  11  */
  12  
  13  // Most of this file is changed or moved to BTS - Basic Template System - format.

  14  // 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).

  15  //       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).

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

  17  
  18    require ('includes/application_top.php');
  19  
  20  // LINE ADDED: MOD - Added for Dynamic MoPics v3.000

  21    require (DIR_WS_FUNCTIONS . 'dynamic_mopics.php');
  22    require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PRODUCT_INFO);
  23  
  24    $product_check_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'");
  25    $product_check = tep_db_fetch_array($product_check_query);
  26  
  27    $content = CONTENT_PRODUCT_INFO;
  28    $javascript = 'popup_window.js';
  29  
  30    
  31  
  32    include (bts_select('main', $content_template)); // BTSv1.5

  33  
  34    require (DIR_WS_INCLUDES . 'application_bottom.php');
  35  ?>


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