Sooo close, yet, well you know!
But I don't think I'm doing this right!
http://rdcenterprises.com/4.0.9/customer/rss.php
Go ahead and laugh.
To get that much to work I changed ...
Code:
# require X-Cart functions
require "./auth.php";
require $xcart_dir."/include/categories.php";
to...
Code:
# require X-Cart functions
require "../auth.php";
require "../include/categories.php";
Which makes no sence to me, cause all the other php files work with
require "./auth.php";
require $xcart_dir."/include/categories.php";
Me thinks the wrong end of the stick is being chewed on. hehe!