Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how can i remove it...dob;state;post code;and...


ANRON

Recommended Posts

Posted

i have a quick question...about this could someone help me for this...?

 

how can i remove some of them(dob..state and postcode...)form account..

friendly everyone around th world!!

Posted

Have a look in catalogincludesaplication_top :

 

// Control what fields of the customer table are used

define('ACCOUNT_GENDER', 'false');

define('ACCOUNT_DOB', 'false');

define('ACCOUNT_COMPANY', 'true');

define('ACCOUNT_SUBURB', 'true');

define('ACCOUNT_STATE', 'true');

Best wishes

Steve

Posted
Have a look in catalogincludesaplication_top :

 

// Control what fields of the customer table are used

 define('ACCOUNT_GENDER', 'false');

 define('ACCOUNT_DOB', 'false');

 define('ACCOUNT_COMPANY', 'true');

 define('ACCOUNT_SUBURB', 'true');

 define('ACCOUNT_STATE', 'true');

 

it works now...thanks for that...very very much!!!

 

anron

friendly everyone around th world!!

Posted
Have a look in catalogincludesaplication_top :

 

// Control what fields of the customer table are used

define('ACCOUNT_GENDER', 'false');

define('ACCOUNT_DOB', 'false');

define('ACCOUNT_COMPANY', 'true');

define('ACCOUNT_SUBURB', 'true');

define('ACCOUNT_STATE', 'true');

 

sir...here's a new problem:

 

Parse error: parse error, unexpected '=' in c:appservwwwcatalogcheckout_payment_address.php on line 84

 

when i want to chang the bill address...how to do whit this...

friendly everyone around th world!!

Archived

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

×
×
  • Create New...