Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

After installing the new catalog to a different domain I carried on to install HTC - checked it worked...

 

... then I installed Wolfen sets... but this I still can not get work together. :blink:

 

Now when I go to the admin panel I get this:

 

Parse error: parse error, unexpected $ in

admin/includes/functions/general.php on line 1431

 

That line is the last line though

 

////
// Alias function for featured configuration values in the Administration Tool
 function tep_cfg_select_featured($select_array, $key_value, $key = '') {
$string = '';

for ($i=0, $n=sizeof($select_array); $i<$n; $i++) {
  $name = ((tep_not_null($key)) ? 'configuration[' . $key . ']' : 'configuration_value');

  $string .= '<input type="radio" name="' . $name . '" value="' . $select_array[$i] . '"';

  if ($key_value == $select_array[$i]) $string .= ' CHECKED';

  $string .= '> ' . $select_array[$i];
}

return $string;
 }
	// EOF Wolfen featured sets
?>

 

Does anyone have the catalog and admin folders that has the basic contribs installed in to them? Once I get this completed I will make sure to back up and upload a file for everyone to download. These 2 contribs will be great for my shop and sure will be a great start for any newbie :rolleyes:

 

Please, please can anyone send me the zipped two folders!?

 

My email address is [email protected]

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...