View Single Post
  #17  
Old 02-13-2009, 07:59 AM
 
baronmunchowsen baronmunchowsen is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 31
 

Default Re: How to pop up a window.

If you're getting the

Quote:
Page not found!
The requested page does not exist or you are not allowed to access it!


message, you need to make sure that the hlp_XXXX.tpl files you're creating are all lowercase. You'll see in includes/popup_info.php there is this line of code:

PHP Code:
$template_name "help/hlp_".strtolower($action).".tpl"
__________________
----------------------------------------
Looking for helpful pointers with his x-cart installation
X-Cart version 4.1.8
Reply With Quote