Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted

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

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.

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