Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing create an account options


johnstone4192

Recommended Posts

Posted

back up the file before you do this, because i haven't tested it and i'm only just new to php.

 

in your /catelog/create_account.php

 

comment out:

if (strlen($telephone) < ENTRY_TELEPHONE_MIN_LENGTH) {

$error = true;

 

$messageStack->add('create_account', ENTRY_TELEPHONE_NUMBER_ERROR);

 

which is around line 157 or so.

 

see if that works

Posted
back up the file before you do this, because i haven't tested it and i'm only just new to php.

 

in your /catelog/create_account.php

 

comment out:

if (strlen($telephone) < ENTRY_TELEPHONE_MIN_LENGTH) {

$error = true;

 

$messageStack->add('create_account', ENTRY_TELEPHONE_NUMBER_ERROR);

 

which is around line 157 or so.

 

see if that works

Hi

Thanks for your help but that doesnt work

Archived

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

×
×
  • Create New...