Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error message on catalog/admin/orders.php file


bobeisenberg

Recommended Posts

I have been updating my catalog/admin/orders.php file. When I now select Orders in Admin->Customers, I get the following error message:

 

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /catalog/admin/orders.php on line 761

 

My edit was much before this, and the offending (unchanged) line is:

 

 

LINE 755 <tr id="defaultSelected"

LINE 756

LINE 757 class="dataTableRowSelected" onmouseover="rowOverEffect(this)"

LINE 758

LINE 759 onmouseout="rowOutEffect(this)" onclick="document.location.href='' .

LINE 760

LINE 761 tep_href_link(FILENAME_ORDERS, tep_get_all_get_params(array('oID',

LINE 762

LINE 763 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit') . ''">' .

 

I don't know why it won't run now. I know nothing about php, and would be grateful for some advice about what to do to line 761 to get the file to run.

 

Many thanks.

 

Bob.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...