Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

webistefan

Archived
  • Posts

    14
  • Joined

  • Last visited

Everything posted by webistefan

  1. The XTC is your Contrib. Only stock would have to be purely in osc This time a link See the Sreenshot in the Topic
  2. Very nice Conribution, even if the Stock can be then it is perfect.
  3. Hello, I would like to appear with the length of characters get you write because it is so important because only a certain number in the sumas taken. <script language="JavaScript"> var MaxLen = 80; function countMe(form) { inputStr = form.products_head_title_tag.value; strlength= inputStr.length; if (strlength > MaxLen ) form.products_head_title_tag.value = inputStr.substring(0,MaxLen); form.num.value = (MaxLen - form.products_head_title_tag.value.length); form.products_head_title_tag.focus(); } </script> <script> document.write("(max. "+MaxLen+")"); </script> <br> <?php echo tep_draw_input_field('num', '', 'size=3 readonly STYLE="color: red" '); ?> As the 2 together? 'onChange="countMe(document.forms[0])" onKeyUp="countMe(document.forms[0])" ' <?php echo tep_draw_textarea_field('products_head_title_tag[' . $languages[$i]['id'] . ']', 'soft', '113', '2', (isset($products_head_title_tag[$languages[$i]['id']]) ? stripslashes($products_head_title_tag[$languages[$i]['id']]) : tep_get_products_head_title_tag($pInfo->products_id, $languages[$i]['id']))); ?> great from germany
  4. Harm. Have far a code piece found where it then on German was simply a code above to exchange. Would that be sinvoll? It sees is stupidly from if half English half German $name = explode("_", $parts[0]); //ignore the BOX_HEADING part for ($x = 3; $x < count($name); ++$x) //name may be more than one word { if (tep_not_null($name[$x])) $name[2] .= ' ' . $name[$x]; } $name[2] = strtolower($name[2]); $name[2] = ucfirst($name[2]); $boxHeading[$ctr]['heading'][$ctr] = $name[2]; $boxHeading[$ctr]['heading'][$ctr] = getBoxText($pathLanguage, $parts[0]);
  5. Here a Picture jack the red not in german :-(
  6. Jack thanks. The errors are the boxes now all are away thus shown. It was because of it some boxes 2 times to box Heading had. Now still the problem is all this on German is indicated up to the boxes. These are to be represented also on German.
  7. Sorry Jack my english is bad ;-) Perhaps you can help me. the following problem. The boxes are not in German and the information box get a name of another box although this different Box_heading designations have. A further box has only one point however no name. My Sitemap
  8. Sorry Jack my english is bad ;-) Perhaps you can help me. the following problem. The boxes are not in German and the information box get a name of another box although this different Box_heading designations have. A further box has only one point however no name. My Sitemap
  9. can you please help me i have MVS-V1.1 and in Admin categories.php Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /www/htdocs/w0072363/admin/categories.php:1) in /www/htdocs/w0072363/admin/includes/functions/sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w0072363/admin/categories.php:1) in /www/htdocs/w0072363/admin/includes/functions/general.php on line 152 sessions.php on line 67: line 67 = return session_start(); session_set_save_handler('_sess_open', '_sess_close', '_sess_read', '_sess_write', '_sess_destroy', '_sess_gc'); } function tep_session_start() { return session_start(); } function tep_session_register($variable) { return session_register($variable); } and the general: line 152= header('Location: ' . $url); // Redirect to another page or site function tep_get_languages_directory($code) { global $languages_id; $language_query = tep_db_query("select languages_id, directory from " . TABLE_LANGUAGES . " where code = '" . tep_db_input($code) . "'"); if (tep_db_num_rows($language_query)) { $language = tep_db_fetch_array($language_query); $languages_id = $language['languages_id']; return $language['directory']; } else { return false; } } function tep_redirect($url) { global $logger; if ( (strstr($url, "\n") != false) || (strstr($url, "\r") != false) ) { tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false)); } [color=#FF0000] header('Location: ' . $url);[/color] if (STORE_PAGE_PARSE_TIME == 'true') { if (!is_object($logger)) $logger = new logger; $logger->timer_stop(); } exit; } //// // Parse the data use Please can you help me?
  10. Hello, i am from Germany very nice contribution thx. I have 2 questions. 1. For what is the field ZIPCODE? Which has it thereby up itself. 2. in the Product_Info the code. I would like to get that there the number with tax indicated. At present it shows it without tax looks it in such a way: (This item requires additional shipping of 10 Euro for the first item, and 5 Euro for each additional item.) so it should be with tax (This item requires additional shipping of 12 Euro for the first item, and 7 Euro for each additional item.) This is the Code for Product Info: // Individual Shipping Contrib $extra_shipping_query = tep_db_query("select products_ship_price, products_ship_price_two from " . TABLE_PRODUCTS_SHIPPING . " where products_id = '" . (int)$products_id . "'"); if (tep_db_num_rows($extra_shipping_query)) { $extra_shipping = tep_db_fetch_array($extra_shipping_query); if($extra_shipping['products_ship_price'] == '0.00'){ echo '<i>(Free Shipping for this Item)</i>'; }else{ echo '<i>(This item requires additional shipping of $' . $extra_shipping['products_ship_price']; if (($extra_shipping['products_ship_price_two']) > 0) { echo ' for the first item, and $' . $extra_shipping['products_ship_price_two'] . ' for each additional item + regular shipping costs.)</i>'; } else { echo ' + regular shipping costs.)</i>'; } }
  11. Hello Alex, unfortunately I do not have a reference point like I it with the new type character insert. I try it am several days: - (my contribution see above. You can help me there. It would be genuinly super nicely
  12. sorry and the file newsletters_subscribe.php the two seem to be connected and on these comes here the Spam attacked
  13. Hello sorry my english is bad im from germany. Excellent tool. I hope you can help me. i have the contibut http://www.oscommerce.com/community/contri...arch,newsletter there one needed it also. that would be totally super it very important is there. I had unfortunately to switch it off on the day 1000 Spam registrations came there caused by script. It would be super if someone it there to insert can here the most important file
×
×
  • Create New...