Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

linkpoint pop up question


MrE03

Recommended Posts

Posted

this is a noobie question but i was wondering where i need to put the script for the pop up help:

 

ALSO ADD THIS TO APPLICATION_TOP:
You also need to add this definitions to your catalog/includes/application_top.php file:

define('FILENAME_POPUP_CVS_HELP', 'popup_cvs_help.php');
define('FILENAME_CVS_HELP', 'cvs_help.php');

 

in the manula it asks me to put that in, but i dont know where when i open the application_top.php.

 

can anyone help?

Posted

Hi,

 

this is a noobie question but i was wondering where i need to put the script for the pop up help:

 

ALSO ADD THIS TO APPLICATION_TOP:
You also need to add this definitions to your catalog/includes/application_top.php file:

define('FILENAME_POPUP_CVS_HELP', 'popup_cvs_help.php');
define('FILENAME_CVS_HELP', 'cvs_help.php');

 

in the manul it asks me to put that in, but i dont know where when i open the application_top.php.

 

This looks like a contribution, and as the define (defining a constant) is not dependant upon any other constants, I would simply place it just after this line:

 

28  // include server parameters
 29    require ('includes/configure.php');

 

with some comments to state what the code is used for.

 

Peter

Archived

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

×
×
  • Create New...