Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Split credit card problem, email not saving


webessentials

Recommended Posts

Hello all,

I've got a problem with my ocCommerce site. I've installed it as directed but now, when I go into the payments module, install the credit card option, and insert my email address into the split credit card email box, and finally click save, nothing happens. The page reloads, but my email address doesn't show up. If I go and edit the CC option, to see if my email address is in there, the field is still blank. When I make a dummy order, the CC number is fully intact.

 

This problem was solved in a different post but the link to the answer no longer points to the fix. (http://www.oscommerce.com/community/bugs,2742/search,2742).

 

Really hoping someone can help me.

 

Paul

Link to comment
Share on other sites

WOO HOO...finally tracked down the fix...so here it is for anyone else with this problem...

 

admin/includes/modules.php

 

 

FIND:

$action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : '');

 

if (tep_not_null($action)) {

switch ($action) {

case 'save':

 

INSERT IN NEXT LINE:

reset($HTTP_POST_VARS['configuration']);

 

That's it. Hope it helps someone else.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...