From 19758f73dbd8bf0fb82643cd9740dc128aedffed Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 12 Dec 2017 09:34:14 -0500 Subject: [PATCH] changing complete registration button text using proceed to checkout instead of complete registration for the checkout button --- views/front/registrations/cart.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/views/front/registrations/cart.html b/views/front/registrations/cart.html index 3275241..302e50a 100644 --- a/views/front/registrations/cart.html +++ b/views/front/registrations/cart.html @@ -1,5 +1,13 @@ {apply_filters('glm_members_registrations_header', 'accountHeader')} - + {if $cartPageText}
{$cartPageText} @@ -32,7 +40,7 @@
{else}
-
You have not yet submitted your registration! Complete Registration
+
You have not yet submitted your registration! Proceed to Checkout
{/if} -- 2.17.1