hi,
i just started looking at this module for a specific need. while it does get installed on the admin side; i would still cleanse the $orderStatus variable prior to its use. from:
toPHP Code:$orderStatus = $_GET['status'];
or perhaps making use of the bindVars instead.PHP Code:$orderStatus = zen_db_prepare_input($_GET['status']);
i have a need to print a range of invoices; i am not sure if others have a need for that. which seems like easy enough to do. however, on first glance, this does look to be like a valuable module. thanks!


Reply With Quote

