pixelblank Posted September 7, 2018 Share Posted September 7, 2018 Hello i tried to append the phone number of the customer into the phone field in delivery checkout process. I've tried so many things, Is there someone that could help me. And how can i retriev id_address for this---> {$customer.addresses [Address ID] .phone} thank u in advance Link to comment Share on other sites More sharing options...
pixelblank Posted September 24, 2018 Author Share Posted September 24, 2018 du coup j'ai trouvé, si jamais quelqu'un cherche ----> {assign var='phoneMobile' value=$customer.addresses[$cart.id_address_delivery].phone} {if $phoneMobile != null} <input type="tel" id="sl-0-phone" value="{$phoneMobile}"/> {else} 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