Rufi Posted August 16, 2015 Share Posted August 16, 2015 Witam potrzebuję wyrzucić z formularza datę urodzenia znalazłem że trzeba modyfikować te pliki authentication.tpl ; identity.tpl ; order-opc-new-account.tpl (czy to dla wszystkich wersji ?)Ale dla laika jak ja to za mało może ktoś podpowie którą część kodu wyciąć w którym pliku? Link to comment Share on other sites More sharing options...
0 endriu107 Posted August 16, 2015 Share Posted August 16, 2015 Wygląda ze tak. Link to comment Share on other sites More sharing options...
0 karolwild Posted August 16, 2015 Share Posted August 16, 2015 A próbowałeś ustawić w Lokalizacja > Kraje > Polska > Edytuj Link to comment Share on other sites More sharing options...
0 Rufi Posted August 16, 2015 Author Share Posted August 16, 2015 Oczywiście zerknąłem i tam co do ustawień to mam tak : firstname lastname ; company ;vat_number ;address1 ; address2 ;postcode city ;Country:name ; phone ; phone_mobile Link to comment Share on other sites More sharing options...
0 endriu107 Posted August 16, 2015 Share Posted August 16, 2015 (edited) W 1.6.1 to są dokładnie te pliki dla default-bootstrap i w pliku authentication masz to 2 razy około 131 i 460 linia w reszcie raz w identity to 88 a w oredr-opc-new-account to 87, te divy możesz usunąć a najlepiej zakomentować. Edited August 16, 2015 by endriu107 (see edit history) Link to comment Share on other sites More sharing options...
0 Rufi Posted August 16, 2015 Author Share Posted August 16, 2015 Dzięki czy to jest cały kod daty ?? <!-- <div class="form-group date-select"> <label>{l s='Date of Birth'}</label> <div class="row"> <div class="col-xs-4"> <select id="days" name="days" class="form-control"> <option value="">-</option> {foreach from=$days item=day} <option value="{$day}" {if ($sl_day == $day)} selected="selected"{/if}>{$day} </option> {/foreach} </select> {* {l s='January'} {l s='February'} {l s='March'} {l s='April'} {l s='May'} {l s='June'} {l s='July'} {l s='August'} {l s='September'} {l s='October'} {l s='November'} {l s='December'} *} </div> <div class="col-xs-4"> <select id="months" name="months" class="form-control"> <option value="">-</option> {foreach from=$months key=k item=month} <option value="{$k}" {if ($sl_month == $k)} selected="selected"{/if}>{l s=$month} </option> {/foreach} </select> </div> <div class="col-xs-4"> <select id="years" name="years" class="form-control"> <option value="">-</option> {foreach from=$years item=year} <option value="{$year}" {if ($sl_year == $year)} selected="selected"{/if}>{$year} </option> {/foreach} </select> </div> </div> </div> --> Link to comment Share on other sites More sharing options...
0 Rufi Posted August 16, 2015 Author Share Posted August 16, 2015 (edited) Dzięki bardzo za pomoc data usunięta - jeszcze sprawdzić czy coś za dużo nie wyciąłem i czy działa ) PS działa czyli powyższy kod odpowiada w całości za wyświetlanie daty urodzenia. Edited August 16, 2015 by Rufi (see edit history) Link to comment Share on other sites More sharing options...
Question
Rufi
Witam
potrzebuję wyrzucić z formularza datę urodzenia znalazłem że trzeba modyfikować te pliki
authentication.tpl ; identity.tpl ; order-opc-new-account.tpl (czy to dla wszystkich wersji ?)
Ale dla laika jak ja to za mało może ktoś podpowie którą część kodu wyciąć w którym pliku?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now