projects
/
WP-Plugins
/
glm-member-db-registrations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40830a5
)
Fixed problem with text related to Authorize.net secure seal showing when seal is...
author
Chuck Scott
<cscott@gaslightmedia.com>
Mon, 4 Jun 2018 20:39:00 +0000
(16:39 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Mon, 4 Jun 2018 20:39:00 +0000
(16:39 -0400)
views/front/registrations/checkout.html
patch
|
blob
|
history
diff --git
a/views/front/registrations/checkout.html
b/views/front/registrations/checkout.html
index
de6a044
..
ebf6d35
100644
(file)
--- a/
views/front/registrations/checkout.html
+++ b/
views/front/registrations/checkout.html
@@
-250,6
+250,7
@@
{/if}
</div>
</div>
+ {if $settings.reg_authorize_net_merchant_seal != ''}
<div class="glm-reg-row">
<div class="glm-reg-checkout-field-data glm-small-5 glm-large-3 glm-columns">
<p>{$settings.reg_authorize_net_merchant_seal|unescape}</p>
@@
-258,6
+259,7
@@
<br>Your credit card will be processed through Authorize.Net. Click the image to the left to verify our security.
</div>
</div>
+ {/if}
{/if}
</div>
{else if $pmName == "PayPal"}