Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bharper

Archived
  • Posts

    8
  • Joined

  • Last visited

Everything posted by bharper

  1. Yep, they are in the db but not showing up because the orders_total info is required for the join clause to pick up an order. I didn't think it was this contrib but just wanted to make sure... plus I saw where you had similar order issues in the past. -bh
  2. I just found out my host (pair) just moved to a new version of mysql.... wonder if that could have anything to do with it. None of the orders_total info is getting written for new orders. I'm pretty sure the first order I pushed through (successfully) was before their MySQL migration. I think the last orde that is showing up correctly was done though this contrib. Thoughts? -bh
  3. My payments are finally going through. I had to get a new paypal api cert... for some reason the first one stopped working. New one works fine for now. My latest issue is orders not showing up in the admin console. I can see them in the database but they aren't returned with the SQL that builds the order page. Looks like the orders_total information is not being written to the db. This contrib is the only one I've installed.. anyone else seen this or have any ideas. -bh
  4. This is easily changed in /includes/languages/english/modules/payment/paypal_wpp.php on line 8. If you change it here it will also alter how it is displayed in the admin=>payment modules section. -bh
  5. Thanks. Sorry for the remedial PHP questions.. I haven't learned all the quirks yet. -bh
  6. This is probably due to something else I did .... I get this when trying to go to "My Account" or "Cart" Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/gf/gf/catalog/includes/languages/english.php:341) in /usr/www/users/gf/gf/catalog/includes/functions/general.php on line 29 Have you seen this before? I'm kinda new to php BTW - java guy. -bh
  7. It was indeed my api access credentials. It worked first time through after I got those right. I sure am glad you can issue refunds for 60 days! So, Im not quite clear about switching from sandbox to live testing... do i need to have both api access certs in the wpp_cert directory or do I switch them out? I guess i could leave them both in and just point the module to the correct one depending on live/sandbox. Thanks again for your time/code. Nice work. -bh
  8. OK, I went throught the install yesterday and I have a few questions. 1) To alternate between sandbox/live testing do I need to request api access in both environments? 2) I still get the generic "Your card has been denied...." error everytime I try to use a credit card. Is the snippett of code mentioned above supposed to give me more descriptive error? 3)Would I get this error if my api access credentials were incorrect? Thanks for your time. -bharper
×
×
  • Create New...