|
0) { // only need to check products_groups if customer is not retail
$scustomer_group_price_query = tep_db_query("select customers_group_price from " . TABLE_PRODUCTS_GROUPS . " where products_id = '" . (int)$HTTP_GET_VARS['products_id']. "' and customers_group_id = '" . $customer_group_id . "'");
if ($scustomer_group_price = tep_db_fetch_array($scustomer_group_price_query)) {
$retailPrice = $product_info['products_price'];
$product_info['products_price']= $scustomer_group_price['customers_group_price'];
}
} // end if ($customer_group_id > 0)
// EOF Separate Pricing per Customer
$products_price = '' . $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) . '' . $currencies->display_price($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . '';
$products_price = '' . $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) . '';
$products_price .= (isset($retailPrice)) ? ' Prezzo consigliato al pubblico: '.$currencies->display_price($retailPrice, tep_get_tax_rate($product_info['products_tax_class_id'])).' ' : '' ;
$products_price .= '' . $currencies->display_price($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . '';
} else {
// BOF Separate Pricing per Customer
if ($customer_group_id > 0) { // only need to check products_groups if customer is not retail
$scustomer_group_price_query = tep_db_query("select customers_group_price from " . TABLE_PRODUCTS_GROUPS . " where products_id = '" . (int)$HTTP_GET_VARS['products_id']. "' and customers_group_id = '" . $customer_group_id . "'");
if ($scustomer_group_price = tep_db_fetch_array($scustomer_group_price_query)) {
$retailPrice = $product_info['products_price'];
$product_info['products_price']= $scustomer_group_price['customers_group_price'];
}
} // end if ($customer_group_id > 0)
// EOF Separate Pricing per Customer
$products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id']));
$products_price .= (isset($retailPrice)) ? ' (Prezzo consigliato al pubblico: '.$currencies->display_price($retailPrice, tep_get_tax_rate($product_info['products_tax_class_id'])).') ' : '';
}
if (tep_not_null($product_info['products_model'])) {
$products_name = $product_info['products_name'] . ' ['. TEXT_PRODUCT_CODE . ' ' . $product_info['products_model'] . ']';
} else {
$products_name = $product_info['products_name'];
}
?>
";
$show = 1;
if($product_info['products_restriction']){
if(tep_session_is_registered('customer_id')){
if($data < $_SESSION['customer_dob']){
$error_restriction = 'non hai raggiunto la maggior età';
$show = 0;
}
} else {
$error_restriction = 'non sei loggato o non hai raggiunto la maggior età';
$show = 0;
}
}
if($show == 1){
//EOF Product restriction
?>
0) {
?>
date('Y-m-d H:i:s')) {
?>
TEXT_PRODUCT_NOT_FOUND))); ?>
|
|
|
' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . ''; ?> |
|
|
|
|
|
' . tep_image(DIR_WS_IMAGES . $small_image, $product_info['products_name'], ULT_THUMB_IMAGE_WIDTH, ULT_THUMB_IMAGE_HEIGHT, 'hspace="1" vspace="1"') . ' ' . tep_image_button('image_enlarge.gif', TEXT_CLICK_TO_ENLARGE) . '';
?>
|
|
0) {
?>
$products_options[$n]['products_options_values_id'], 'text' => $products_options[$n]['products_options_values_name']);
if ($products_options[$n]['options_values_price'] != '0') {
$products_options_array[sizeof($products_options_array)-1]['text'] .= ' (' . $products_options[$n]['price_prefix'] . $currencies->display_price($products_options[$n]['options_values_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) .') ';
}
}
// EOF SPPC attributes mod
if (isset($cart->contents[$HTTP_GET_VARS['products_id']]['attributes'][$products_options_name['products_options_id']])) {
$selected_attribute = $cart->contents[$HTTP_GET_VARS['products_id']]['attributes'][$products_options_name['products_options_id']];
} else {
$selected_attribute = false;
}
?>
|
|
|
|
0 && !$specialprice){
$discountplus_query = tep_db_query("select quantity, value, valuetyp from " . TABLE_DISCOUNTPLUS . " where products_id = '" . $product_info['products_id'] . "' order by quantity ");
if (tep_db_num_rows($discountplus_query) > 0) {
?>
0)
{
?>
|
|
|
|
display_price($discountplus_data['value'], tep_get_tax_rate($product_info['products_tax_class_id']));
elseif ($discountplus_data['valuetyp'] == "endprice")
$discountplus_rabatt = "->";
else
$discountplus_rabatt = ($discountplus_data['value']+0)."%";
echo $discountplus_rabatt;
?>
|
display_price($discountplus_price, tep_get_tax_rate($product_info['products_tax_class_id']));
echo $discountplus_price_output;
?> |
|
|
";
//echo "STOCK_ALLOW_CHECKOUT".STOCK_ALLOW_CHECKOUT." ";
if (((STOCK_CHECK == "true")&&($product_info['products_quantity'] > 0)) or (STOCK_ALLOW_CHECKOUT == "true")) {
echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart1.gif', IMAGE_BUTTON_IN_CART);
} else {
echo tep_image_button('button_out_of_stock.gif', IMAGE_BUTTON_OUT_OF_STOCK);
//echo tep_draw_separator('pixel_trans.gif', '1', '22');
}
?>
0) {
echo '' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . ''/* . TEXT_CURRENT_REVIEWS . ' ' . $reviews['count']*/;
} else {
echo '' . tep_image_button('button_write_review.gif', IMAGE_BUTTON_WRITE_REVIEW) . '';
}
///// SID-KILLER ( ex-change ) ////////////////////////////
// ORG:
// echo '' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . '';
///// SID-KILLER ( ex-change ) eof ////////////////////////
?>
display_template_output) {
include(DIR_WS_BOXES . 'sts_product_print.php');
} else {
echo '' . tep_image_button('button_product_print.gif', IMAGE_BUTTON_PRODUCT_PRINT) . '';
}
?>
|
|
|
|
|
' . HEADER_TITLE_PRODUCTS_DESC . ''; ?> |
0) {
$free_product = tep_db_fetch_array($get_1_free_query);
echo ' ' . sprintf (TEXT_GET_1_FREE_PROMOTION, $free_product['products_qualify_quantity'], $product_info['products_name'], $free_product['products_free_quantity'], $free_product['products_name'], $free_product['products_multiple']) . ' ';
}
// end Get 1 Free
?>
";
$bundle_query = tep_db_query(" SELECT pd.products_name, pb.*, p.products_bundle, p.products_id, p.products_price, p.products_image
FROM products p
INNER JOIN " . TABLE_PRODUCTS_DESCRIPTION . " pd
ON p.products_id=pd.products_id
INNER JOIN " . TABLE_PRODUCTS_BUNDLES . " pb
ON pb.subproduct_id=pd.products_id
WHERE pb.bundle_id = " . $HTTP_GET_VARS['products_id'] . " and language_id = '" . (int)$languages_id . "'");
while ($bundle_data = tep_db_fetch_array($bundle_query)) {
if ($bundle_data['products_bundle'] == "yes") {
// uncomment the following line to display subproduct qty
echo " » " . $bundle_data['subproduct_qty'] . " x " . $bundle_data['products_name'] . "";
echo " » " . $bundle_data['products_name'] . "";
$bundle_query_nested = tep_db_query("SELECT pd.products_name, pb.*, p.products_bundle, p.products_id, p.products_price
FROM products p
INNER JOIN " . TABLE_PRODUCTS_DESCRIPTION . " pd
ON p.products_id=pd.products_id
INNER JOIN " . TABLE_PRODUCTS_BUNDLES . " pb
ON pb.subproduct_id=pd.products_id
WHERE pb.bundle_id = " . $bundle_data['products_id'] . " and language_id = '" . (int)$languages_id . "'");
/* $bundle_query_nested = tep_db_query("select pb.subproduct_id, pb.subproduct_qty, p.products_model, p.products_quantity, p.products_bundle, p.products_price, p.products_tax_class_id
from " . TABLE_PRODUCTS_BUNDLES . " pb
LEFT JOIN " . TABLE_PRODUCTS . " p
ON p.products_id=pb.subproduct_id
where pb.bundle_id = '" . $bundle_data['subproduct_id'] . "'"); */
while ($bundle_data_nested = tep_db_fetch_array($bundle_query_nested)) {
// uncomment the following line to display subproduct qty
echo " " . $bundle_data_nested['subproduct_qty'] . " x " . $bundle_data_nested['products_name'] . "";
echo " " . $bundle_data_nested['products_name'] . "";
$bundle_sum += $bundle_data_nested['products_price']*$bundle_data_nested['subproduct_qty'];
}
} else {
// uncomment the following line to display subproduct qty
echo "";
// echo " » " . $bundle_data['products_name'] . "";
$bundle_sum += $bundle_data['products_price']*$bundle_data['subproduct_qty'];
}
}
$bundle_saving = $bundle_sum - $product_info['products_price'];
$bundle_sum = $currencies->display_price($bundle_sum, tep_get_tax_rate($product_info['products_tax_class_id']));
$bundle_saving = $currencies->display_price($bundle_saving, tep_get_tax_rate($product_info['products_tax_class_id']));
// comment out the following line to hide the "saving" text
echo " |
|
|
|
|
|
|
ATTENZIONE: Questo prodotto è destinato ad un pubblico adulto. Non può essere visualizzato in quanto |
if ( (USE_CACHE == 'true') && !SID) {
echo tep_cache_xsell_products(3600);
echo ' ';
//***
echo tep_cache_also_purchased(3600);
} else {
//***
include(DIR_WS_MODULES . FILENAME_XSELL_PRODUCTS);
echo ' ';
include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);
//***
}
?>
|
|
|
|
|
|
|
|
|