Jump to content
  • 0

Link tylko na stronie produktu na zamówienie


pawelr34

Question

6 answers to this question

Recommended Posts

  • 0

Plik: /themes/twoj_temat/authentication.tpl

Około linni 500:

<div class="checkbox">
<input type="checkbox"name="optin" id="optin" value="1" {if isset($smarty.post.optin) AND $smarty.post.optin == 1} checked="checked"{/if} />
<label for="optin">{l s='Receive special offers from our partners!'}</label>
</div>

Zrób:

<div class="checkbox">
<input type="checkbox" required name="optin" id="optin" value="1" {if isset($smarty.post.optin) AND $smarty.post.optin == 1} checked="checked"{/if} />

<label for="optin">{l s='Receive special offers from our partners!'}</label>
</div>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...