Удалил googleshopping

This commit is contained in:
Konstantin
2026-05-30 09:52:37 +03:00
parent 51109b7a3c
commit 2b8d4dc057
28 changed files with 0 additions and 7173 deletions
@@ -1,18 +0,0 @@
<script src="//www.google.com/recaptcha/api.js" type="text/javascript"></script>
<fieldset>
<legend>{{ text_captcha }}</legend>
<div class="form-group required">{% if route|slice(0, 9) == 'checkout/' %}
<label class="control-label" for="input-payment-captcha">{{ entry_captcha }}</label>
<div id="input-payment-captcha" class="g-recaptcha" data-sitekey="{{ site_key }}"></div>
{% if error_captcha %}
<div class="text-danger">{{ error_captcha }}</div>
{% endif %}
{% else %}
<label class="col-sm-2 control-label">{{ entry_captcha }}</label>
<div class="col-sm-10">
<div class="g-recaptcha" data-sitekey="{{ site_key }}"></div>
{% if error_captcha %}
<div class="text-danger">{{ error_captcha }}</div>
{% endif %}</div>
{% endif %}</div>
</fieldset>