Jump to content


Corporate Sponsors


Latest News: (loading..)

fatjack

Member Since 24 Sep 2006
Offline Last Active Dec 10 2011, 08:58
-----

Posts I've Made

In Topic: Removing the phone # as a required field on customer registration form

30 November 2011, 10:37

I'm making a late post here as I wasted an hour on this myself today and if obcbeatle found the solution he did not post it.

In your administration - Minimum Values: set the minimum length of telephone number to 0 - that's all you need to do!

You will of course want to remove the asterisk by editing catalog/includes/languages/english.php

find:

define('ENTRY_TELEPHONE_NUMBER_TEXT', '*');

replace with:

define('ENTRY_TELEPHONE_NUMBER_TEXT', '');