changing complete registration button text
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 12 Dec 2017 14:34:14 +0000 (09:34 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 12 Dec 2017 14:34:14 +0000 (09:34 -0500)
using proceed to checkout instead of complete registration for the checkout button

views/front/registrations/cart.html

index 3275241..302e50a 100644 (file)
@@ -1,5 +1,13 @@
 {apply_filters('glm_members_registrations_header', 'accountHeader')}
-
+<!--{if $cart.blockCheckout || !$haveCart || !$cart.haveEvents}
+    <div>
+        <div class="glm-reg-warning">You have not yet submitted your registration. See above notes! <img src="{$assetUrl}/fingerUpRed.svg" style="height: 2em;"></div>
+    </div>
+  {else}
+    <div class="glm-right">
+        <div class="glm-reg-warning">You have not yet submitted your registration! <img src="{$assetUrl}/fingerRightRed.svg" style="height: 2em;"> <a href="{$regUrl}?page=checkout" class="button tiny">Proceed to Checkout</a></div>
+    </div>
+  {/if}-->
 {if $cartPageText}
 <div>
     {$cartPageText}
@@ -32,7 +40,7 @@
     </div>
   {else}
     <div class="glm-right">
-        <div class="glm-reg-warning">You have not yet submitted your registration! <img src="{$assetUrl}/fingerRightRed.svg" style="height: 2em;"> <a href="{$regUrl}?page=checkout" class="button tiny">Complete Registration</a></div>
+        <div class="glm-reg-warning">You have not yet submitted your registration! <img src="{$assetUrl}/fingerRightRed.svg" style="height: 2em;"> <a href="{$regUrl}?page=checkout" class="button tiny">Proceed to Checkout</a></div>
     </div>
   {/if}