Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pcdreno

Pioneers
  • Posts

    27
  • Joined

  • Last visited

Everything posted by pcdreno

  1. So, I've got the Paypal Express module kind of working. I can add a product to my cart and get the Checkout with Paypal button. Upon clicking, I'm redirected to Paypal where I can successfully login with my test account. This takes me to a "Review your information" page with a "Continue" button at the bottom. This is where I run into problems. I'm redirected to this link in my store: catalog/ext/modules/payment/paypal/express.php?osC_Action=retrieve&token=EC-0VF58076YB6673535&PayerID=YR74AURYKV5RY but the page itself is blank. I can't for the life of me figure out what's going on. Any suggestions would be greatly appreciate! Thanks!
  2. Does anyone know if the fast easy checkout contrib requires register_globals to be on? I'm testing our site to migrate to PHP5/MySQL 5 and running into an issue. When I try to submit the transaction to go to the checkout_confirmation page, I get kicked right back to the checkout_shipping page with the TEXT_CCVAL_ERROR_UNKNOWN_CARD being triggered. This happens with any card number I try, including the provided test numbers. I'm using Authorize.net AIM method along with the fast easy checkout contrib. And, from what I can tell, the only differences are the upgraded PHP/MySQL versions and the register_globals being turned off. If this is an issue with fast easy checkout and the register_globals, anyone know of a fix? The contrib page doesn't mention anything specifically about register_globals. Thanks in advance!!!
  3. I recently installed the register_globals contrib (now set to OFF) and I'm using an older Authorize.net SIM module along with the Fast Easy Checkout contrib. Everything works great, until I go to complete the transaction. Once I enter the payment info, and click to continue to the checkout_confirmation page, it kicks me right back to the checkout_shipping page with the TEXT_CCVAL_ERROR_UNKNOWN_CARD error triggered. I can't for the life of me figure out what might be causing this. Does Fast Easy Checkout or Authorize.net require register globals to be on? Is that the problem you think? Any suggestions would be greatly appreciated. Thanks!
  4. I'm using create_account1.php and I'm not allowing users to create accounts. I would however, like to give the user the option of having a checkbox that says "shipping address the same as billing address", and if they uncheck it, they'll have the option to enter a separate shipping address from the same page. This will prevent the user from having to change it at the very end of the checkout process. Anyone seen a contrib that will do this and work with Fast Easy Checkout? Thanks in advance for those who offer help!
  5. Found the problem. I recently implemented the Automatic Remove From Cart contrib, which changed the html_output.php file for drawing checkboxes and handing the $checked var.
  6. For some reason, the "automatically select the cheapest method" is not working. I'm not sure what I changed, but it suddenly stopped working. The cheapest shipping method's row is highlighted, but the radio button is not checked. Also, when I choose a method, the row highlight disappears for that row. I'm not receiving any javascript errors, and I'm not using the AJAX shipping. I'm using shipping_box.php. Any thoughts on what might be causing this?
  7. I've figured out this. Something is triggering the $HTTP_GET_VARS['payment_error'] variable, but not sure why, or what. :unsure:
  8. I'm experiencing an error, which I'm sure others have encountered. This error occurs if a user chooses to update their shipping/billing address from the checkout_confirmation.php. Upon editing/updating their address information from checkout_shipping_address.php or checkout_payment_address.php and then hitting continue, they are naturally redirected back to checkout_shipping.php (with Fast Easy Checkout implemented). The problem is here. When the user arrives the Credit Card error (TEXT_CCVAL_ERROR_UNKNOWN_CARD) appears. Why is this happening? It's alarming to some customers and I can see why. I would appreciate any insight into this problem. Thanks!
  9. I've seen two or three other people ask about getting FEC to work with the Country-State Selector - contrib, #2028 - http://addons.oscommerce.com/info/2028. So far, I haven't seen any answers to their questions, so I'm asking myself. I'm using create_account1.php and can't figure out how to update it to allow me to use the Country-State Selector contrib. Anyone have any suggestions? Should I switch over to the PWA contrib? Thanks in advance for any help!
×
×
  • Create New...