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

24 lines
1.0 KiB
Smarty

{extends '[common]block.ordering.gdpr.tpl'}
{block "ordering-newsletter"}
<div class="form-group checkbox">
<input type="hidden" name="news" value="1">
<label class="custom-control custom-checkbox" for="news">
<input type="checkbox" class="custom-control-input" name="newstoggle" id="news" data-cart="noreload">
<span class="custom-control-indicator"></span>
{t}Nechci dostávat informace o slevách, akcích a produktech.{/t}
</label>
</div>
{/block}
{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 s nákupem v rámci služeb Zboží.cz a Heureka.cz.{/t}
</label>
</div>*}
{/block}