Jump to content

Istniejący adres o nazwie (if strpos)


wsky

Recommended Posts

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

  • 3 months later...

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...