Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

*Mathias*

Archived
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Real Name
    Mathias Buhl

*Mathias*'s Achievements

  1. Hey everybody, I installed the IPN-Modul a view days ago. My Problem: After the payment there is no change in the admin-Area (still Preparing [PayPal IPN] and no customer-validation). I'm not sure but I think there have to be a database-prob (no Paypal-Table is included in my SQL) or the IPN has troube with the register_globals (=on) because of this error message when trying to get to /ext/modules/payment/paypal_ipn/ipn.php file: "Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory." Is this the right method of resolution? Now the Return path is attuned at the Paypal-Admin. So long: Everything is working fine. My argument: It's not really important to get the eMail-validation after the order. One PayPal-Vaildation is enough, isn't it? Thanks for your reply, Mathias
  2. I don't know the reason but it was an Database-Prob... After an backup it works again. But the main problem still exists, although I checked all settings and all commentaries in this topic concerning my problem: No PayPal Transaction Information Available (f786b....) Has anybody an idea what's the problem, maybe you Coopco? Are PayPal have to access my sql-database? Maybe my Provider doesn't allow this. It's really disappointing, This problem is keeping myself really busy since 4 days, with no result... :( Thanks for your help!
  3. This is definitely not the reason because the pics on my own server. This code must be a a part of the problem: function selection() { $img_visa = DIR_WS_MODULES .'payment/paypal/images/visa.gif'; $img_mc = DIR_WS_MODULES .'payment/paypal/images/mastercard.gif'; $img_discover = DIR_WS_MODULES .'payment/paypal/images/discover.gif'; $img_amex = DIR_WS_MODULES .'payment/paypal/images/amex.gif'; $img_paypal = DIR_WS_MODULES .'payment/paypal/images/paypal_intl.gif'; $jscript_url = '<a style="cursor: pointer; cursor: hand;"' . " onclick=\"java script:popup=window.open(\'" . $this->cc_explain_url . "\',\'popup\',\'scrollbars,resizable,width=625,height=600,left=50,top=50\'); popup.focus(); return false;\">"; $cc_explain = '<div style="A.hover{cursor:hand}">' . MODULE_PAYMENT_PAYPAL_CC_DESCRIPTION .' ' . "<script>document.writeln('" . $jscript_url . MODULE_PAYMENT_PAYPAL_CC_URL_TEXT . "</a>');</script>" . '<noscript><a href="' . $this->cc_explain_url . '" target="_blank">' . MODULE_PAYMENT_PAYPAL_CC_URL_TEXT . '</noscript>' ."\n".'</div>'; $paypal_cc_txt = sprintf(MODULE_PAYMENT_PAYPAL_CC_TEXT, tep_image($img_visa,' Visa ','','','align="absmiddle"'), tep_image($img_mc,' MasterCard ','','','align="absmiddle"'), tep_image($img_discover,' Discover ','','','align="absmiddle"'), tep_image($img_amex,' American Express ','','','align="absmiddle"'), tep_image($img_paypal,' PayPal ','','','align="absmiddle"') ); $fields[] = array('title' => '', //MODULE_PAYMENT_PAYPAL_TEXT_TITLE, 'field' => '<div><b>' . $paypal_cc_txt . '</b></div>' . $cc_explain ); return array('id' => $this->code, 'module' => $this->title, 'fields' => $fields); }
  4. Hi there, my problem is a little bit tricky, because I didn't change anything before: In the checkout_payment.php are the pics of Visa, Mastercard etc. are disappeared. Also the Paypal-Pic in the orders.php in Admin. I don't have any idea what happened. Had anybody the same problems or have anyone an idea? Thanks a lot! Mathias
×
×
  • Create New...