View Single Post
  #5  
Old 03-10-2011, 01:50 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: where can I add my own functions?

You have to 'start' X-cart in each script.

The first thing you should have in your file, if in xcart root, is this:
Code:
require './auth.php';

Then you can use $smarty and other x-cart functions.
__________________
- Shane Munroe
Reply With Quote