> <?php echo TITLE.' '.no_new_line($product_check['products_name']); ?>
' . $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'])) . ''; } else { $products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])); } if (tep_not_null($product_info['products_model'])) { $products_name = $product_info['products_name'] . '
[' . $product_info['products_model'] . ']'; } else { $products_name = $product_info['products_name']; } ?> 0) { ?> date('Y-m-d H:i:s')) { ?> '; ?> $ga_url_array = parse_url ( $_SERVER['HTTP_REFERER'] ); $ga_url= $_SERVER['HTTP_REFERER']; IF ($ga_url_array['path'] == DIR_WS_CATALOG.FILENAME_INFO_SHOPPING_CART ) { $ga_url = FILENAME_DEFAULT; }; // ?> ' . tep_image_button('button_back.gif', IMAGE_BUTTON_BACK) . ''; ?>
TEXT_PRODUCT_NOT_FOUND))); ?>
' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . ''; ?>
'; ?> '; ?>
'; // hier wird die VK Menge angezeigt echo ''. number_format ( $product_info['products_vkmenge_pagv'] ,2,',','. ') .' '. $product_info['products_einheit_pagv'] .'
'; ?> 0) { echo ' '; $products_options_name_query = tep_db_query("select distinct popt.products_options_id, popt.products_options_name from " . TABLE_PRODUCTS_OPTIONS . " popt, " . TABLE_PRODUCTS_ATTRIBUTES . " patrib where patrib.products_id='" . (int)$HTTP_GET_VARS['products_id'] . "' and patrib.options_id = popt.products_options_id and popt.language_id = '" . (int)$languages_id . "' order by popt.products_options_name"); while ($products_options_name = tep_db_fetch_array($products_options_name_query)) { $products_options_array = array(); $products_options_query = tep_db_query("select pov.products_options_values_id, pov.products_options_values_name, pa.options_values_price, pa.price_prefix from " . TABLE_PRODUCTS_ATTRIBUTES . " pa, " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov where pa.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pa.options_id = '" . (int)$products_options_name['products_options_id'] . "' and pa.options_values_id = pov.products_options_values_id and pov.language_id = '" . (int)$languages_id . "' ORDER by CONCAT(pa.price_prefix,'1') * pa.options_values_price"); while ($products_options = tep_db_fetch_array($products_options_query)) { $products_options_array[] = array( 'id' => $products_options['products_options_values_id'], 'text' => $products_options['products_options_values_name']); if ($products_options['options_values_price'] != '0') { /* TaxInfo */ $products_options_array[sizeof($products_options_array)-1]['text'] .= ' (' . $products_options['price_prefix'] . $currencies->display_price2($products_options['options_values_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) .') '; /* TaxInfo */ } } 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; } ; echo ''; } echo '
'.TEXT_PRODUCT_OPTIONS. '
'. $products_options_name['products_options_name'] . ': '. tep_draw_pull_down_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute). '
'; } ?>
' ; $product_info_query2 = tep_db_query( "select p.tax_rate from " . TABLE_TAX_RATES . " p where p.tax_rates_id = '" . $product_info['products_tax_class_id'] . "'" ); $product_info2 = tep_db_fetch_array($product_info_query2); foreach ($product_info2 as $key => $val) { $Steuersatz= $val; } ; IF ($product_info['products_vkmenge_pagv'] != 0 ) { $Grundpreis = $product_info['products_price'] / $product_info['products_vkmenge_pagv']; } else { $Grundpreis = $product_info['products_price']; } $Menge_PAGV= number_format ($product_info['products_menge_pagv'],2,',','.') ; // Netto Preisanzeige $Preis = number_format ( $Grundpreis ,2,',','.') ; echo TEXT_INFO_GRUNDPREIS_NETTO.' '. $Preis.' '. TEXT_INFO_GRUNDPREIS_PRO.' '. $Menge_PAGV.' '. $product_info['products_einheit_pagv']. '
' ; // Brutto Preisazeige $Grundpreis=$Grundpreis * (100 + $Steuersatz)/100 ; $Preis = number_format ( $Grundpreis ,2,',','.') ; echo TEXT_INFO_GRUNDPREIS_BRUTTO.' '. $Preis.' '. TEXT_INFO_GRUNDPREIS_PRO.' '. $Menge_PAGV.' '. $product_info['products_einheit_pagv'].'
' ; echo TEXT_SCHIPPING_WEIGHT .' '. $product_info['products_weight'].'
' ; echo TEXT_INFO_GRUNDPREIS_VERSAND ; /* Gammelin Hier wir der Grundpreis angezeigt Ende */ ?>

  ' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . ' '.tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART).'