Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pop-up info window


Guest

Recommended Posts

Posted

At my check-out process next to the credit card CVV number I have a link "Informacio" what should bring up a new small window with the information about the CVV number for customers. I got the window working but it only shows a permission error message:

 

403 Error - Forbidden

You have recieved this message because the resource you have requested is not accessable by the webserver due to file permissions or other locking conditions. Please verify that you have access rights to the requested resource or that the Apache daemon has access rights to the requested resource before trying again.

 

How can I change the code or the permission to be able to get the file?

 

Here is my line from the authorizenet_aim.php file:

 

define('MODULE_PAYMENT_AUTHORIZENET_AIM_TEXT_CVV', 'CVV Number <a onClick="java script:window.open(\'includes/languages/hungarian/cvv_help.php\',\'jav\',\'width=500,height=550,resizable=no,toolbar=no,menubar=no,status=no\');"><u>Informacio</u></a>');

 

I am very "green" so please, be detailed.

 

Thank you.

Posted

I found a solution:

 

The file "cvv_help.php" has to be in the Catalog folder.

 

define('MODULE_PAYMENT_AUTHORIZENET_AIM_TEXT_CVV', 'CVV Number <a onClick="java script:window.open(\'cvv_help.php\',\'jav\',\'width=500,height=550,resizable=no,toolbar=no,menubar=no,status=no\');"><u>Informacio</u></a>');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...