I was having a problem with this module and STS. It wouldn't not display the receipt info with the STS module installed. It took me forever to figure out but here is what worked for me.
FOR SIMPLE TEMPLATE USERS ONLY (STS)
================================================== =
In catalog/print_order.php
FIND:
require('includes/application_top.php');
RIGHT BELOW IT ADD:
$sts->stop_capture();
REMOVE:
================================================== =
In catalog/print_order2.php
FIND:
require('includes/application_top.php');
RIGHT BELOW IT ADD:
$sts->stop_capture();
REMOVE:
More...





LinkBack URL
About LinkBacks









Bookmarks