Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Disable Name Change in account_edit.php


Guest

Recommended Posts

Hey everyone,

 

First of all Thx 2 this mod and 2 its author :D

 

Nevertheless, I got a syntax error >_< , unexpected T_CONSTANT_ENCAPSED_STRING :blink: , expecting ')' online 295

 

I can't know what the line is mentionned cause I am working right now and I don't have an editor HTML soft I've only got the administration tools :lol: so if you could take a look, that would be very nice.

 

 

Thx 2 all in advance & Hace a nice day ;)

Link to comment
Share on other sites

ok

 

I find why it doesn't work for me so for those who have the same trouble follow these lines below

 

Find 

// Output a form pull down menu

In Line After FIND

  $field .= '>' . tep_output_string($values[$i]['text'], array('"' => '"', '\'' => ''', '<' => '<', '>' => '>')) . '</option>';


REPLACE BY

  $field .= '>' . tep_output_string($values[$i]['text'], array('"' => '"', '\'' => '"', '<' => '<', '>' => '>')) . '</option>';

 

 

That's it !

Link to comment
Share on other sites

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