Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CVV for osC MR2 1.0...


nmad

Recommended Posts

I?m searching the code and the only lines that appear the "pop up" words are:

 

in checkout_payment.php line119-121
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,heigh
t=450,screenX=150,screenY=150,top=150,left=150')
}

 

the link in "HELP" is to:

java script:popupWindow('http://myurl/catalog/FILENAME_POPUP_CVV?osCsid=4efb7f9099eb60e3b46b8fcc74276be9')

 

 

I?m confused and don?t know what is wrong. :(

Thanks

Link to comment
Share on other sites

Try this:

 

Go to catalog/includes/filenames.php

 

and add this:

 

// cvv pop up
 define ('FILENAME_POPUP_CVV','popup_cvv.php');

 

See if this fixes the problem. I had the same issue and believe this is what I added to get it to show.

 

HTH - Please let me know if it works.

 

Kamie

Link to comment
Share on other sites

Strange, I found that when I installed this it came up with a javascript error on the help? link, yet opened no window.

 

I checked the filenames.php file the local copy and it had in the change you suggested, yet both filenames (local and development) had the same size.

 

Regardless, I ftp'd up payment_process.php and filenames.php up again to make sure and lo and behold. It worked fine after a refresh.

 

 

Mike

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...