using proceed to checkout instead of complete registration for the checkout button
{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}
</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}