View Single Post
  #2  
Old 04-13-2005, 04:43 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

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.
Reply With Quote