Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mcreative

Archived
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Real Name
    M Mosel

mcreative's Achievements

  1. I know. But I'm just working for a client of a client. It's their back, not mine. I did mention to the first client that this is illegal and that they may want to let their client know this. But what they choose to do from there is up to them.
  2. UPDATE: Well, the existing cc module had been modified already, so replacing it wasn't an option. I was able to patch together a working solution though, by looking at a few different mods and then tweaking the appropriate files myself. I did not install a switch in the module for the admin to remove the CVV2 from the checkout. If they want that then they'll have to decide if they want to pay for more time involved to plug that in. All I can say is phew lol.
  3. OMG lol wow. That's something. Hmm, I'm still trying to decide if I should use this upgrade or try to hack together something with pieces from other patches. The currently installed files seem out of date perhaps. Oh and they may have their own modifications too, not sure yet. But thanks so much for this info. Maybe I'll fix this and upload it all again and see what happens...
  4. Hello :) Well, I was asked by a client to help them upgrade their checkout to include CVV2. So, I started with this contribution. I followed all the instructions carefully, but when I uploaded everything, it didn't work right. Argh. I uninstalled the module in the admin, and then reinstalled it. I was able to see the CVV2 radio button, and it was set to on. So that part seemed ok. However, when I went to checkout, all I saw was the text "MODULE_PAYMENT_CC_TEXT_PUBLIC_TITLE" in place of where the credit card input fields normally go. I'm a bit stumped as I don't really know the flow for the checkout code in OS Commerce. The original cc.php file has this at the top of the file: $Id: cc.php,v 1.53 2003/02/04 09:55:01 project3000 Exp $ The one in the contribution/update has this: $Id: cc.php 1739 2007-12-20 00:52:16Z hpdl $ Don't know if that helps me or not. The original cc.php is also different in that it's missing this line: $this->public_title = MODULE_PAYMENT_CC_TEXT_PUBLIC_TITLE; in the function cc() near the top of the page. (which also happens to be the text that is being output when I try to checkout) The unfortunate thing is that this is a working site and I have to make the changes to a live server - ugh. If anyone has a tip for me regarding this, I would be seriously grateful! Oh, on a side not, is there a way to turn off the site from the admin panel? Or put up a notice to visitors?
×
×
  • Create New...