pmwright Posted May 13, 2003 Posted May 13, 2003 I have installed the RMA Returns contribution on a 2.2CVS store (snapshot 05032003); other contributions I have installed are Separate Pricing per Customer and Admin Account with Access Level. With at least two of the files (orders.php and account_history_info.php), I am getting parse errors like this: Parse error: parse error, unexpected T_STRING, expecting ')' in /var/www/html/catalog-dev/admin/orders.php on line 421 In both cases, it appears to involve an ECHO statement (here is the code from orders.php): if ( (tep_not_null($heading)) && (tep_not_null($contents)) ) { echo ' <td width="25%" valign="top">' . "n"; $box = new box; echo $box->infoBox($heading, $contents); echo ' </td>' . "n"; } My poorly trained eyes just are not seeing the error here - can anyone else help out? thanks! paul Quote
Guest Posted May 14, 2003 Posted May 14, 2003 there is a thread on this, do a search on RMA oe return product or similiar, i think you'll find the answer to the error you are getting cheers barry Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.