nmad Posted September 10, 2003 Posted September 10, 2003 Hello, I install CVV for osC MR2 1.0 (http://www.oscommerce.com/community/contributions,1481) in my oscommerce, all work ok, the only problem i have is that in the checkout payment proccess the contribution create the field "Cvv Number: [help?]", but when i hit "[help?]", a blank pop up appear and show nothing. Any help? Thanks Quote
nmad Posted September 16, 2003 Author Posted September 16, 2003 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 Quote
austinkamshan Posted September 16, 2003 Posted September 16, 2003 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 Quote
dace Posted September 18, 2003 Posted September 18, 2003 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 Quote
austinkamshan Posted September 21, 2003 Posted September 21, 2003 I am glad you got it to work. It can be frustrating when you cannot figure something out and it ends up being something so simple. However, I have learned so much over the "simple" stuff. :D Kamie Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.