diff --git a/app/views/checkout/_details.html.haml b/app/views/checkout/_details.html.haml index 1918afc5cd..56146d19c0 100644 --- a/app/views/checkout/_details.html.haml +++ b/app/views/checkout/_details.html.haml @@ -96,11 +96,6 @@ #distributor_address.panel - if shipping_method.description.present? = simple_format(html_escape(shipping_method.description)) - %br/ - %br/ - - if @order.order_cycle.pickup_time_for(@order.distributor) - = t :checkout_ready_for - = @order.order_cycle.pickup_time_for(@order.distributor) = f.error_message_on :shipping_method, standalone: true