Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Insufficient email and name field length in commerce address

Found in

EPiServer.Commerce 8.15.0

Created

Aug 24, 2015

Updated

Oct 09, 2015

Area

Falcon/Commerce/Commerce Manager

State

Closed, Fixed and Tested


Steps to reproduce

At the cls_Address table FirstName and Lastname are defined as nvarchar(64). Those are fine

The problem is that Name and email fields are also set to nvarchar(64). Name field should be at least 128 characters and email field propably even longer if client expect that the email is firstname.lastname@domain.com see this image: http://screencast.com/t/66nLHB33Maw

Expected: Name and email field should be at least 128 characters