Love edit orders - thanks for the mod!
This is the second site I am using it on and have plans to use it on a third.
The second site just went live and received their first order (yippee) - however when we try to add a comment and click up date to send it to the customer, we get this error message -
Warning: require_once(includes/languages/english/modules/payment/googlecheckout.php) [function.require-once]: failed to open stream: No such file or directory in /home/tracgcom/public_html/628TQPuzzled/orders.php on line 108
Fatal error: require_once() [function.require]: Failed opening required 'includes/languages/english/modules/payment/googlecheckout.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tracgcom/public_html/628TQPuzzled/orders.php on line 108
So I went to the orders.php at line 108 this is what is there -
// ** GOOGLE CHECKOUT **
chdir("./..");
require_once(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/payment/googlecheckout.php');
$payment_value= MODULE_PAYMENT_GOOGLECHECKOUT_TEXT_TITLE;
$result = $db->Execute("select google_order_number from google_orders where orders_id= ". (int)$oID);
$num_rows = $result->RecordCount();
For the record - we are NOT using google checkout, we process manually.
Here is the site - just in case -
http://www.TracksideQuilting.com
TIA for any help!!
Mona
Bookmarks