Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cdahrens

Archived
  • Posts

    36
  • Joined

  • Last visited

Everything posted by cdahrens

  1. I have this module installed, and everything was working great in sandbox mode. This morning, I turned on the WPP in my live paypal account, downloaded the cert and changed my username, password, and live/sandbox setting in the admin. I tried to purchase a product for $.01 to test it out. The purchase went through successful for both direct payment and EC. The order shows up in the admin, however the funds were not received in my paypal account, nor were they withdrawn from my CC or EC paypal account. Does anyone have any ideas??? Chris
  2. I just noticed that my site listed above had the disable checkout turned off. It's now on. You still might want to add the logic to other checkout pages to prevent direct access to them.
  3. The logic to stop the checkout process is in checkout_shipping. If you have any contribs that bypass that part of the checkout process, then you might have to move the logic to other pages. Paste the logic that you put in checkout_shipping to the top of checkout_payment as well.
  4. This is the support thread for the Disable Checkout contribution. It is my first contribution and is fairly simple and straitforward, but if anyone has any questions about it, this is the place. The contribution will allow you to "lockdown" the purchasing of products on your OSC site by changing a value in the admin. Users are allowed to browse products, create an account, join newsltters, view past orders... just about anything except order products. You can view this contribution on a site I am working on; http://www.chuggybrand.com. The checkout will only be disabled for a week or two longer, as we plan to make the site live.
  5. It works. If any one else has this issue try the steps below. In includes/modules/payment/paypal_wpp.php replace all occurrences of: number_format($order->info['total'], 2) with: tep_round($order->info['total'], 2) Chris
  6. dynamo, Do you think this problem could be coming from the use of number_format in paypal_wpp.php. The link below describes some known problems with using number_format to round off numbers. Tonight I?ll replace number_format with the round() function and do some testing. http://www.oscommerce.com/forums/lofiversion/i...hp/t185537.html Chris
  7. I have a rounding problem. The total being charged by PayPal is incorrect. 15.000.....Subtotal 00.825.....Tax ------------------------------ 15.825.....Actual Total 15.83.......Total displayed on website (this is correct, it rounds up as it should) 15.82.......Total charged by PayPal Where in the code does the total get sent to PayPal? Does it send the actual total (15.825) and let PayPal round it down? I do have CCGV installed, which may have some effect on this. However in the case I outlined above, there are no discounts applied. I am a developer my self (although new to PHP) and can probably figure this one out, I just need a starting point. Thanks
  8. It works. Just thought I'd note the solution in case anyone else has this problem. I was having problems with page not found errors and losing the loggged in user when entering and exiting the SSL server. I was using a subdomain and had dev.chuggybrand.com for the HTTP_SERVER in config.php. I had to change the server to www.chuggybrand.com/dev. Everything worked.
  9. Sorry about that, my last post is not entirely correct. Let me try again. I think this might be a WPP SSL problem. The page not found error I talked about in the last post is not an issue (I was on a different test site). I think I need to stay in this thread for advice. Why would the EC button show in NON-SSL but not show in SSL mode? Thanks Chris
  10. I turned off the SSL in configure.php, and it works. When I turn SSL back on it disappears. I think this might be a SSL problem and not a WPP problem. I get a page not found error when I try to create an account with SSL on. Any suggestions on a good thread for BlueHost shared SSL help? Thanks Chris
  11. Glen, I don't think the slow paypal connection is my problem. There isn't even a box for the button to be displayed in. If you want to look for your self, try to log in to my test site at http://dev.chuggybrand.com. Thanks Chris
  12. I have added WPP in my site and it works ok locally (I have easyPHP installed). The only problem is that when I published my site to my webserver, the EC button on the login page dissapears. Is this a problem with my server? Could I have missed a file when uploading? I re-installed the module in the admin, and made sure my settings were identical to my local site. Any suggestions would be appreciated. Chris
  13. Thobry, or anyone else who knows, what is the solution for this one? I am having the same problem, the amount sent to paypal does not include the discount. How about this problem, did you get it fixed. I could use some help with this one as well. Thanks
×
×
  • Create New...