From df6cd5b266dcc5d04c033b447be2382cbfbcf1e2 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Thu, 17 Mar 2022 10:29:01 +0100 Subject: [PATCH] Add already ordered panel only on summary step --- app/views/split_checkout/_checkout.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/split_checkout/_checkout.html.haml b/app/views/split_checkout/_checkout.html.haml index 1100f1b28e..3e4e5485c5 100644 --- a/app/views/split_checkout/_checkout.html.haml +++ b/app/views/split_checkout/_checkout.html.haml @@ -1,5 +1,5 @@ %checkout.row#checkout .small-12.medium-12.columns = render partial: "split_checkout/tabs" - = render partial: "split_checkout/already_ordered" if @already_ordered + = render partial: "split_checkout/already_ordered" if @already_ordered && checkout_step?(:summary) = render partial: "split_checkout/form"