Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rp9534

Archived
  • Posts

    8
  • Joined

  • Last visited

Everything posted by rp9534

  1. rp9534

    New York Sales Tax

    Try: http://addons.oscommerce.com/info/2792
  2. I'm using a different payment module, but the problem is the same... I want to do only an Auth when the order is placed, and Capture the funds when it is shipped. The first part is easy, but ideally, I would like to have the capture done automagically when setting the order status to "shipped" in the admin panel. I'm not a good enough PHP programmer to figure out all the details - has someone implemented something similar yet?
  3. Try increasing the CURLOPT_TIMEOUT to 15 (or maybe more). That's the problem I was having.
  4. Since no CC info is stored in the DB, how do you handle credits, i.e. for returned merchandise?
  5. This is a great tutorial - thanks for all the time spent putting it together. I am successfully running in Desktop mode in the test environment. Here's some feedback... 1. I had to increase CURLOPT_TIMEOUT to 15 - otherwise I would always get an error. Could this be just my setup, or the test environment? 2. I would like to be able to offer the user a selection (drop-down list) of which credit cards we accept, rather than telling them after the validation that the one the entered isn't accepted. It would be nice if this list was manged in the admin. 3. No CC info is stored in the database. authcode and transid are captured, but they don't go anywhere. There are fields in the DB for owner, card number, expirey date, etc. but these never get inserted. I tried a quick fix, but I don't know PHP and the scoping rules are different than what I'm used to (this->cc_card_owner, etc are not valid in before_process()). 4. Other web-sites I've used only verify credit card info at time of order, and then charge the card when the items are shipped. This helps if something isn't shipped right away as the customer gets charged only when the items are shipped. 5. Since no CC info is stored, there is no way to give a credit. Do people agree that these would be good features? If so, is anyone working on them or should I start hacking away :o Rob
×
×
  • Create New...