happyhoundweb Posted June 12, 2014 Share Posted June 12, 2014 (edited) Hi all. When a customer adds a new address for delivery it is not automatically selected by the combobox, instead it sticks with the already selected address or the one at the top of the list. I have edited order-address.tpl in particular the below line, but no luck yet. <option value="{$address.id_address|intval}" {if $address.id_address == $cart->id_address_delivery}selected="selected"{/if}>{$address.alias|escape:'htmlall':'UTF-8'}</option> Is there anyway around this? Thanks,Dan Edited June 12, 2014 by happyhoundweb (see edit history) 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