Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

scouti

Archived
  • Posts

    23
  • Joined

  • Last visited

Profile Information

scouti's Achievements

  1. Hello, can one insert this code? All this in German indicates? How can one adapt - shipdate? <?php // Beginn Datum und Wochentag $name_tag[0] = "Sonntag"; $name_tag[1] = "Montag"; $name_tag[2] = "Dienstag"; $name_tag[3] = "Mittwoch"; $name_tag[4] = "Donnerstag"; $name_tag[5] = "Freitag"; $name_tag[6] = "Samstag"; $name_monat[1] = "Januar"; $name_monat[2] = "Februar"; $name_monat[3] = "März"; $name_monat[4] = "April"; $name_monat[5] = "Mai"; $name_monat[6] = "Juni"; $name_monat[7] = "Juli"; $name_monat[8] = "August"; $name_monat[9] = "September"; $name_monat[10] = "Oktober"; $name_monat[11] = "November"; $name_monat[12] = "Dezember"; $num_tag = date("w"); $num_monat = date("m"); $test = substr($num_monat,0,1); if ($test == "0") { $num = substr($num_monat,1,1); $num_monat = $num; } $jahr = date("Y"); $tag_zahl = date("d"); $tag = $name_tag[$num_tag]; $monat = $name_monat[$num_monat]; // Ende Datum und Wochentag ?>
  2. can none help? Gladly this problem for all would solve on German.
  3. I would like the date on German. Is it to be worked possible with this code? Use then the variable according to. only what? // Translate day names english/german $day = substr($this->date, 0, strpos($this->date, " ")); $day_english = $day; switch($day) { case "Monday" : $day_german = "Montag"; break; case "Tuesday" : $day_german = "Dienstag"; break; case "Wednesday" : $day_german = "Mittwoch"; break; case "Thursday" : $day_german = "Donnerstag"; break; case "Friday" : $day_german = "Freitag"; break; case "Saturday" : $day_german = "Samstag"; break; case "Sunday" : $day_german = "Sonntag"; break; } $date = str_replace($day_english, $day_german . ", den", $this->date);
  4. hello, with me this error comes. who can help. Fatal error: Call to undefined function tep_get_parent_categories() in /../www/.../html/catalog/includes/seo_cache.php on line 175
  5. hello, with me this error comes. who can help. Fatal error: Call to undefined function tep_get_parent_categories() in /../www/.../html/catalog/includes/seo_cache.php on line 175
  6. can none help? popup window is too small would like it more largely to have. if I width: 450px; height: 500px inserts appears only white everything? <div style="OVERFLOW: auto; position: absolute; border: solid 2; background-color: White; z-index: auto;" id=oFrame></div>
  7. I would like to make popup the window larger. I would like to scroll no. please help
  8. Does not want to succeed simply :( I always receive this line java script:popupPricematch('pricematch.php?code1=&product1=&price1=0.00EUR') No product name, no product price, why!?
  9. Hello Tross, I do not have changed unfortunately functioned. Does it have still which with the language to do? German code ? English code 1 ?
  10. How does the LINK have to look thereby I on product_info.php comes? 'action=add_product' ??? 'action=product_id= ???????
  11. Article and price are not indicated in the POP UP ? <_<
  12. Hello, I wished it above in such a way now after many hours created the Design to make as - puuuh. How do I know now still the left button (button_buy_now.gif) on the product info. page Link ? Are these lines ?
×
×
  • Create New...