* Displays details of a typical product * * @package templateSystem * @copyright Copyright 2003-2011 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_product_info_display.php 19690 2011-10-04 16:41:45Z drbyte $ */ //require(DIR_WS_MODULES . '/debug_blocks/product_info_prices.php'); ?>
size('product_info') > 0) echo $messageStack->output('product_info'); ?> get_template_dir('/tpl_modules_category_icon_display.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_category_icon_display.php'); } */ ?>
get_template_dir('/tpl_modules_more_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_more_images.php'); ?>

    ' . ''.TEXT_PRODUCT_MODEL.'' . $products_model . '' : '') . "\n"; ?> ' . ''.TEXT_PRODUCT_WEIGHT.'' . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '' : '') . "\n"; ?> '.''.TEXT_PRODUCT_QUANTITY.': ' . $products_quantity . '' : '') . "\n"; ?> ' . ''.TEXT_PRODUCT_MANUFACTURER.'' . $manufacturers_name . '' : '') . "\n"; ?>

Price:   ' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '
'; } else { $one_time = ''; } echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . ''.zen_get_products_display_price((int)$_GET['products_id']).''; ?>

get_template_dir('/tpl_product_reward_points.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_product_reward_points.php'); } ?>

Execute($count_stars_query); $starnum = round($count_stars->fields['aver']); $star = array("","","","",""); if($count_stars->fields['num']>=1){ $reviews_display =''. $star[$starnum-1] .' ('.$count_stars->fields['num'].TABLE_HEADING_BEST_INDEX6.')'; }else{ $reviews_display =' (0 '.TABLE_HEADING_BEST_INDEX6.')'; } echo $reviews_display;?>
fields['total'] > 0) { ?> get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>
COLOR CHART
SIZE CHART
Measurement Guide
get_template_dir('/tpl_modules_products_quantity_discounts.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_quantity_discounts.php'); ?>
in_cart($_GET['products_id'])) ? '

' . PRODUCTS_ORDER_QTY_TEXT_IN_CART . $_SESSION['cart']->get_quantity($_GET['products_id']) . '

' : ''); if ($products_qty_box_status == 0 or $products_quantity_order_max== 1) { // hide the quantity box and default to 1 $the_button = '' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT); } else { // show the quantity box $the_button = ' ' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT); } $display_button = zen_get_buy_now_button($_GET['products_id'], $the_button); ?>
currencies[$_SESSION['currency']]['symbol_left']; $product_check = $db->Execute("select products_tax_class_id, products_price, products_priced_by_attribute, product_is_free, product_is_call, products_type from " . TABLE_PRODUCTS . " where products_id = '" . (int)$_GET['products_id'] . "'" . " limit 1"); $display_normal_price = str_replace($dd,'',$currencies->display_price(zen_get_products_base_price((int)$_GET['products_id']),zen_get_tax_rate($product_check->fields['products_tax_class_id']))); $display_special_price = str_replace($dd,'',$currencies->display_price(zen_get_products_special_price((int)$_GET['products_id'], true),zen_get_tax_rate($product_check->fields['products_tax_class_id']))); $display_normal_price=str_replace(',','',$display_normal_price); $display_special_price=str_replace(',','',$display_special_price); ?>
get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php'); ?>
get_template_dir('tpl_product_info_similar.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_product_info_similar.php');?>