Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adauktion

Archived
  • Posts

    30
  • Joined

  • Last visited

Profile Information

  • Real Name
    Michi

adauktion's Achievements

  1. i didnt get any basket informations :( i have changed the echo '<div class="smalltext"><b>' . TEXT_SHOPPING_CART_SUBTOTAL . ' ' . $currencies->format($cart->show_total(), true, $currency) . '</b></div>'; echo '</td>' . "\n"; to if (is_object($cart)) { $products = $cart->get_products(); for ($i = 0, $n = sizeof($products); $i < $n; $i++) { $contents[] = array('text' => $products[$i]['quantity'] . ' x ' . $products[$i]['name']); } if (sizeof($products) > 0) { $contents[] = array('text' => tep_draw_separator('pixel_black.gif', '100%', '1')); $contents[] = array('align' => 'right', 'text' => TEXT_SHOPPING_CART_SUBTOTAL . ' ' . $currencies->format($cart->show_total(), true, $currency)); } else { $contents[] = array('text' => ' '); } } same effect
  2. I have a problem since 2.0ec Fatal error: Cannot redeclare tep_get_ip_address() (previously declared in ****/catalog/admin/whos_online.php:22) in ***/catalog/admin/includes/functions/general.php on line 1348 lust update the contrib today on contri site. same problem...
  3. Hello, i have a big problem with Easy Populate 2.76d-MS2. i download v_products_model v_products_name_2 v_products_price EOREOR only for priceupdate´s. make my work...load the file to server...perfect - prices are changed BUT my description from the products are not here :( in myphpadmin database i see in products_despcription "optimize table 975.000 bytes"... .) is it normal, that easypopulate delete my descriptions if i dont "update" it and only download price and description via admin ? .) can i get back the description (yes i am stupid and didn´t get a full backup) with the optimize (i know, optimize is not a "back-function") part in mysql with an back-part ? please help. thx a lot.
  4. very nice, the contri function 10 mins. and than the same problem with repair the DB. Solves the problem 100% ***** not correct repair the table, change your cookiepath - and test it
  5. same problem. old version of header tag controller (don?t know wich version) and nothing is on the titel
  6. running very nice but i missing a refer-list (from wich search-engine, price comparison company, partners etc.)
  7. very nice contri still running BUT: i have a lot of: Ihr Provider: 113.164 Ihr Provider: 113.178 Ihr Provider: 112.120 Nice, but witch provider is that ? *g*
  8. and how ? define('TABLE_HEADING_SHIPPING_TAX', 'Steuer Versandkosten'); runnige but: TEXT_SUBTOTAL TEXT_DISCOUNT TEXT_DELIVERY TEXT_TAX TEXT_TOTAL not with: TABLE_HEADING TABLE_HEADING_TEXT ENTRY ADDPRIDUCT witch define for this parts ? thx for help
  9. @loopylenny sorry missunderstood...this is only my define in the config.
  10. session from config: define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'
  11. you see it wrong ^^ the correct amount is: Productprice is 499,-- EUR incl. Tax (20%) Text_Subtotal/nettoprice - correct amount is: 415.83 is it possible that i can self update this prices ? a field, who is writeable to the database (also the text ... Text_subtotal, Text_Discount etc) ?
  12. :( no....didn?t func. table http_referer and user_agent are on the DB. repair and 5 min. funct. then same effect
  13. repair table....very easy way and....good way - many thx
×
×
  • Create New...