From c74d24d32992069c94d52084d545765fe994d7e3 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 4 Jun 2018 16:39:00 -0400 Subject: [PATCH] Fixed problem with text related to Authorize.net secure seal showing when seal is not available. --- views/front/registrations/checkout.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/front/registrations/checkout.html b/views/front/registrations/checkout.html index de6a044..ebf6d35 100644 --- a/views/front/registrations/checkout.html +++ b/views/front/registrations/checkout.html @@ -250,6 +250,7 @@ {/if} + {if $settings.reg_authorize_net_merchant_seal != ''}

{$settings.reg_authorize_net_merchant_seal|unescape}

@@ -258,6 +259,7 @@
Your credit card will be processed through Authorize.Net. Click the image to the left to verify our security.
+ {/if} {/if} {else if $pmName == "PayPal"} -- 2.17.1