search for: ship_to_postal_cod

Displaying 1 result from an estimated 1 matches for "ship_to_postal_cod".

Did you mean: ship_to_postal_code
2007 Oct 13
4
Chapter 9
...lidates_size_of :order_items, :minimum => 1 validates_length_of :ship_to_first_name, :in => 2..255 validates_length_of :ship_to_last_name, :in => 2..255 validates_length_of :ship_to_address, :in => 2..255 validates_length_of :ship_to_city, :in => 2..255 validates_length_of :ship_to_postal_code, :in => 2..255 validates_length_of :ship_to_country, :in => 2..255 validates_length_of :phone_number, :in => 7..20 validates_length_of :customer_ip, :in => 7..15 validates_format_of :email, :with => /^([^@\s]+)@((?:[-a-z0-9]+\.)+ [a-z]{2,})$/i validates_inclusion_of :statu...