Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...