![]() |
Redirect back to a customized page
I wrote my own page, saying client.php. I used
Code:
require $xcart_dir."/include/security.php"; Thanks a lot. Jeff |
Since you are doing this within the framework of X-Cart, you can not simply display a php page. X-Cart uses Smarty Templates to display all the data that the php files gather/create/retreive.
You will need to follow the same convention with your client.php file. This means assigning data and arrays to Smarty Veriables, assigning a display template and then creating the corresponding template to dispaly it all. |
Thank you. I have no problem to make php page (client.php) work within the framework of X-Cart. The problem I have is how to redirect users back to the client.php page after they are asked to login using X-cart authentication.
|
All times are GMT -8. The time now is 11:04 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.