sympatic Posted October 7, 2013 Share Posted October 7, 2013 (edited) Witam, Kiedy robię zakupy bez logowania - tzw. szybkie - w formularzu do wypełnienia mam nieobowiązkową datę urodzenia - ta takie mało profesjonalne jeśli chodzi o klienta - jak to okienko/tę rubrykę usunąć? Edited February 5, 2014 by sympatic (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 8, 2013 Share Posted October 8, 2013 lokalizacja > kraje klikasz na edycję obok dostępnych krajów usuwasz datę urodzenia z: Link to comment Share on other sites More sharing options...
sympatic Posted October 8, 2013 Author Share Posted October 8, 2013 (edited) Dzięki, jak wchodzę w edycję kraju to mam aktywne w okienku: Customer:emailCustomer:firstnameCustomer:lastnamecompanyvat_numberaddress1address2postcode cityCountry:namephone A i tak w formularzu kupowania bez rejestracji i formularzu zakładania konta przez nowego klienta pytanie o datę urodzin nadal widnieje! Edited October 8, 2013 by sympatic (see edit history) 1 Link to comment Share on other sites More sharing options...
tomunia Posted December 17, 2013 Share Posted December 17, 2013 (edited) Też zauważyłem ten problem, pojawia się przy opcji: zakupy na jednej stronie. Edytowałem plik: authentication.tpl ale on odpowiada tylko za zamawianie standardowe - 5 kroków. Który plik jest od zamówienie na jednej stronie ? EDYCJA: dla potomnych przy włączonej opcji: zakupy na jednej stronie edytujemy plik order-opc-new-account.tpl Edited December 17, 2013 by tomunia (see edit history) 1 Link to comment Share on other sites More sharing options...
sympatic Posted December 19, 2013 Author Share Posted December 19, 2013 Jeśli chodzi o mnie mam ustawione standardowe zakupy w 5 krokach.Jeśli możesz podpowiedz co mam zrobić (jak wyedytować) i które pliki aby nie było daty urodzenia w "Zakupach bez rejestracji" oraz przy rejestrowaniu nowego konta. Z góry wielkie dzięki Link to comment Share on other sites More sharing options...
tomunia Posted December 19, 2013 Share Posted December 19, 2013 authentication.tpl - tam sobie mozesz pousuwać to co zbędne Link to comment Share on other sites More sharing options...
sympatic Posted December 23, 2013 Author Share Posted December 23, 2013 Podpowiedz co usunąć, bo nie chcę za dużo wywalić z kodu aby nie było daty urodzenia w "Zakupach bez rejestracji" oraz przy rejestrowaniu nowego konta. Z góry wielkie dzięki Link to comment Share on other sites More sharing options...
Tobiasz Posted January 23, 2014 Share Posted January 23, 2014 Wersja 1.5.6.2 W authentication.tpl usuwasz: <p class="select"> <span>{l s='Date of Birth'}</span> <select id="days" name="days"> <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'} *} <select id="months" name="months"> <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> <select id="years" name="years"> <option value="">-</option> {foreach from=$years item=year} <option value="{$year}" {if ($sl_year == $year)} selected="selected"{/if}>{$year} </option> {/foreach} </select> </p> Link to comment Share on other sites More sharing options...
sympatic Posted February 2, 2014 Author Share Posted February 2, 2014 Rewelacja, wielkie dzięki - w formularzu szybkie zakupy data urodzenia zniknęła. A gdzie można usunąć datę urodzenia z formularza zakładania konta w sklepie???? Bo tam mimo wszystko została! Z góry dziękuję za wszelkie podpowiedzi, pozdrawiam Link to comment Share on other sites More sharing options...
vekia Posted February 2, 2014 Share Posted February 2, 2014 można to zrobić w pliku .tpl authentication.tpl wystarczy usunąć kod odpowiedzialny za datę urodzenia Link to comment Share on other sites More sharing options...
sympatic Posted February 2, 2014 Author Share Posted February 2, 2014 A to jeszcze w innym miejscu tego pliku authentication.tpl? Bo w formularzu szybkich zakupów data zniknęła jak usunąłem kod który administrator pokazał ale w formularzu nowego konta nadal jest pytanie o datę urodzenia. Link to comment Share on other sites More sharing options...
Tobiasz Posted February 3, 2014 Share Posted February 3, 2014 Jeszcze tu (dla wersji 1.5.6.2): <p class="select"> <span>{l s='Date of Birth'}</span> <select id="days" name="days"> <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'} *} <select id="months" name="months"> <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> <select id="years" name="years"> <option value="">-</option> {foreach from=$years item=year} <option value="{$year}" {if ($sl_year == $year)} selected="selected"{/if}>{$year} </option> {/foreach} </select> </p> Link to comment Share on other sites More sharing options...
sympatic Posted February 5, 2014 Author Share Posted February 5, 2014 Dzięki ADMINISTRATOR, nie zauważyłem. W wersji 1.5.5.0 to jest linia ok 380.Jeszcze raz wielkie dzięki panowie!!!! Link to comment Share on other sites More sharing options...
sradkg Posted May 15, 2014 Share Posted May 15, 2014 a jak to wyglada w wersji 1.6, co tam usunac ? Link to comment Share on other sites More sharing options...
Tobiasz Posted June 10, 2014 Share Posted June 10, 2014 Praktycznie to samo tylko w innych liniach. Link to comment Share on other sites More sharing options...
sradkg Posted July 20, 2014 Share Posted July 20, 2014 dzieki, rzeczywiscie wczesniej patrzylem i nie moglem tego znalezc stad moje pytanie Link to comment Share on other sites More sharing options...
effectdesign Posted September 17, 2014 Share Posted September 17, 2014 pliki order-opc-new-account.tpl i authentication.tpl są odpowiedzialne za prces tworzenia nowego konta, jeśli chodzi o urodziny to szukamy kodu:<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|escape:'html':'UTF-8'}" {if isset($guestInformations) && isset($guestInformations.sl_day) && ($guestInformations.sl_day == $day)} selected="selected"{/if}>{$day|escape:'html':'UTF-8'} </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|escape:'html':'UTF-8'}" {if isset($guestInformations) && isset($guestInformations.sl_month) && ($guestInformations.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|escape:'html':'UTF-8'}" {if isset($guestInformations) && isset($guestInformations.sl_year) && ($guestInformations.sl_year == $year)} selected="selected"{/if}>{$year|escape:'html':'UTF-8'} </option> {/foreach} </select> </div>a następnie usuwamy go, celem pozbycia się daty urodzenia. 1 Link to comment Share on other sites More sharing options...
Recommended Posts