Index: modules/in-commerce/units/orders/orders_event_handler.php =================================================================== --- modules/in-commerce/units/orders/orders_event_handler.php +++ modules/in-commerce/units/orders/orders_event_handler.php @@ -1542,7 +1542,7 @@ // shipping address required fields if ($this->Application->GetVar('check_shipping_address')) { $has_tangibles = $order->HasTangibleItems(); - $req_fields = array('ShippingTo', 'ShippingAddress1', 'ShippingCity', 'ShippingZip', 'ShippingCountry', /*'ShippingPhone',*/ 'BillingEmail'); + $req_fields = array('ShippingTo', 'ShippingAddress1', 'ShippingCity', 'ShippingZip', 'ShippingCountry'); $order->setRequired($req_fields, $has_tangibles); $order->setRequired('ShippingState', $cs_helper->CountryHasStates( $field_values['ShippingCountry'] )); } Index: themes/advanced/in-commerce/elements/content_boxes/checkout/shipping_address.elm.tpl =================================================================== --- themes/advanced/in-commerce/elements/content_boxes/checkout/shipping_address.elm.tpl +++ themes/advanced/in-commerce/elements/content_boxes/checkout/shipping_address.elm.tpl @@ -42,7 +42,7 @@ - + @@ -50,4 +50,4 @@ "/> - \ No newline at end of file +