Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tincan

Pioneers
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Real Name
    john
  • Gender
    Male

tincan's Achievements

  1. I'm researching my merch services options... I'm just wondering, do you need to have both an Intuit Merchant Account and add on their "for Web Stores" service too? Also, what osC ver did you get it working in? v2.2rc2a? Thanks!
  2. Thanks for the quick reply dhildebra. I'll dig further. Talking to the support guy this morning, made it seem that they didnot have code to give me. I will inquire again. Thanks for the tip about the PCI fees. We'll start asking about that specifically while we research for a new gateway.
  3. I'm sorry that I dont have an answer for you, but I have a question about SecurePay. We are considering going with SecurePay. Looking thru the contribs, the only one I find is from back in 2003: "SecurePay.Com Payment Module (USA)" Did you use this contrib? or did you use the translator that securepay has that takes the authorize.net format? (http://www.securepay.com/help/securepay/index.php?n=Site.Authnettranslator) or did you write your own? Thanks. ps- were there problems with SecurePay that you are switching away from them?
  4. Hello. We've got an osc store set-up (v2.2 RC2) running and are looking at possibly going with SecurePay for processing credit card transactions. (switching from another company who is less economical for us) SecurePay says that osc works, but talking to a tech support guy, he said to use the provided contrib - looking at the contribs, this module is from June 2003: "SecurePay.com Payment Module (USA)" Searching the forums, I have also found that securepay says that they have an authorize.net translator and you just need to use the authorizenet_cc_aim module and change the gateway path: simply search the code for this line: https://secure.authorize.net/gateway/transact.dll and replace it with: https://www.securepay.com/AuthSpayAdapter/process.aspx Has anyone gone with securepay? Which method have you used? Are you satisfied? Any issues to watch out for? Thanks for any advise you can provide.
  5. For those who run into this, or something similar... I traced this back to needing the proxy stuff set for using godaddy. The following 3 lines were added to ext/modules/payment/paypal/standard_ipn.php and the endless emails seems to have stopped. curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE); curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); curl_setopt($ch, CURLOPT_PROXY, "http://proxy.shr.secureserver.net:3128"); I hope this helps.
  6. Hello. I was tweeking paypal_standard.php, trying to change the subject line a little. During my trial and error of doing this, I started getting "PayPal IPN Invalid Process" emails being sent to my debug email. I've fixed the error I had in the file and it works fine, but I am still getting the debug emails from the first few problem attempts. I have removed all the orders in the db thru the admin screen - still getting the emails. I figure there must be a daemon somewhere that needs to be bumped, but I cant find anything. I am using osc v2.2 rc2a, using the paypal sandbox, and am on a godaddy server. Looking at the long headers of the email, it is coming from the godaddy server, so I figure its on my side, not the paypal side. Does anyone have any insight for me? Thank you.
  7. Hello. Is there a limit to the length that the constant variable MODULE_PAYMENT_PAYPAL_IPN_TEXT_PUBLIC_TITLE can be? only in admin pages? I have installed PayPal_IPN_v2.3.3 on oscommerce 2.2rc1 and altered the file paypal_ipn.php in the languages->english->modules->payments with the following: define('MODULE_PAYMENT_PAYPAL_IPN_TEXT_PUBLIC_TITLE', '<img src="images/horiz_PP.gif" align=left width=135 border="0"><b>Credit & Debit Card Payments via PayPal\'s Secure Servers</b><br>We accept all PayPal currencies & payment types.<br>No PayPal account required for card payments.'); It seems to work ok for the customer pages (like the one generated by checkout_payment.php) but in the admin pages it gets truncated and the resulting generated page has a missing image icon. Here is a line from the page source that is generated when looking at orders (admin/orders.php): <td class="infoBoxContent"><br>Payment Method: <img src="images/horiz_PP.gif" a</td> No big deal since it's not being seen by the customer, but it just bugs me that I dont know why it happens. Am I not setting something somewhere? Thanks for any help. -john.
  8. Hello. Is there a limit to the length that the variable MODULE_PAYMENT_PAYPAL_IPN_TEXT_PUBLIC_TITLE can be? only in admin pages? I have installed PayPal_IPN_v2.3.3 on oscommerce 2.2rc1 and altered the file paypal_ipn.php in the languages->english->modules->payments with the following: define('MODULE_PAYMENT_PAYPAL_IPN_TEXT_PUBLIC_TITLE', '<img src="images/horiz_PP.gif" align=left width=135 border="0"><b>Credit & Debit Card Payments via PayPal\'s Secure Servers</b><br>We accept all PayPal currencies & payment types.<br>No PayPal account required for card payments.'); It seems to work ok for the customer pages (like the one generated by checkout_payment.php) but in the admin pages it gets truncated and the resulting generated page has a missing image icon. Here is a line from the page source that is generated when looking at orders (admin/orders.php): <td class="infoBoxContent"><br>Payment Method: <img src="images/horiz_PP.gif" a</td> No big deal since it's not being seen by the customer, but it just bugs me that I dont know why it happens. Am I not setting something somewhere? Thanks for any help. -john.
×
×
  • Create New...