Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Customise Layout, New box


Guest

Recommended Posts

Posted

I am a "new commer(ce)", I am trying to customise the user registration form, and add some new boxes - for example "hobby" after "Date of Birth", or change some label to UK format, "State" to "County". Can anyone help?

 

Thanks in advance.

 

LJ

Posted

In catalog/application_top.php you can take one or more of the on/off fields into alternative use if you dont use them:

 

define('ACCOUNT_COMPANY', 'true');

 

Changing the labels can be done in:

catalog/includes/language/english.php

define('ENTRY_COMPANY', 'Company Name:');

define('ENTRY_COMPANY_ERROR', ' <small><font color="#AABBDD">required</font></small>');

define('ENTRY_COMPANY_TEXT', ' <small><font color="#AABBDD">required</font></small>');

 

Adding extra fields beyond that takes a little more programming and changes in DB.

Best Regards

olby

Archived

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

×
×
  • Create New...