From 1ca04d9c0d18f1793063b54df98dbf90c46bbcd1 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 9 Jan 2018 16:56:22 -0500 Subject: [PATCH] Adding the account header to the checkout summary page. Add header in the smarty template. --- views/front/registrations/summary.html | 1 + 1 file changed, 1 insertion(+) diff --git a/views/front/registrations/summary.html b/views/front/registrations/summary.html index 88d789c..8e5c89d 100644 --- a/views/front/registrations/summary.html +++ b/views/front/registrations/summary.html @@ -1,3 +1,4 @@ +{apply_filters('glm_members_registrations_header', 'accountHeader')}
-- 2.17.1