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); ?>