wsky Posted January 19, 2017 Share Posted January 19, 2017 Cześć! Próbuję dla osób posiadających dodany już adres o nazwie ADRES DOSTAWY zablokować możliwość wyboru tego adresu (tzn. dla osoby posiadającej już dodany adres chcę dać możliwość dodania jedynie adresu o nazwie ADRES DO FAKTURY) Czy może ktoś mi powiedzieć jak to ogarnąć? Próbuję jak poniżej, ale marne skutki. {if (strpos($address->alias|escape:'html':'UTF-8', 'ADRES DO DOSTAWY') !== false)} <option value="{if isset($address->alias)}{$address->alias|escape:'html':'UTF-8'}{elseif !$select_address}ADRES DO FAKTURY{/if}"> ADRES DO FAKTURY </option> {else if} <option value="{if isset($address->alias)}{$address->alias|escape:'html':'UTF-8'}{elseif !$select_address}ADRES DO DOSTAWY{/if}"> ADRES DO DOSTAWY </option> {/if} Z góry wielkie, serdeczne dzięki!!!! Link to comment Share on other sites More sharing options...
wsky Posted April 19, 2017 Author Share Posted April 19, 2017 Temat rozwiązany Link to comment Share on other sites More sharing options...
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