Quote:
Originally Posted by Bigjohn
I got all the back end stuff working - great actually...... now, is there a way to call / insert the "purchase" stuff into my existing site? Or do I have to re-skin whmcs to look like my site and point people to those pages to buy? Oh, and what ARE those pages called anyway?
|
Basicly You can edit the files called "header.tpl" and "footer.tpl" plus the "style.css" file to get the orderform, clientarea and so on to look like Your site.
Just add Your own code into them. (Don't delete the existing code)
Whenever someone wants to buy something , the files in the directory where WHMCS is installed, is used. Like "order.php" for instance.
Example:
http://www.mysite.com <-- That's the mainpage of Your site
http://www.mysite.com/whmcs/order.php <-- That's the order URL
Hope this helps.