Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

amspo

Archived
  • Posts

    25
  • Joined

  • Last visited

Profile Information

  • Real Name
    Rainer Amend

amspo's Achievements

  1. @ Hobbes_TheReal How did you solve the problem?
  2. ok it works fine regards rainer
  3. i have the same error in osc ms2 my funktion in the general.php //// // Verify if Payment is allowed function tep_get_payment_unallowed ($pay_check) { global $customer_id; $payments = tep_db_query("select customers_payment_unallowed from " . TABLE_CUSTOMERS . " where customers_id = '" . $customer_id . "'"); $payments_not_allowed = tep_db_fetch_array($payments); $payments_unallowed = explode (",",$payments_not_allowed['customers_payment_unallowed']); $clearance = (!in_array ($pay_check, $payments_unallowed)) ? true : false; return $clearance; } regards rainer
  4. hello, i have the same problem: Error when I open my_points.php Warning: Missing argument 1 for tep_get_shopping_points() in /usr/local/apache/htdocs/evabijoux/includes/functions/redemptions.php on line 17 Fatal error: Call to undefined function: tep_count_pending_rows() in /usr/local/apache/htdocs/evabijoux/my_points.php on line 72 regards rainer PHP Version: 4.3.11 MySQL 4.0.24
  5. i have follow error in phpBB 2.0.11 when i logged in then i became the error Fatal error: Call to a member function on a non-object in /home/www/web32/html/webk001/includes/modules/phpbb2/privmsg.php on line 1819 regards rainer
  6. Who accomplished and makes the Upgrade on the version 2.0.11 its data available? Regards Rainer
  7. Hello, can put his patched files to me on version 2.0.11 at the disposal? http://www.phpbb.com/phpBB/viewtopic.php?t=240636 http://www.phpbb.de/viewtopic.php?t=70839
  8. I would like the Bundle article as Url to call to explain and the price inclusive Tax wheel behind it to represent... Can that be done? who can form the code for me? best regards rainer
  9. hi, thanks for good mod. best regards rainer
  10. @ burtsmith Hallo, have you fixed this problem ? I have the same error - can you help me? Regards Rainer
  11. Hello, a very good contrib. It functions without problems. regards rainer ;)
  12. Problem: Displaying 1 to 2 (of 2 items on your wishlist) Result Pages: 1 and the Wishlist is empty /includes/application_top.php change code to: regards rainer :unsure:
  13. how the category does name have read exactly and how must the article name be called exact?
×
×
  • Create New...