Files
kupshop/web/templates/kupkolo/block.ordering.gdpr.tpl
2025-08-02 16:30:27 +02:00

13 lines
585 B
Smarty

{extends "[common]block.ordering.gdpr.tpl"}
{block "ordering-heureka"}
<div class="form-group checkbox">
<label class="c-input c-checkbox custom-control custom-checkbox" for="heurekaDisagree">
<input type="hidden" name="heurekaDisagree" value="0">
<input type="checkbox" class="custom-control-input" name="heurekaDisagree" id="heurekaDisagree">
<span class="c-indicator custom-control-indicator"></span>
{t}Nesouhlasím se zasláním dotazníku spokojenosti, který pomáhá zlepšovat naše služby.{/t}
</label>
</div>
{/block}